netcoreapp3.1/VMware.Sdk.Srm.Cmdlets.dll-Help.xml

<?xml version="1.0" encoding="us-ascii"?>
<helpItems schema="maml" xmlns="http://msh">
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmAbrProtectionGroupSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AbrProtectionGroupSpec</command:noun>
      <maml:description>
        <maml:para>Array-based replication details for creation or modification of a protection group.&lt;p&gt;&lt;code&gt;replicatedArrayPair&lt;/code&gt; is the replicated array pair that holds underlying storage devices.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Array-based replication details for creation or modification of a protection group.&lt;p&gt;&lt;code&gt;replicatedArrayPair&lt;/code&gt; is the replicated array pair that holds underlying storage devices.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmAbrProtectionGroupSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ReplicatedArrayPair</maml:name>
          <maml:Description>
            <maml:para>ID of the replicated array pair.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Datastores</maml:name>
          <maml:Description>
            <maml:para>List of replicated datastores to add to the protection group.&lt;ul&gt;&lt;li&gt;Virtual machines located on these datastores can be protected. Virtual machine location is defined by its home directory (the directory holding the .vmx file).&lt;/li&gt;&lt;li&gt;Any given replicated datastore can be part of only one protection group.&lt;/li&gt;&lt;li&gt;Datastores backed by storage devices combined in a consistency group must be added the same protection group.&lt;/li&gt;&lt;/ul&gt;</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ReplicatedArrayPair</maml:name>
        <maml:Description>
          <maml:para>ID of the replicated array pair.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Datastores</maml:name>
        <maml:Description>
          <maml:para>List of replicated datastores to add to the protection group.&lt;ul&gt;&lt;li&gt;Virtual machines located on these datastores can be protected. Virtual machine location is defined by its home directory (the directory holding the .vmx file).&lt;/li&gt;&lt;li&gt;Any given replicated datastore can be part of only one protection group.&lt;/li&gt;&lt;li&gt;Datastores backed by storage devices combined in a consistency group must be added the same protection group.&lt;/li&gt;&lt;/ul&gt;</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AbrProtectionGroupSpec &#x3D; Initialize-SrmAbrProtectionGroupSpec -ReplicatedArrayPair &quot;MyReplicatedArrayPair&quot; -Datastores &quot;MyDatastores&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmAbrProtectionGroupSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AbrProtectionGroupSpec &#x3D; Initialize-SrmAbrProtectionGroupSpec -ReplicatedArrayPair &quot;MyReplicatedArrayPair&quot; -Datastores &quot;MyDatastores&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmAbrProtectionGroupSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmabrprotectiongroupspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmAddDatastoreGroupSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AddDatastoreGroupSpec</command:noun>
      <maml:description>
        <maml:para>A list of datastores to be added to an existing Array-Based Replication protection group.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A list of datastores to be added to an existing Array-Based Replication protection group.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmAddDatastoreGroupSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Datastores</maml:name>
          <maml:Description>
            <maml:para>A list of datastore group references. Datastore group is a set of replicated datastores.&lt;ul&gt;&lt;li&gt;Virtual machines located on these datastores can be protected. Virtual machine location is defined by its home directory (the directory that holds the .vmx file).&lt;/li&gt;&lt;li&gt;Any given replicated datastore can be part of only one protection group.&lt;/li&gt;&lt;li&gt;Datastores backed by storage devices combined in a consistency group must be added to the same protection group.&lt;/li&gt;&lt;/ul&gt;</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Datastores</maml:name>
        <maml:Description>
          <maml:para>A list of datastore group references. Datastore group is a set of replicated datastores.&lt;ul&gt;&lt;li&gt;Virtual machines located on these datastores can be protected. Virtual machine location is defined by its home directory (the directory that holds the .vmx file).&lt;/li&gt;&lt;li&gt;Any given replicated datastore can be part of only one protection group.&lt;/li&gt;&lt;li&gt;Datastores backed by storage devices combined in a consistency group must be added to the same protection group.&lt;/li&gt;&lt;/ul&gt;</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AddDatastoreGroupSpec &#x3D; Initialize-SrmAddDatastoreGroupSpec -Datastores &quot;MyDatastores&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmAddDatastoreGroupSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AddDatastoreGroupSpec &#x3D; Initialize-SrmAddDatastoreGroupSpec
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmAddDatastoreGroupSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmadddatastoregroupspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmAddDatastoreResult</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AddDatastoreResult</command:noun>
      <maml:description>
        <maml:para>Details about a datastore and an error message why the datastore cannot be set as placeholder datastore.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Details about a datastore and an error message why the datastore cannot be set as placeholder datastore.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmAddDatastoreResult</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DatastoreId</maml:name>
          <maml:Description>
            <maml:para>The ID of the datastore that could not be used as a placeholder datastore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ErrorMsg</maml:name>
          <maml:Description>
            <maml:para>The error for this datastore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DatastoreId</maml:name>
        <maml:Description>
          <maml:para>The ID of the datastore that could not be used as a placeholder datastore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ErrorMsg</maml:name>
        <maml:Description>
          <maml:para>The error for this datastore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AddDatastoreResult &#x3D; Initialize-SrmAddDatastoreResult -DatastoreId &quot;MyDatastoreId&quot; -ErrorMsg &quot;MyErrorMsg&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmAddDatastoreResult with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AddDatastoreResult &#x3D; Initialize-SrmAddDatastoreResult -DatastoreId &quot;MyDatastoreId&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmAddDatastoreResult with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmadddatastoreresult</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmAddPlaceholderDatastoreSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AddPlaceholderDatastoreSpec</command:noun>
      <maml:description>
        <maml:para>A list of datastores to be added as placeholder datastores.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A list of datastores to be added as placeholder datastores.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmAddPlaceholderDatastoreSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Datastores</maml:name>
          <maml:Description>
            <maml:para>Datastores to be added as placeholder datastores.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Datastores</maml:name>
        <maml:Description>
          <maml:para>Datastores to be added as placeholder datastores.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AddPlaceholderDatastoreSpec &#x3D; Initialize-SrmAddPlaceholderDatastoreSpec -Datastores &quot;MyDatastores&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmAddPlaceholderDatastoreSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AddPlaceholderDatastoreSpec &#x3D; Initialize-SrmAddPlaceholderDatastoreSpec -Datastores &quot;MyDatastores&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmAddPlaceholderDatastoreSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmaddplaceholderdatastorespec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmArrayManagerSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ArrayManagerSpec</command:noun>
      <maml:description>
        <maml:para>Spec to create an array manager.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Spec to create an array manager.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmArrayManagerSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the array manager.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StorageAdapter</maml:name>
          <maml:Description>
            <maml:para>ID of the storage replication adapter (SRA) to connect to.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ConnectionParams</maml:name>
          <maml:Description>
            <maml:para>Array of connection parameters groups used to connect to a storage replication adapter (SRA).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;ConnectionParamGroup&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;ConnectionParamGroup&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Name of the array manager.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StorageAdapter</maml:name>
        <maml:Description>
          <maml:para>ID of the storage replication adapter (SRA) to connect to.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ConnectionParams</maml:name>
        <maml:Description>
          <maml:para>Array of connection parameters groups used to connect to a storage replication adapter (SRA).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;ConnectionParamGroup&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;ConnectionParamGroup&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$ConnectionParam &#x3D; Initialize-SrmConnectionParam -Key &quot;MyKey&quot; -Name &quot;MyName&quot; -Hint &quot;MyHint&quot; -Value &quot;MyValue&quot; -Optional $false -PasswordParam $false -Type &quot;USER_NAME&quot;
$ConnectionParamGroup &#x3D; Initialize-SrmConnectionParamGroup -Name &quot;MyName&quot; -Hint &quot;MyHint&quot; -Key &quot;MyKey&quot; -ConnectionParams $ConnectionParam

$ArrayManagerSpec &#x3D; Initialize-SrmArrayManagerSpec -Name &quot;MyName&quot; -StorageAdapter &quot;MyStorageAdapter&quot; -ConnectionParams $ConnectionParamGroup
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmArrayManagerSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ArrayManagerSpec &#x3D; Initialize-SrmArrayManagerSpec -Name &quot;MyName&quot; -StorageAdapter &quot;MyStorageAdapter&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmArrayManagerSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmarraymanagerspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmCallout</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Callout</command:noun>
      <maml:description>
        <maml:para>Details about a callout.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Details about a callout.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmCallout</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the callout.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Content of the callout.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CalloutType</maml:name>
          <maml:Description>
            <maml:para>Callout type.&lt;ul&gt;&lt;li&gt;PROMPT - If the callout is a prompt, it will pause the execution of the recovery script and will display a message until the user acknowledges it.&lt;/li&gt;&lt;li&gt;RUN_ON_VM - The callout must run inside the recovered VM.&lt;/li&gt;&lt;li&gt;RUN_ON_SRM_SERVER - The callout must run inside the Site Recovery Manager virtual machine.&lt;/li&gt;&lt;/ul&gt;</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(CalloutTypeEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TimeoutSeconds</maml:name>
          <maml:Description>
            <maml:para>Time in seconds to wait until the command completes.&lt;p&gt;If the command is not complete when the timeout occurs, the child process will be stopped.&lt;p&gt;Applicable only when parameter &lt;code&gt;callout_type&lt;/code&gt; is &lt;code&gt;RUN_ON_VM&lt;/code&gt; or &lt;code&gt;RUN_ON_SRM_SERVER&lt;/code&gt;.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue>
          <dev:type>
            <maml:name>uint?</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StepType</maml:name>
          <maml:Description>
            <maml:para>Callout step type.&lt;ul&gt;&lt;li&gt;PRE_POWER_ON - The callout is converted into a job during recovery and executed after the recovery workload is configured, but before it is powered on.&lt;/li&gt;&lt;li&gt;POST_POWER_ON - The callout is converted into a job during recovery and executed after the recovery workload is powered on.&lt;/li&gt;&lt;li&gt;RECOVERY_STEP - Callout specified at any place during recovery workload.&lt;/li&gt;&lt;/ul&gt;</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(StepTypeEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>System ID of the callout. Empty string when the callout is about to be created.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Name of the callout.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Content of the callout.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CalloutType</maml:name>
        <maml:Description>
          <maml:para>Callout type.&lt;ul&gt;&lt;li&gt;PROMPT - If the callout is a prompt, it will pause the execution of the recovery script and will display a message until the user acknowledges it.&lt;/li&gt;&lt;li&gt;RUN_ON_VM - The callout must run inside the recovered VM.&lt;/li&gt;&lt;li&gt;RUN_ON_SRM_SERVER - The callout must run inside the Site Recovery Manager virtual machine.&lt;/li&gt;&lt;/ul&gt;</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(CalloutTypeEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TimeoutSeconds</maml:name>
        <maml:Description>
          <maml:para>Time in seconds to wait until the command completes.&lt;p&gt;If the command is not complete when the timeout occurs, the child process will be stopped.&lt;p&gt;Applicable only when parameter &lt;code&gt;callout_type&lt;/code&gt; is &lt;code&gt;RUN_ON_VM&lt;/code&gt; or &lt;code&gt;RUN_ON_SRM_SERVER&lt;/code&gt;.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue>
        <dev:type>
          <maml:name>uint?</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StepType</maml:name>
        <maml:Description>
          <maml:para>Callout step type.&lt;ul&gt;&lt;li&gt;PRE_POWER_ON - The callout is converted into a job during recovery and executed after the recovery workload is configured, but before it is powered on.&lt;/li&gt;&lt;li&gt;POST_POWER_ON - The callout is converted into a job during recovery and executed after the recovery workload is powered on.&lt;/li&gt;&lt;li&gt;RECOVERY_STEP - Callout specified at any place during recovery workload.&lt;/li&gt;&lt;/ul&gt;</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(StepTypeEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>System ID of the callout. Empty string when the callout is about to be created.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Callout &#x3D; Initialize-SrmCallout -Name &quot;MyName&quot; -Content &quot;MyContent&quot; -CalloutType &quot;PROMPT&quot; -TimeoutSeconds 0 -StepType &quot;PRE_POWER_ON&quot; -Id &quot;MyId&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmCallout with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Callout &#x3D; Initialize-SrmCallout -Name &quot;MyName&quot; -Content &quot;MyContent&quot; -CalloutType &quot;PROMPT&quot; -TimeoutSeconds 0 -StepType &quot;PRE_POWER_ON&quot; -Id &quot;MyId&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmCallout with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmcallout</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmCalloutCreateSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CalloutCreateSpec</command:noun>
      <maml:description>
        <maml:para>A spec describing the new callout settings.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A spec describing the new callout settings.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmCalloutCreateSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the callout.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Content of the callout.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CalloutType</maml:name>
          <maml:Description>
            <maml:para>Callout type.&lt;ul&gt;&lt;li&gt;PROMPT - If the callout is a prompt, it will pause the execution of the recovery script and will display a message until the user acknowledges it.&lt;/li&gt;&lt;li&gt;RUN_ON_VM - The callout must run inside the recovered VM.&lt;/li&gt;&lt;li&gt;RUN_ON_SRM_SERVER - The callout must run inside the Site Recovery Manager virtual machine.&lt;/li&gt;&lt;/ul&gt;</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(CalloutTypeEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TimeoutSeconds</maml:name>
          <maml:Description>
            <maml:para>Time in seconds to wait until the command completes.&lt;p&gt;If the command is not complete when the timeout occurs, the child process will be stopped.&lt;p&gt;Applicable only when parameter &lt;code&gt;callout_type&lt;/code&gt; is &lt;code&gt;RUN_ON_VM&lt;/code&gt; or &lt;code&gt;RUN_ON_SRM_SERVER&lt;/code&gt;.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue>
          <dev:type>
            <maml:name>uint?</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Position</maml:name>
          <maml:Description>
            <maml:para>A position in the current recovery steps list.&lt;p&gt;Zero-based.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue>
          <dev:type>
            <maml:name>uint?</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Name of the callout.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Content of the callout.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CalloutType</maml:name>
        <maml:Description>
          <maml:para>Callout type.&lt;ul&gt;&lt;li&gt;PROMPT - If the callout is a prompt, it will pause the execution of the recovery script and will display a message until the user acknowledges it.&lt;/li&gt;&lt;li&gt;RUN_ON_VM - The callout must run inside the recovered VM.&lt;/li&gt;&lt;li&gt;RUN_ON_SRM_SERVER - The callout must run inside the Site Recovery Manager virtual machine.&lt;/li&gt;&lt;/ul&gt;</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(CalloutTypeEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TimeoutSeconds</maml:name>
        <maml:Description>
          <maml:para>Time in seconds to wait until the command completes.&lt;p&gt;If the command is not complete when the timeout occurs, the child process will be stopped.&lt;p&gt;Applicable only when parameter &lt;code&gt;callout_type&lt;/code&gt; is &lt;code&gt;RUN_ON_VM&lt;/code&gt; or &lt;code&gt;RUN_ON_SRM_SERVER&lt;/code&gt;.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue>
        <dev:type>
          <maml:name>uint?</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Position</maml:name>
        <maml:Description>
          <maml:para>A position in the current recovery steps list.&lt;p&gt;Zero-based.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue>
        <dev:type>
          <maml:name>uint?</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CalloutCreateSpec &#x3D; Initialize-SrmCalloutCreateSpec -Name &quot;MyName&quot; -Content &quot;MyContent&quot; -CalloutType &quot;PROMPT&quot; -TimeoutSeconds 0 -Position 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmCalloutCreateSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CalloutCreateSpec &#x3D; Initialize-SrmCalloutCreateSpec -Name &quot;MyName&quot; -Content &quot;MyContent&quot; -CalloutType &quot;PROMPT&quot; -TimeoutSeconds 0 -Position 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmCalloutCreateSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmcalloutcreatespec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmCalloutModifySpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CalloutModifySpec</command:noun>
      <maml:description>
        <maml:para>Modify spec for a callout.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Modify spec for a callout.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmCalloutModifySpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the callout.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Content of the callout.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CalloutType</maml:name>
          <maml:Description>
            <maml:para>Callout type.&lt;ul&gt;&lt;li&gt;PROMPT - If the callout is a prompt, it will pause the execution of the recovery script and will display a message until the user acknowledges it.&lt;/li&gt;&lt;li&gt;RUN_ON_VM - The callout must run inside the recovered VM.&lt;/li&gt;&lt;li&gt;RUN_ON_SRM_SERVER - The callout must run inside the Site Recovery Manager virtual machine.&lt;/li&gt;&lt;/ul&gt;</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(CalloutTypeEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TimeoutSeconds</maml:name>
          <maml:Description>
            <maml:para>Time in seconds to wait until the command completes.&lt;p&gt;If the command is not complete when the timeout occurs, the child process will be stopped.&lt;p&gt;Applicable only when parameter &lt;code&gt;callout_type&lt;/code&gt; is &lt;code&gt;RUN_ON_VM&lt;/code&gt; or &lt;code&gt;RUN_ON_SRM_SERVER&lt;/code&gt;.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue>
          <dev:type>
            <maml:name>uint?</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Name of the callout.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Content of the callout.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CalloutType</maml:name>
        <maml:Description>
          <maml:para>Callout type.&lt;ul&gt;&lt;li&gt;PROMPT - If the callout is a prompt, it will pause the execution of the recovery script and will display a message until the user acknowledges it.&lt;/li&gt;&lt;li&gt;RUN_ON_VM - The callout must run inside the recovered VM.&lt;/li&gt;&lt;li&gt;RUN_ON_SRM_SERVER - The callout must run inside the Site Recovery Manager virtual machine.&lt;/li&gt;&lt;/ul&gt;</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(CalloutTypeEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TimeoutSeconds</maml:name>
        <maml:Description>
          <maml:para>Time in seconds to wait until the command completes.&lt;p&gt;If the command is not complete when the timeout occurs, the child process will be stopped.&lt;p&gt;Applicable only when parameter &lt;code&gt;callout_type&lt;/code&gt; is &lt;code&gt;RUN_ON_VM&lt;/code&gt; or &lt;code&gt;RUN_ON_SRM_SERVER&lt;/code&gt;.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue>
        <dev:type>
          <maml:name>uint?</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CalloutModifySpec &#x3D; Initialize-SrmCalloutModifySpec -Name &quot;MyName&quot; -Content &quot;MyContent&quot; -CalloutType &quot;PROMPT&quot; -TimeoutSeconds 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmCalloutModifySpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CalloutModifySpec &#x3D; Initialize-SrmCalloutModifySpec -Name &quot;MyName&quot; -Content &quot;MyContent&quot; -CalloutType &quot;PROMPT&quot; -TimeoutSeconds 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmCalloutModifySpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmcalloutmodifyspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmCleanupTestPlanSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CleanupTestPlanSpec</command:noun>
      <maml:description>
        <maml:para>A spec specifying test cleanup settings.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A spec specifying test cleanup settings.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmCleanupTestPlanSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Forced</maml:name>
          <maml:Description>
            <maml:para>Whether to force the cleanup operation. If true, it makes best effort to complete, and could leak resources in the process (e.g. silently failing to delete a test-network, test-VM, etc.).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Forced</maml:name>
        <maml:Description>
          <maml:para>Whether to force the cleanup operation. If true, it makes best effort to complete, and could leak resources in the process (e.g. silently failing to delete a test-network, test-VM, etc.).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CleanupTestPlanSpec &#x3D; Initialize-SrmCleanupTestPlanSpec -Forced $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmCleanupTestPlanSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CleanupTestPlanSpec &#x3D; Initialize-SrmCleanupTestPlanSpec
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmCleanupTestPlanSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmcleanuptestplanspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Connect-SrmSdkServer</command:name>
      <command:verb>Connect</command:verb>
      <command:noun>SrmSdkServer</command:noun>
      <maml:description>
        <maml:para>This cmdlet establishes a connection to a VMware Site Recovery Manager (SRM) server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This cmdlet establishes a connection to a VMware Site Recovery Manager (SRM) server. The resulting connections are added to the list of default connections in a global variable named "$global:defaultSrmSdkConnections" (if the NotDefault switch was not specified). An SRM deployment consists of two sites - a protected (local) site and protecting (remote) site. Most operations require that you must be logged in to both sites. To connect to the protecting (remote) site, specify the RemoteUser\RemotePassword or RemoteCredential parameter. The cmdlet output is a SrmSdkServerConnection object. For most operations, you need the IDs of the pairing between your protected and protecting site. You can find these IDs in the ConnectedPairing property of the SrmSdkServerConnection. ConnectedPairing is populated only when your session is authenticated against the protecting (remote) site. To invoke operations on an SRM server, use Invoke- cmdlets. Some operation cmdlets accept parameters, which are complex objects. To create these complex objects use Initialize- cmdlets.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Connect-SrmSdkServer</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Server</maml:name>
          <maml:description>
            <maml:para>Specifies the IP address or fully qualified domain name (FQDN) of the protected (local) SRM server.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Username">
          <maml:name>User</maml:name>
          <maml:description>
            <maml:para>Specifies the user name to log in to the protected (local) vCenter Server.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Password</maml:name>
          <maml:description>
            <maml:para>Specifies the password to log in to the protected (local) vCenter Server.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
          <dev:type>
            <maml:name>SecureString</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Credential</maml:name>
          <maml:description>
            <maml:para>Specifies the credentials to log in to the vCenter Server on the protected (local) site. You can use this parameter as an alternative to the User/Password parameter pair.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
          <dev:type>
            <maml:name>PSCredential</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="RemoteUsername">
          <maml:name>RemoteUser</maml:name>
          <maml:description>
            <maml:para>Specifies the user name to log in to the protecting (remote) vCenter Server.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RemotePassword</maml:name>
          <maml:description>
            <maml:para>Specifies the password to log in to the protecting (remote) vCenter Server.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
          <dev:type>
            <maml:name>SecureString</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RemoteCredential</maml:name>
          <maml:description>
            <maml:para>Specifies the credentials to log in to the vCenter Server on the protecting (remote) site. You can use this parameter as an alternative to the RemoteUser/RemotePassword parameter pair.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
          <dev:type>
            <maml:name>PSCredential</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Port</maml:name>
          <maml:description>
            <maml:para>Specifies the server port you want to use for the SRM connection. If not specified, a protocol-specific default value is used.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Protocol</maml:name>
          <maml:description>
            <maml:para>Specifies the Internet protocol you want to use for the connection. It can be either HTTP or HTTPS. If not specified, HTTPS is used.</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">http</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">https</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ApiVersion</maml:name>
          <maml:description>
            <maml:para>By default, the cmdlet uses the SRM API version on which the Powercli.Sdk.Srm module is built. If this API version is unavailable on the server, the cmdlet chooses the closest available version. If the Powercli.Sdk.Srm module is built against a version later than all available API versions, then the latest available API version is used. If the Powercli.Sdk.Srm module is built against a version older than all available API versions, then the oldest available API version is used. If you want to override the selected version you can specify desired API version with this parameter.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IgnoreInvalidCertificate</maml:name>
          <maml:description>
            <maml:para>If specified, PowerCLI ignores any errors related to invalid server certificates of the SRM server.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>NotDefault</maml:name>
          <maml:description>
            <maml:para>If specified, the resulting connection is not recorded in the list of default SRM server connections and must be manually specified when you use a cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Server</maml:name>
        <maml:description>
          <maml:para>Specifies the IP address or fully qualified domain name (FQDN) of the protected (local) SRM server.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Username">
        <maml:name>User</maml:name>
        <maml:description>
          <maml:para>Specifies the user name to log in to the protected (local) vCenter Server.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Specifies the password to log in to the protected (local) vCenter Server.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Credential</maml:name>
        <maml:description>
          <maml:para>Specifies the credentials to log in to the vCenter Server on the protected (local) site. You can use this parameter as an alternative to the User/Password parameter pair.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>PSCredential</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="RemoteUsername">
        <maml:name>RemoteUser</maml:name>
        <maml:description>
          <maml:para>Specifies the user name to log in to the protecting (remote) vCenter Server.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RemotePassword</maml:name>
        <maml:description>
          <maml:para>Specifies the password to log in to the protecting (remote) vCenter Server.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RemoteCredential</maml:name>
        <maml:description>
          <maml:para>Specifies the credentials to log in to the vCenter Server on the protecting (remote) site. You can use this parameter as an alternative to the RemoteUser/RemotePassword parameter pair.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>PSCredential</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Port</maml:name>
        <maml:description>
          <maml:para>Specifies the server port you want to use for the SRM connection. If not specified, a protocol-specific default value is used.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Protocol</maml:name>
        <maml:description>
          <maml:para>Specifies the Internet protocol you want to use for the connection. It can be either HTTP or HTTPS. If not specified, HTTPS is used.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ApiVersion</maml:name>
        <maml:description>
          <maml:para>By default, the cmdlet uses the SRM API version on which the Powercli.Sdk.Srm module is built. If this API version is unavailable on the server, the cmdlet chooses the closest available version. If the Powercli.Sdk.Srm module is built against a version later than all available API versions, then the latest available API version is used. If the Powercli.Sdk.Srm module is built against a version older than all available API versions, then the oldest available API version is used. If you want to override the selected version you can specify desired API version with this parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IgnoreInvalidCertificate</maml:name>
        <maml:description>
          <maml:para>If specified, PowerCLI ignores any errors related to invalid server certificates of the SRM server.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>NotDefault</maml:name>
        <maml:description>
          <maml:para>If specified, the resulting connection is not recorded in the list of default SRM server connections and must be manually specified when you use a cmdlet.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VMware.Sdk.OpenApi.Cmdlets.IServerConnection</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Connect-SrmSdkServer -Server MyLocalSrm.com -User "MyLocalVcUser" -Password "MyLocalVcPassword"
 
Connects to a protected (local) SRM server with a MyLocalSrm.com address by passing a valid vCenter Server user name and password.</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Connect-SrmSdkServer -Server MyLocalSrm.com -User "MyLocalVcUser" -Password "MyLocalVcPassword" -RemoteUser "MyRemoteVcUser" -RemotePassword "MyRemoteVcPassword"
 
Connects to a protected (local) and protecting (remote) SRM servers with a MyLocalSrm.com address by passing a valid user name and password for the local and the remote vCenter Servers.</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $mySrmServer = Connect-SrmSdkServer -Server MyLocalSrm.com -User "MyLocalVcUser" -Password "MyLocalVcPassword" -RemoteUser "MyRemoteVcUser" -RemotePassword "MyRemoteVcPassword"
PS C:\&gt; $myReplicatedVms = Invoke-SrmGetReplicatedVms -PairingId $mySrmServer.ConnectedPairing.PairingId -VcenterId $mySrmServer.ConnectedPairing.LocalVcServer.Id
 
Connects to a protected (local) and protecting (remote) SRM servers and retrieves all replicated VMs from your protected (local) vCenter Server</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 4 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Connect-SrmSdkServer -Server MyLocalSrm.com -User "MyLocalVcUser" -Password "MyLocalVcPassword" -RemoteUser "MyRemoteVcUser" -RemotePassword "MyRemoteVcPassword" -ApiVersion v1
 
Connects to a protected (local) and protecting (remote) SRM servers with a MyLocalSrm.com address by passing a valid user name and password for the local and the remote vCenter Servers. Overrides the automatic API version selection by specifying the "v1" API version.</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmConnectionParam</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ConnectionParam</command:noun>
      <maml:description>
        <maml:para>Connection parameter used to connect to a storage replication adapter (SRA).No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Connection parameter used to connect to a storage replication adapter (SRA).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmConnectionParam</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>Key of the connection parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the connection parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Hint</maml:name>
          <maml:Description>
            <maml:para>Hint of the connection parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>Value of the connection parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Optional</maml:name>
          <maml:Description>
            <maml:para>Denotes if the connection parameter is optional.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PasswordParam</maml:name>
          <maml:Description>
            <maml:para>Denotes if the connection parameter is a password</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of connection parameter used to connect to a storage replication adapter (SRA):&lt;un&gt;&lt;li&gt;USER_NAME - User name.&lt;li&gt;PASSWORD - Password.&lt;li&gt;OPAQUE - Opaque.&lt;li&gt;ADDRESS - Address.&lt;/ul&gt;</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(TypeEnum)</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Key</maml:name>
        <maml:Description>
          <maml:para>Key of the connection parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Name of the connection parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Hint</maml:name>
        <maml:Description>
          <maml:para>Hint of the connection parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>Value of the connection parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Optional</maml:name>
        <maml:Description>
          <maml:para>Denotes if the connection parameter is optional.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PasswordParam</maml:name>
        <maml:Description>
          <maml:para>Denotes if the connection parameter is a password</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of connection parameter used to connect to a storage replication adapter (SRA):&lt;un&gt;&lt;li&gt;USER_NAME - User name.&lt;li&gt;PASSWORD - Password.&lt;li&gt;OPAQUE - Opaque.&lt;li&gt;ADDRESS - Address.&lt;/ul&gt;</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(TypeEnum)</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ConnectionParam &#x3D; Initialize-SrmConnectionParam -Key &quot;MyKey&quot; -Name &quot;MyName&quot; -Hint &quot;MyHint&quot; -Value &quot;MyValue&quot; -Optional $false -PasswordParam $false -Type &quot;USER_NAME&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmConnectionParam with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ConnectionParam &#x3D; Initialize-SrmConnectionParam -Key &quot;MyKey&quot; -Name &quot;MyName&quot; -Hint &quot;MyHint&quot; -Optional $false -PasswordParam $false -Type &quot;USER_NAME&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmConnectionParam with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmconnectionparam</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmConnectionParamGroup</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ConnectionParamGroup</command:noun>
      <maml:description>
        <maml:para>Connection parameters group used to connect to a storage replication adapter (SRA).No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Connection parameters group used to connect to a storage replication adapter (SRA).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmConnectionParamGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the connection parameters group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Hint</maml:name>
          <maml:Description>
            <maml:para>Hint of the connection parameters group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>Key of the connection parameters group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ConnectionParams</maml:name>
          <maml:Description>
            <maml:para>Array of connection parameters used to connect to a storage replication adapter (SRA).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;ConnectionParam&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;ConnectionParam&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Name of the connection parameters group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Hint</maml:name>
        <maml:Description>
          <maml:para>Hint of the connection parameters group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Key</maml:name>
        <maml:Description>
          <maml:para>Key of the connection parameters group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ConnectionParams</maml:name>
        <maml:Description>
          <maml:para>Array of connection parameters used to connect to a storage replication adapter (SRA).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;ConnectionParam&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;ConnectionParam&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$ConnectionParam &#x3D; Initialize-SrmConnectionParam -Key &quot;MyKey&quot; -Name &quot;MyName&quot; -Hint &quot;MyHint&quot; -Value &quot;MyValue&quot; -Optional $false -PasswordParam $false -Type &quot;USER_NAME&quot;
$ConnectionParamGroup &#x3D; Initialize-SrmConnectionParamGroup -Name &quot;MyName&quot; -Hint &quot;MyHint&quot; -Key &quot;MyKey&quot; -ConnectionParams $ConnectionParam
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmConnectionParamGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ConnectionParam &#x3D; Initialize-SrmConnectionParam -Key &quot;MyKey&quot; -Name &quot;MyName&quot; -Hint &quot;MyHint&quot; -Optional $false -PasswordParam $false -Type &quot;USER_NAME&quot;
$ConnectionParamGroup &#x3D; Initialize-SrmConnectionParamGroup -Name &quot;MyName&quot; -Key &quot;MyKey&quot; -ConnectionParams $ConnectionParam
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmConnectionParamGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmconnectionparamgroup</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmConnectionParamGroupDrResponseEntity</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ConnectionParamGroupDrResponseEntity</command:noun>
      <maml:description>
        <maml:para>Connection parameters group used to connect to a storage replication adapter (SRA).No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Connection parameters group used to connect to a storage replication adapter (SRA).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmConnectionParamGroupDrResponseEntity</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the connection parameters group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Hint</maml:name>
          <maml:Description>
            <maml:para>Hint of the connection parameters group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>Key of the connection parameters group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ConnectionParams</maml:name>
          <maml:Description>
            <maml:para>Array of connection parameters used to connect to a storage replication adapter (SRA).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;ConnectionParam&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;ConnectionParam&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Name of the connection parameters group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Hint</maml:name>
        <maml:Description>
          <maml:para>Hint of the connection parameters group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Key</maml:name>
        <maml:Description>
          <maml:para>Key of the connection parameters group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ConnectionParams</maml:name>
        <maml:Description>
          <maml:para>Array of connection parameters used to connect to a storage replication adapter (SRA).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;ConnectionParam&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;ConnectionParam&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$ConnectionParam &#x3D; Initialize-SrmConnectionParam -Key &quot;MyKey&quot; -Name &quot;MyName&quot; -Hint &quot;MyHint&quot; -Value &quot;MyValue&quot; -Optional $false -PasswordParam $false -Type &quot;USER_NAME&quot;
$ConnectionParamGroupDrResponseEntity &#x3D; Initialize-SrmConnectionParamGroupDrResponseEntity -Name &quot;MyName&quot; -Hint &quot;MyHint&quot; -Key &quot;MyKey&quot; -ConnectionParams $ConnectionParam
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmConnectionParamGroupDrResponseEntity with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ConnectionParam &#x3D; Initialize-SrmConnectionParam -Key &quot;MyKey&quot; -Name &quot;MyName&quot; -Hint &quot;MyHint&quot; -Optional $false -PasswordParam $false -Type &quot;USER_NAME&quot;
$ConnectionParamGroupDrResponseEntity &#x3D; Initialize-SrmConnectionParamGroupDrResponseEntity -Name &quot;MyName&quot; -Key &quot;MyKey&quot; -ConnectionParams $ConnectionParam
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmConnectionParamGroupDrResponseEntity with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmconnectionparamgroupdrresponseentity</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmCreateFolderSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CreateFolderSpec</command:noun>
      <maml:description>
        <maml:para>A spec to create a folder.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A spec to create a folder.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmCreateFolderSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the folder to create. The name must be unique amongst the peer children nodes.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Location</maml:name>
          <maml:Description>
            <maml:para>Target location where the recovery plan folder will be placed. If not specified - the root folder will be used.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the folder to create. The name must be unique amongst the peer children nodes.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Location</maml:name>
        <maml:Description>
          <maml:para>Target location where the recovery plan folder will be placed. If not specified - the root folder will be used.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CreateFolderSpec &#x3D; Initialize-SrmCreateFolderSpec -Name &quot;MyName&quot; -Location &quot;MyLocation&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmCreateFolderSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CreateFolderSpec &#x3D; Initialize-SrmCreateFolderSpec -Name &quot;MyName&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmCreateFolderSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmcreatefolderspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmDependentVm</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DependentVm</command:noun>
      <maml:description>
        <maml:para>Details about a dependent protected VM in the context of a given protected VM.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Details about a dependent protected VM in the context of a given protected VM.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmDependentVm</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The identifier of the virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Template</maml:name>
          <maml:Description>
            <maml:para>Whether this VM is a template VM</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>InsideVapp</maml:name>
          <maml:Description>
            <maml:para>Whether this VM is inside a vApp</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Status</maml:name>
          <maml:Description>
            <maml:para>Dependent VM status.&lt;br&gt;&lt;ul&gt;&lt;li&gt;OK - The dependent protected VM and the source protected VM are in the same plan and in the same priority group&lt;/li&gt;&lt;li&gt;NOT_IN_PLAN - The dependent protected VM and the source protected VM are in different recovery plans&lt;/li&gt;&lt;li&gt;LOWER_PRIORITY - The VMs are in the same recovery plan, but the dependent VM is in a lower priority group&lt;/li&gt;&lt;li&gt;HIGHER_PRIORITY - The VMs are in the same recovery plan, but the dependent VM is in a higher priority group&lt;/li&gt;&lt;/ul&gt;</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(StatusEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PriorityGroup</maml:name>
          <maml:Description>
            <maml:para>Recovery priority group. Used to translate server priority values to client priorities. The recovery priority for this VM. P1 is the highest and P5 is the lowest priority.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(PriorityGroupEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProtectionGroupName</maml:name>
          <maml:Description>
            <maml:para>Name of the protection group that is protecting the VM.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The identifier of the virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Template</maml:name>
        <maml:Description>
          <maml:para>Whether this VM is a template VM</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>InsideVapp</maml:name>
        <maml:Description>
          <maml:para>Whether this VM is inside a vApp</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Status</maml:name>
        <maml:Description>
          <maml:para>Dependent VM status.&lt;br&gt;&lt;ul&gt;&lt;li&gt;OK - The dependent protected VM and the source protected VM are in the same plan and in the same priority group&lt;/li&gt;&lt;li&gt;NOT_IN_PLAN - The dependent protected VM and the source protected VM are in different recovery plans&lt;/li&gt;&lt;li&gt;LOWER_PRIORITY - The VMs are in the same recovery plan, but the dependent VM is in a lower priority group&lt;/li&gt;&lt;li&gt;HIGHER_PRIORITY - The VMs are in the same recovery plan, but the dependent VM is in a higher priority group&lt;/li&gt;&lt;/ul&gt;</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(StatusEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PriorityGroup</maml:name>
        <maml:Description>
          <maml:para>Recovery priority group. Used to translate server priority values to client priorities. The recovery priority for this VM. P1 is the highest and P5 is the lowest priority.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(PriorityGroupEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProtectionGroupName</maml:name>
        <maml:Description>
          <maml:para>Name of the protection group that is protecting the VM.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DependentVm &#x3D; Initialize-SrmDependentVm -Id &quot;MyId&quot; -Name &quot;MyName&quot; -Template $false -InsideVapp $false -Status &quot;OK&quot; -PriorityGroup &quot;P1&quot; -ProtectionGroupName &quot;MyProtectionGroupName&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmDependentVm with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DependentVm &#x3D; Initialize-SrmDependentVm -Id &quot;MyId&quot; -Name &quot;MyName&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmDependentVm with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmdependentvm</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmDependentVmDrResponseEntity</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DependentVmDrResponseEntity</command:noun>
      <maml:description>
        <maml:para>Details about a dependent protected VM in the context of a given protected VM.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Details about a dependent protected VM in the context of a given protected VM.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmDependentVmDrResponseEntity</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The identifier of the virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Template</maml:name>
          <maml:Description>
            <maml:para>Whether this VM is a template VM</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>InsideVapp</maml:name>
          <maml:Description>
            <maml:para>Whether this VM is inside a vApp</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Status</maml:name>
          <maml:Description>
            <maml:para>Dependent VM status.&lt;br&gt;&lt;ul&gt;&lt;li&gt;OK - The dependent protected VM and the source protected VM are in the same plan and in the same priority group&lt;/li&gt;&lt;li&gt;NOT_IN_PLAN - The dependent protected VM and the source protected VM are in different recovery plans&lt;/li&gt;&lt;li&gt;LOWER_PRIORITY - The VMs are in the same recovery plan, but the dependent VM is in a lower priority group&lt;/li&gt;&lt;li&gt;HIGHER_PRIORITY - The VMs are in the same recovery plan, but the dependent VM is in a higher priority group&lt;/li&gt;&lt;/ul&gt;</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(VMware.Sdk.Srm.Model.DependentVm.StatusEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PriorityGroup</maml:name>
          <maml:Description>
            <maml:para>Recovery priority group. Used to translate server priority values to client priorities. The recovery priority for this VM. P1 is the highest and P5 is the lowest priority.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(VMware.Sdk.Srm.Model.DependentVm.PriorityGroupEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProtectionGroupName</maml:name>
          <maml:Description>
            <maml:para>Name of the protection group that is protecting the VM.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The identifier of the virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Template</maml:name>
        <maml:Description>
          <maml:para>Whether this VM is a template VM</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>InsideVapp</maml:name>
        <maml:Description>
          <maml:para>Whether this VM is inside a vApp</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Status</maml:name>
        <maml:Description>
          <maml:para>Dependent VM status.&lt;br&gt;&lt;ul&gt;&lt;li&gt;OK - The dependent protected VM and the source protected VM are in the same plan and in the same priority group&lt;/li&gt;&lt;li&gt;NOT_IN_PLAN - The dependent protected VM and the source protected VM are in different recovery plans&lt;/li&gt;&lt;li&gt;LOWER_PRIORITY - The VMs are in the same recovery plan, but the dependent VM is in a lower priority group&lt;/li&gt;&lt;li&gt;HIGHER_PRIORITY - The VMs are in the same recovery plan, but the dependent VM is in a higher priority group&lt;/li&gt;&lt;/ul&gt;</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(VMware.Sdk.Srm.Model.DependentVm.StatusEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PriorityGroup</maml:name>
        <maml:Description>
          <maml:para>Recovery priority group. Used to translate server priority values to client priorities. The recovery priority for this VM. P1 is the highest and P5 is the lowest priority.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(VMware.Sdk.Srm.Model.DependentVm.PriorityGroupEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProtectionGroupName</maml:name>
        <maml:Description>
          <maml:para>Name of the protection group that is protecting the VM.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DependentVmDrResponseEntity &#x3D; Initialize-SrmDependentVmDrResponseEntity -Id &quot;MyId&quot; -Name &quot;MyName&quot; -Template $false -InsideVapp $false -Status &quot;OK&quot; -PriorityGroup &quot;P1&quot; -ProtectionGroupName &quot;MyProtectionGroupName&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmDependentVmDrResponseEntity with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DependentVmDrResponseEntity &#x3D; Initialize-SrmDependentVmDrResponseEntity -Id &quot;MyId&quot; -Name &quot;MyName&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmDependentVmDrResponseEntity with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmdependentvmdrresponseentity</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmDependentVmSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DependentVmSpec</command:noun>
      <maml:description>
        <maml:para>A spec describing a list of dependent VMs.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A spec describing a list of dependent VMs.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmDependentVmSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DependentVms</maml:name>
          <maml:Description>
            <maml:para>A list of dependent VM IDs.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DependentVms</maml:name>
        <maml:Description>
          <maml:para>A list of dependent VM IDs.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DependentVmSpec &#x3D; Initialize-SrmDependentVmSpec -DependentVms &quot;MyDependentVms&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmDependentVmSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DependentVmSpec &#x3D; Initialize-SrmDependentVmSpec
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmDependentVmSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmdependentvmspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmDnsSetting</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DnsSetting</command:noun>
      <maml:description>
        <maml:para>DNS settingsNo summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>DNS settings</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmDnsSetting</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of IP address assignment</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(TypeEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PreferredServer</maml:name>
          <maml:Description>
            <maml:para>The address for the preferred DNS server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AlternateServer</maml:name>
          <maml:Description>
            <maml:para>The address of the alternate DNS server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Suffixes</maml:name>
          <maml:Description>
            <maml:para>DNS Suffixes for this DNS setting. The suffixes should be listed in order of preference.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of IP address assignment</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(TypeEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PreferredServer</maml:name>
        <maml:Description>
          <maml:para>The address for the preferred DNS server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AlternateServer</maml:name>
        <maml:Description>
          <maml:para>The address of the alternate DNS server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Suffixes</maml:name>
        <maml:Description>
          <maml:para>DNS Suffixes for this DNS setting. The suffixes should be listed in order of preference.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DnsSetting &#x3D; Initialize-SrmDnsSetting -Type &quot;DHCP&quot; -PreferredServer &quot;MyPreferredServer&quot; -AlternateServer &quot;MyAlternateServer&quot; -Suffixes &quot;MySuffixes&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmDnsSetting with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DnsSetting &#x3D; Initialize-SrmDnsSetting -Type &quot;DHCP&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmDnsSetting with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmdnssetting</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmEnvironmentBrowserDataDrResponseEntity</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EnvironmentBrowserDataDrResponseEntity</command:noun>
      <maml:description>
        <maml:para>The result of the browsing datastore request.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The result of the browsing datastore request.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmEnvironmentBrowserDataDrResponseEntity</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>File name</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Path</maml:name>
          <maml:Description>
            <maml:para>File path used by the user to perform browse operations.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Owner</maml:name>
          <maml:Description>
            <maml:para>File owner name.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>File size</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">long?</command:parameterValue>
          <dev:type>
            <maml:name>long?</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Modification</maml:name>
          <maml:Description>
            <maml:para>Last file modification date time in milliseconds.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">long?</command:parameterValue>
          <dev:type>
            <maml:name>long?</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>File type.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(VMware.Sdk.Srm.Model.EnvironmentBrowserData.TypeEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DatastoreName</maml:name>
          <maml:Description>
            <maml:para>Datastore name.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DatastoreId</maml:name>
          <maml:Description>
            <maml:para>Datastore id.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>File name</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Path</maml:name>
        <maml:Description>
          <maml:para>File path used by the user to perform browse operations.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Owner</maml:name>
        <maml:Description>
          <maml:para>File owner name.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Size</maml:name>
        <maml:Description>
          <maml:para>File size</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">long?</command:parameterValue>
        <dev:type>
          <maml:name>long?</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Modification</maml:name>
        <maml:Description>
          <maml:para>Last file modification date time in milliseconds.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">long?</command:parameterValue>
        <dev:type>
          <maml:name>long?</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>File type.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(VMware.Sdk.Srm.Model.EnvironmentBrowserData.TypeEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DatastoreName</maml:name>
        <maml:Description>
          <maml:para>Datastore name.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DatastoreId</maml:name>
        <maml:Description>
          <maml:para>Datastore id.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$EnvironmentBrowserDataDrResponseEntity &#x3D; Initialize-SrmEnvironmentBrowserDataDrResponseEntity -Name &quot;MyName&quot; -Path &quot;/datastore-name/testFolder/childFolder&quot; -Owner &quot;root&quot; -Size 0 -Modification 0 -Type &quot;FOLDER&quot; -DatastoreName &quot;MyDatastoreName&quot; -DatastoreId &quot;MyDatastoreId&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmEnvironmentBrowserDataDrResponseEntity with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$EnvironmentBrowserDataDrResponseEntity &#x3D; Initialize-SrmEnvironmentBrowserDataDrResponseEntity -Name &quot;MyName&quot; -Path &quot;/datastore-name/testFolder/childFolder&quot; -Type &quot;FOLDER&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmEnvironmentBrowserDataDrResponseEntity with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmenvironmentbrowserdatadrresponseentity</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmFolderMappingsSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FolderMappingsSpec</command:noun>
      <maml:description>
        <maml:para>Folder mapping settings to be used for the create operation.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Folder mapping settings to be used for the create operation.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmFolderMappingsSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingSourceObject</maml:name>
          <maml:Description>
            <maml:para>Mapping of the source object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingTargetObject</maml:name>
          <maml:Description>
            <maml:para>Mapping the target object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingSourceObject</maml:name>
        <maml:Description>
          <maml:para>Mapping of the source object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingTargetObject</maml:name>
        <maml:Description>
          <maml:para>Mapping the target object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$FolderMappingsSpec &#x3D; Initialize-SrmFolderMappingsSpec -MappingSourceObject &quot;MyMappingSourceObject&quot; -MappingTargetObject &quot;MyMappingTargetObject&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmFolderMappingsSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FolderMappingsSpec &#x3D; Initialize-SrmFolderMappingsSpec -MappingSourceObject &quot;MyMappingSourceObject&quot; -MappingTargetObject &quot;MyMappingTargetObject&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmFolderMappingsSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmfoldermappingsspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmFriendlyDatastorePathData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FriendlyDatastorePathData</command:noun>
      <maml:description>
        <maml:para>Data object that is used to fully qualify a datastore path.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Data object that is used to fully qualify a datastore path.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmFriendlyDatastorePathData</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Datastore</maml:name>
          <maml:Description>
            <maml:para>An ID of the datastore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DatastoreName</maml:name>
          <maml:Description>
            <maml:para>The name of the datastore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Path</maml:name>
          <maml:Description>
            <maml:para>Path to the file</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filename</maml:name>
          <maml:Description>
            <maml:para>File name</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FriendlyPath</maml:name>
          <maml:Description>
            <maml:para>Path to the VM with friendly name for guid-backed volumes (vSAN and vVols).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Datastore</maml:name>
        <maml:Description>
          <maml:para>An ID of the datastore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DatastoreName</maml:name>
        <maml:Description>
          <maml:para>The name of the datastore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Path</maml:name>
        <maml:Description>
          <maml:para>Path to the file</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filename</maml:name>
        <maml:Description>
          <maml:para>File name</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FriendlyPath</maml:name>
        <maml:Description>
          <maml:para>Path to the VM with friendly name for guid-backed volumes (vSAN and vVols).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$FriendlyDatastorePathData &#x3D; Initialize-SrmFriendlyDatastorePathData -Datastore &quot;MyDatastore&quot; -DatastoreName &quot;local&quot; -Path &quot;vms/finance-vm&quot; -Filename &quot;finance-vm.vmdk&quot; -FriendlyPath &quot;MyFriendlyPath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmFriendlyDatastorePathData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FriendlyDatastorePathData &#x3D; Initialize-SrmFriendlyDatastorePathData
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmFriendlyDatastorePathData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmfriendlydatastorepathdata</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmGeneralIpV4Setting</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GeneralIpV4Setting</command:noun>
      <maml:description>
        <maml:para>No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmGeneralIpV4Setting</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddress</maml:name>
          <maml:Description>
            <maml:para>IP address</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of IP address assignment</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(TypeEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DefaultGateway</maml:name>
          <maml:Description>
            <maml:para>Default gateway address. Applicable only for static IP address assignment.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AlternateGateway</maml:name>
          <maml:Description>
            <maml:para>Alternate gateway address. Applicable only for static IP address assignment.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SubnetMask</maml:name>
          <maml:Description>
            <maml:para>Subnet mask for this IP setting.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAddress</maml:name>
        <maml:Description>
          <maml:para>IP address</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of IP address assignment</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(TypeEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DefaultGateway</maml:name>
        <maml:Description>
          <maml:para>Default gateway address. Applicable only for static IP address assignment.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AlternateGateway</maml:name>
        <maml:Description>
          <maml:para>Alternate gateway address. Applicable only for static IP address assignment.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SubnetMask</maml:name>
        <maml:Description>
          <maml:para>Subnet mask for this IP setting.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$GeneralIpV4Setting &#x3D; Initialize-SrmGeneralIpV4Setting -IpAddress &quot;MyIpAddress&quot; -Type &quot;DHCP&quot; -DefaultGateway &quot;MyDefaultGateway&quot; -AlternateGateway &quot;MyAlternateGateway&quot; -SubnetMask &quot;255.255.255.0&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmGeneralIpV4Setting with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GeneralIpV4Setting &#x3D; Initialize-SrmGeneralIpV4Setting -IpAddress &quot;MyIpAddress&quot; -Type &quot;DHCP&quot; -SubnetMask &quot;255.255.255.0&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmGeneralIpV4Setting with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmgeneralipv4setting</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmGeneralIpV6Setting</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GeneralIpV6Setting</command:noun>
      <maml:description>
        <maml:para>No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmGeneralIpV6Setting</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddress</maml:name>
          <maml:Description>
            <maml:para>IPv6 address</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of IP address assignment</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(TypeEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DefaultGateway</maml:name>
          <maml:Description>
            <maml:para>Default gateway IPv6 address. Applicable only for STATIC IP address assignment.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AlternateGateway</maml:name>
          <maml:Description>
            <maml:para>Alternate gateway IPv6 address. Applicable only for static IP address assignment.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SubnetPrefixLength</maml:name>
          <maml:Description>
            <maml:para>Prefix length for the IP subnet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue>
          <dev:type>
            <maml:name>uint?</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAddress</maml:name>
        <maml:Description>
          <maml:para>IPv6 address</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of IP address assignment</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(TypeEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DefaultGateway</maml:name>
        <maml:Description>
          <maml:para>Default gateway IPv6 address. Applicable only for STATIC IP address assignment.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AlternateGateway</maml:name>
        <maml:Description>
          <maml:para>Alternate gateway IPv6 address. Applicable only for static IP address assignment.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SubnetPrefixLength</maml:name>
        <maml:Description>
          <maml:para>Prefix length for the IP subnet.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue>
        <dev:type>
          <maml:name>uint?</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$GeneralIpV6Setting &#x3D; Initialize-SrmGeneralIpV6Setting -IpAddress &quot;fdda:5cc1:23:4::1f&quot; -Type &quot;DHCP&quot; -DefaultGateway &quot;MyDefaultGateway&quot; -AlternateGateway &quot;MyAlternateGateway&quot; -SubnetPrefixLength 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmGeneralIpV6Setting with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GeneralIpV6Setting &#x3D; Initialize-SrmGeneralIpV6Setting -Type &quot;DHCP&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmGeneralIpV6Setting with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmgeneralipv6setting</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmHbrProtectionGroupSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>HbrProtectionGroupSpec</command:noun>
      <maml:description>
        <maml:para>Host-based replication details for creation or modification of the protection group.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Host-based replication details for creation or modification of the protection group.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmHbrProtectionGroupSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Vms</maml:name>
          <maml:Description>
            <maml:para>The list of VMs to protect with this protection group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Vms</maml:name>
        <maml:Description>
          <maml:para>The list of VMs to protect with this protection group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$HbrProtectionGroupSpec &#x3D; Initialize-SrmHbrProtectionGroupSpec -Vms &quot;MyVms&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmHbrProtectionGroupSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$HbrProtectionGroupSpec &#x3D; Initialize-SrmHbrProtectionGroupSpec -Vms &quot;MyVms&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmHbrProtectionGroupSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmhbrprotectiongroupspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmCreateFolderMapping</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmCreateFolderMapping</command:noun>
      <maml:description>
        <maml:para>Add folder mappings for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Add folder mappings for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmCreateFolderMapping</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FolderMappingsSpec</maml:name>
          <maml:Description>
            <maml:para>The spec describing the new folder mappings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">FolderMappingsSpec</command:parameterValue>
          <dev:type>
            <maml:name>FolderMappingsSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FolderMappingsSpec</maml:name>
        <maml:Description>
          <maml:para>The spec describing the new folder mappings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FolderMappingsSpec</command:parameterValue>
        <dev:type>
          <maml:name>FolderMappingsSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$FolderMappingsSpec = Initialize-SrmFolderMappingsSpec -MappingSourceObject "MyMappingSourceObject" -MappingTargetObject "MyMappingTargetObject"
 
Invoke-SrmCreateFolderMapping -pairingId "MypairingId" -srmId "MysrmId" -folderMappingsSpec $folderMappingsSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateFolderMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FolderMappingsSpec = Initialize-SrmFolderMappingsSpec -MappingSourceObject "MyMappingSourceObject" -MappingTargetObject "MyMappingTargetObject"
 
Invoke-SrmCreateFolderMapping -pairingId "MypairingId" -srmId "MysrmId" -folderMappingsSpec $folderMappingsSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateFolderMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmcreatefoldermapping</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmFolderMappingsSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmCreateNetworkMapping</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmCreateNetworkMapping</command:noun>
      <maml:description>
        <maml:para>Add network mappings for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Add network mappings for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmCreateNetworkMapping</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NetworkMappingsSpec</maml:name>
          <maml:Description>
            <maml:para>A spec describing the new networks mappings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">NetworkMappingsSpec</command:parameterValue>
          <dev:type>
            <maml:name>NetworkMappingsSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NetworkMappingsSpec</maml:name>
        <maml:Description>
          <maml:para>A spec describing the new networks mappings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">NetworkMappingsSpec</command:parameterValue>
        <dev:type>
          <maml:name>NetworkMappingsSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NetworkMappingsSpec = Initialize-SrmNetworkMappingsSpec -MappingSourceObject "MyMappingSourceObject" -MappingTargetObject "MyMappingTargetObject"
 
Invoke-SrmCreateNetworkMapping -pairingId "MypairingId" -srmId "MysrmId" -networkMappingsSpec $networkMappingsSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateNetworkMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NetworkMappingsSpec = Initialize-SrmNetworkMappingsSpec -MappingSourceObject "MyMappingSourceObject" -MappingTargetObject "MyMappingTargetObject"
 
Invoke-SrmCreateNetworkMapping -pairingId "MypairingId" -srmId "MysrmId" -networkMappingsSpec $networkMappingsSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateNetworkMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmcreatenetworkmapping</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmNetworkMappingsSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmCreatePlaceholderDatastores</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmCreatePlaceholderDatastores</command:noun>
      <maml:description>
        <maml:para>Add placeholder datastores for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Add placeholder datastores for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmCreatePlaceholderDatastores</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AddPlaceholderDatastoreSpec</maml:name>
          <maml:Description>
            <maml:para>A spec describing the new placeholder datastores.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">AddPlaceholderDatastoreSpec</command:parameterValue>
          <dev:type>
            <maml:name>AddPlaceholderDatastoreSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AddPlaceholderDatastoreSpec</maml:name>
        <maml:Description>
          <maml:para>A spec describing the new placeholder datastores.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">AddPlaceholderDatastoreSpec</command:parameterValue>
        <dev:type>
          <maml:name>AddPlaceholderDatastoreSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AddPlaceholderDatastoreSpec = Initialize-SrmAddPlaceholderDatastoreSpec -Datastores "MyDatastores"
 
Invoke-SrmCreatePlaceholderDatastores -pairingId "MypairingId" -srmId "MysrmId" -addPlaceholderDatastoreSpec $addPlaceholderDatastoreSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreatePlaceholderDatastores with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AddPlaceholderDatastoreSpec = Initialize-SrmAddPlaceholderDatastoreSpec -Datastores "MyDatastores"
 
Invoke-SrmCreatePlaceholderDatastores -pairingId "MypairingId" -srmId "MysrmId" -addPlaceholderDatastoreSpec $addPlaceholderDatastoreSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreatePlaceholderDatastores with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmcreateplaceholderdatastores</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmAddPlaceholderDatastoreSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmCreateResourceMapping</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmCreateResourceMapping</command:noun>
      <maml:description>
        <maml:para>Add resource mappings for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Add resource mappings for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmCreateResourceMapping</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceMappingsSpec</maml:name>
          <maml:Description>
            <maml:para>A spec describing the new resource mappings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ResourceMappingsSpec</command:parameterValue>
          <dev:type>
            <maml:name>ResourceMappingsSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceMappingsSpec</maml:name>
        <maml:Description>
          <maml:para>A spec describing the new resource mappings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ResourceMappingsSpec</command:parameterValue>
        <dev:type>
          <maml:name>ResourceMappingsSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ResourceMappingsSpec = Initialize-SrmResourceMappingsSpec -MappingSourceObject "MyMappingSourceObject" -MappingTargetObject "MyMappingTargetObject"
 
Invoke-SrmCreateResourceMapping -pairingId "MypairingId" -srmId "MysrmId" -resourceMappingsSpec $resourceMappingsSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateResourceMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ResourceMappingsSpec = Initialize-SrmResourceMappingsSpec -MappingSourceObject "MyMappingSourceObject" -MappingTargetObject "MyMappingTargetObject"
 
Invoke-SrmCreateResourceMapping -pairingId "MypairingId" -srmId "MysrmId" -resourceMappingsSpec $resourceMappingsSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateResourceMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmcreateresourcemapping</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmResourceMappingsSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmCreateStoragePolicyMapping</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmCreateStoragePolicyMapping</command:noun>
      <maml:description>
        <maml:para>Add storage policy mappings for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Add storage policy mappings for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmCreateStoragePolicyMapping</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StoragePolicyMappingsSpec</maml:name>
          <maml:Description>
            <maml:para>A spec describing the new storage policy mappings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">StoragePolicyMappingsSpec</command:parameterValue>
          <dev:type>
            <maml:name>StoragePolicyMappingsSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StoragePolicyMappingsSpec</maml:name>
        <maml:Description>
          <maml:para>A spec describing the new storage policy mappings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">StoragePolicyMappingsSpec</command:parameterValue>
        <dev:type>
          <maml:name>StoragePolicyMappingsSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StoragePolicyMappingsSpec = Initialize-SrmStoragePolicyMappingsSpec -MappingSourceObject "MyMappingSourceObject" -MappingTargetObject "MyMappingTargetObject"
 
Invoke-SrmCreateStoragePolicyMapping -pairingId "MypairingId" -srmId "MysrmId" -storagePolicyMappingsSpec $storagePolicyMappingsSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateStoragePolicyMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StoragePolicyMappingsSpec = Initialize-SrmStoragePolicyMappingsSpec -MappingSourceObject "MyMappingSourceObject" -MappingTargetObject "MyMappingTargetObject"
 
Invoke-SrmCreateStoragePolicyMapping -pairingId "MypairingId" -srmId "MysrmId" -storagePolicyMappingsSpec $storagePolicyMappingsSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateStoragePolicyMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmcreatestoragepolicymapping</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmStoragePolicyMappingsSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmCreateTestNetworkMappings</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmCreateTestNetworkMappings</command:noun>
      <maml:description>
        <maml:para>Add test network mappings for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Add test network mappings for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmCreateTestNetworkMappings</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TestNetworkMappingsSpec</maml:name>
          <maml:Description>
            <maml:para>A spec describing the new test network mappings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">TestNetworkMappingsSpec</command:parameterValue>
          <dev:type>
            <maml:name>TestNetworkMappingsSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TestNetworkMappingsSpec</maml:name>
        <maml:Description>
          <maml:para>A spec describing the new test network mappings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">TestNetworkMappingsSpec</command:parameterValue>
        <dev:type>
          <maml:name>TestNetworkMappingsSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TestNetworkMappingsSpec = Initialize-SrmTestNetworkMappingsSpec -TargetNetwork "MyTargetNetwork" -TestNetwork "MyTestNetwork"
 
Invoke-SrmCreateTestNetworkMappings -pairingId "MypairingId" -srmId "MysrmId" -testNetworkMappingsSpec $testNetworkMappingsSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateTestNetworkMappings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TestNetworkMappingsSpec = Initialize-SrmTestNetworkMappingsSpec -TargetNetwork "MyTargetNetwork" -TestNetwork "MyTestNetwork"
 
Invoke-SrmCreateTestNetworkMappings -pairingId "MypairingId" -srmId "MysrmId" -testNetworkMappingsSpec $testNetworkMappingsSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateTestNetworkMappings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmcreatetestnetworkmappings</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmTestNetworkMappingsSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmDeleteFolderMapping</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmDeleteFolderMapping</command:noun>
      <maml:description>
        <maml:para>Delete a configured folder mapping for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Delete a configured folder mapping for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmDeleteFolderMapping</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingId</maml:name>
          <maml:Description>
            <maml:para>The ID of the mapping.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingId</maml:name>
        <maml:Description>
          <maml:para>The ID of the mapping.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteFolderMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteFolderMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteFolderMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteFolderMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmdeletefoldermapping</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmDeleteNetworkMapping</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmDeleteNetworkMapping</command:noun>
      <maml:description>
        <maml:para>Delete a configured network mapping for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Delete a configured network mapping for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmDeleteNetworkMapping</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingId</maml:name>
          <maml:Description>
            <maml:para>The ID of the mapping.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingId</maml:name>
        <maml:Description>
          <maml:para>The ID of the mapping.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteNetworkMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteNetworkMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteNetworkMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteNetworkMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmdeletenetworkmapping</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmDeletePlaceholderDatastore</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmDeletePlaceholderDatastore</command:noun>
      <maml:description>
        <maml:para>Delete a configured placeholder datastore for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Delete a configured placeholder datastore for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmDeletePlaceholderDatastore</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DatastoreId</maml:name>
          <maml:Description>
            <maml:para>The ID of the placeholder datastore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DatastoreId</maml:name>
        <maml:Description>
          <maml:para>The ID of the placeholder datastore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeletePlaceholderDatastore -pairingId "MypairingId" -srmId "MysrmId" -datastoreId "MydatastoreId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeletePlaceholderDatastore with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeletePlaceholderDatastore -pairingId "MypairingId" -srmId "MysrmId" -datastoreId "MydatastoreId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeletePlaceholderDatastore with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmdeleteplaceholderdatastore</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmDeleteResourceMapping</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmDeleteResourceMapping</command:noun>
      <maml:description>
        <maml:para>Delete a configured resource mapping for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Delete a configured resource mapping for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmDeleteResourceMapping</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingId</maml:name>
          <maml:Description>
            <maml:para>The ID of the mapping.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingId</maml:name>
        <maml:Description>
          <maml:para>The ID of the mapping.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteResourceMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteResourceMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteResourceMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteResourceMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmdeleteresourcemapping</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmDeleteStoragePolicyMapping</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmDeleteStoragePolicyMapping</command:noun>
      <maml:description>
        <maml:para>Delete a configured storage policy mapping for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Delete a configured storage policy mapping for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmDeleteStoragePolicyMapping</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingId</maml:name>
          <maml:Description>
            <maml:para>The ID of the mapping.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingId</maml:name>
        <maml:Description>
          <maml:para>The ID of the mapping.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteStoragePolicyMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteStoragePolicyMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteStoragePolicyMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteStoragePolicyMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmdeletestoragepolicymapping</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmDeleteTestNetworkMapping</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmDeleteTestNetworkMapping</command:noun>
      <maml:description>
        <maml:para>Delete a configured test network mapping for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Delete a configured test network mapping for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmDeleteTestNetworkMapping</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingId</maml:name>
          <maml:Description>
            <maml:para>The ID of the mapping.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingId</maml:name>
        <maml:Description>
          <maml:para>The ID of the mapping.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteTestNetworkMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteTestNetworkMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteTestNetworkMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteTestNetworkMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmdeletetestnetworkmapping</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetFolderMapping</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetFolderMapping</command:noun>
      <maml:description>
        <maml:para>Get details about a configured folder mapping for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get details about a configured folder mapping for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetFolderMapping</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingId</maml:name>
          <maml:Description>
            <maml:para>The ID of the mapping.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingId</maml:name>
        <maml:Description>
          <maml:para>The ID of the mapping.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>FolderMappingDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetFolderMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetFolderMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetFolderMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetFolderMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetfoldermapping</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetFolderMappings</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetFolderMappings</command:noun>
      <maml:description>
        <maml:para>Get currently configured folder mappings for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get currently configured folder mappings for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetFolderMappings</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>FolderMappingDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetFolderMappings -pairingId "MypairingId" -srmId "MysrmId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetFolderMappings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetFolderMappings -pairingId "MypairingId" -srmId "MysrmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetFolderMappings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetfoldermappings</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetNetworkIpSubnetMapping</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetNetworkIpSubnetMapping</command:noun>
      <maml:description>
        <maml:para>Get details about a configured IP subnet mapping for a network mapping.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get details about a configured IP subnet mapping for a network mapping.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetNetworkIpSubnetMapping</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingId</maml:name>
          <maml:Description>
            <maml:para>The ID of the mapping.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingId</maml:name>
        <maml:Description>
          <maml:para>The ID of the mapping.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>IPMappingDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetNetworkIpSubnetMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetNetworkIpSubnetMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetNetworkIpSubnetMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetNetworkIpSubnetMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetnetworkipsubnetmapping</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetNetworkMapping</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetNetworkMapping</command:noun>
      <maml:description>
        <maml:para>Get details about a configured network mapping for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get details about a configured network mapping for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetNetworkMapping</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingId</maml:name>
          <maml:Description>
            <maml:para>The ID of the mapping.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingId</maml:name>
        <maml:Description>
          <maml:para>The ID of the mapping.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>NetworkMappingDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetNetworkMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetNetworkMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetNetworkMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetNetworkMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetnetworkmapping</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetNetworkMappings</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetNetworkMappings</command:noun>
      <maml:description>
        <maml:para>Get currently configured network mappings for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get currently configured network mappings for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetNetworkMappings</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>NetworkMappingDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetNetworkMappings -pairingId "MypairingId" -srmId "MysrmId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetNetworkMappings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetNetworkMappings -pairingId "MypairingId" -srmId "MysrmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetNetworkMappings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetnetworkmappings</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetPlaceholderDatastore</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetPlaceholderDatastore</command:noun>
      <maml:description>
        <maml:para>Get details about a configured placeholder datastore for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get details about a configured placeholder datastore for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetPlaceholderDatastore</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DatastoreId</maml:name>
          <maml:Description>
            <maml:para>The ID of the placeholder datastore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DatastoreId</maml:name>
        <maml:Description>
          <maml:para>The ID of the placeholder datastore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>PlaceholderDatastoreDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlaceholderDatastore -pairingId "MypairingId" -srmId "MysrmId" -datastoreId "MydatastoreId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlaceholderDatastore with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlaceholderDatastore -pairingId "MypairingId" -srmId "MysrmId" -datastoreId "MydatastoreId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlaceholderDatastore with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetplaceholderdatastore</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetPlaceholderDatastores</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetPlaceholderDatastores</command:noun>
      <maml:description>
        <maml:para>Get currently configured placeholder datastores for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get currently configured placeholder datastores for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetPlaceholderDatastores</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>PlaceholderDatastoreDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlaceholderDatastores -pairingId "MypairingId" -srmId "MysrmId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlaceholderDatastores with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlaceholderDatastores -pairingId "MypairingId" -srmId "MysrmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlaceholderDatastores with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetplaceholderdatastores</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetResourceMapping</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetResourceMapping</command:noun>
      <maml:description>
        <maml:para>Get details about a configured resource mapping for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get details about a configured resource mapping for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetResourceMapping</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingId</maml:name>
          <maml:Description>
            <maml:para>The ID of the mapping.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingId</maml:name>
        <maml:Description>
          <maml:para>The ID of the mapping.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>ResourceMappingDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetResourceMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetResourceMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetResourceMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetResourceMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetresourcemapping</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetResourceMappings</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetResourceMappings</command:noun>
      <maml:description>
        <maml:para>Get currently configured resource mappings for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get currently configured resource mappings for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetResourceMappings</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>ResourceMappingDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetResourceMappings -pairingId "MypairingId" -srmId "MysrmId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetResourceMappings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetResourceMappings -pairingId "MypairingId" -srmId "MysrmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetResourceMappings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetresourcemappings</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetStoragePolicyMapping</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetStoragePolicyMapping</command:noun>
      <maml:description>
        <maml:para>Get details about a configured storage policy mapping for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get details about a configured storage policy mapping for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetStoragePolicyMapping</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingId</maml:name>
          <maml:Description>
            <maml:para>The ID of the mapping.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingId</maml:name>
        <maml:Description>
          <maml:para>The ID of the mapping.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>StoragePolicyMappingDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetStoragePolicyMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetStoragePolicyMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetStoragePolicyMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetStoragePolicyMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetstoragepolicymapping</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetStoragePolicyMappings</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetStoragePolicyMappings</command:noun>
      <maml:description>
        <maml:para>Get currently configured storage policy mappings for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get currently configured storage policy mappings for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetStoragePolicyMappings</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>StoragePolicyMappingDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetStoragePolicyMappings -pairingId "MypairingId" -srmId "MysrmId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetStoragePolicyMappings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetStoragePolicyMappings -pairingId "MypairingId" -srmId "MysrmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetStoragePolicyMappings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetstoragepolicymappings</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetTestNetworkMapping</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetTestNetworkMapping</command:noun>
      <maml:description>
        <maml:para>Get details about a configured test network mappings for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get details about a configured test network mappings for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetTestNetworkMapping</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingId</maml:name>
          <maml:Description>
            <maml:para>The ID of the mapping.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingId</maml:name>
        <maml:Description>
          <maml:para>The ID of the mapping.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TestNetworkMappingDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetTestNetworkMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetTestNetworkMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetTestNetworkMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetTestNetworkMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgettestnetworkmapping</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetTestNetworkMappings</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetTestNetworkMappings</command:noun>
      <maml:description>
        <maml:para>Get currently configured test network mappings for an SRM in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get currently configured test network mappings for an SRM in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetTestNetworkMappings</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TestNetworkMappingDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetTestNetworkMappings -pairingId "MypairingId" -srmId "MysrmId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetTestNetworkMappings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetTestNetworkMappings -pairingId "MypairingId" -srmId "MysrmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetTestNetworkMappings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgettestnetworkmappings</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmQuerySuitableDatastores</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmQuerySuitableDatastores</command:noun>
      <maml:description>
        <maml:para>A query for suitable datastores to be used as placeholder datastores.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A query for suitable datastores to be used as placeholder datastores.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmQuerySuitableDatastores</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmQuerySuitableDatastores -pairingId "MypairingId" -srmId "MysrmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmQuerySuitableDatastores with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmQuerySuitableDatastores -pairingId "MypairingId" -srmId "MysrmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmQuerySuitableDatastores with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmquerysuitabledatastores</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmRemoveNetworkIpSubnetMapping</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmRemoveNetworkIpSubnetMapping</command:noun>
      <maml:description>
        <maml:para>Delete the configured IP subnet mapping for a network mapping.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Delete the configured IP subnet mapping for a network mapping.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmRemoveNetworkIpSubnetMapping</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingId</maml:name>
          <maml:Description>
            <maml:para>The ID of the mapping.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingId</maml:name>
        <maml:Description>
          <maml:para>The ID of the mapping.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmRemoveNetworkIpSubnetMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRemoveNetworkIpSubnetMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmRemoveNetworkIpSubnetMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRemoveNetworkIpSubnetMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmremovenetworkipsubnetmapping</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmUpdateNetworkIpSubnetMapping</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmUpdateNetworkIpSubnetMapping</command:noun>
      <maml:description>
        <maml:para>Create or update the IP subnet mapping for a network mapping.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Create or update the IP subnet mapping for a network mapping.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmUpdateNetworkIpSubnetMapping</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingId</maml:name>
          <maml:Description>
            <maml:para>The ID of the mapping.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IPMapping</maml:name>
          <maml:Description>
            <maml:para>A spec describing the IP subnet mappings settings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">IPMapping</command:parameterValue>
          <dev:type>
            <maml:name>IPMapping</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingId</maml:name>
        <maml:Description>
          <maml:para>The ID of the mapping.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IPMapping</maml:name>
        <maml:Description>
          <maml:para>A spec describing the IP subnet mappings settings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">IPMapping</command:parameterValue>
        <dev:type>
          <maml:name>IPMapping</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SubnetRuleIpV4Setting = Initialize-SrmSubnetRuleIpV4Setting -DefaultGateway "MyDefaultGateway" -AlternateGateway "MyAlternateGateway"
$DnsSetting = Initialize-SrmDnsSetting -Type "DHCP" -PreferredServer "MyPreferredServer" -AlternateServer "MyAlternateServer" -Suffixes "MySuffixes"
$WinsSetting = Initialize-SrmWinsSetting -PrimaryServer "MyPrimaryServer" -AlternateServer "MyAlternateServer"
$RemoteIpSetting = Initialize-SrmRemoteIpSetting -IpV4 $SubnetRuleIpV4Setting -Dns $DnsSetting -Wins $WinsSetting

$SubnetRule = Initialize-SrmSubnetRule -Name "MyName" -RemoteSubnet "MyRemoteSubnet" -LocalSubnet "MyLocalSubnet" -RemoteIpSettings $RemoteIpSetting

$IPMapping = Initialize-SrmIPMapping -Name "MyName" -Rules $SubnetRule
 
Invoke-SrmUpdateNetworkIpSubnetMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId" -iPMapping $iPMapping
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmUpdateNetworkIpSubnetMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPMapping = Initialize-SrmIPMapping
 
Invoke-SrmUpdateNetworkIpSubnetMapping -pairingId "MypairingId" -srmId "MysrmId" -mappingId "MymappingId" -iPMapping $iPMapping
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmUpdateNetworkIpSubnetMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmupdatenetworkipsubnetmapping</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmIPMapping</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmIPMapping</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPMapping</command:noun>
      <maml:description>
        <maml:para>IPMapping defines the rule(s) used to translate VM&#39;s IP settings between protection and recovery sites. IPMapping can be associated with a protected site&#39;s network mapped to a recovery site&#39;s network at inventory mapping level. This allows IP settings for the recovered VMs to be deduced based on the IP subnet parameters without a need to configure IP settings for each protected VM individually.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPMapping defines the rule(s) used to translate VM&#39;s IP settings between protection and recovery sites. IPMapping can be associated with a protected site&#39;s network mapped to a recovery site&#39;s network at inventory mapping level. This allows IP settings for the recovered VMs to be deduced based on the IP subnet parameters without a need to configure IP settings for each protected VM individually.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmIPMapping</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the IP mapping.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Rules</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;SubnetRule&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;SubnetRule&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Name of the IP mapping.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Rules</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;SubnetRule&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;SubnetRule&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>


$SubnetRuleIpV4Setting &#x3D; Initialize-SrmSubnetRuleIpV4Setting -DefaultGateway &quot;MyDefaultGateway&quot; -AlternateGateway &quot;MyAlternateGateway&quot;
$DnsSetting &#x3D; Initialize-SrmDnsSetting -Type &quot;DHCP&quot; -PreferredServer &quot;MyPreferredServer&quot; -AlternateServer &quot;MyAlternateServer&quot; -Suffixes &quot;MySuffixes&quot;
$WinsSetting &#x3D; Initialize-SrmWinsSetting -PrimaryServer &quot;MyPrimaryServer&quot; -AlternateServer &quot;MyAlternateServer&quot;
$RemoteIpSetting &#x3D; Initialize-SrmRemoteIpSetting -IpV4 $SubnetRuleIpV4Setting -Dns $DnsSetting -Wins $WinsSetting

$SubnetRule &#x3D; Initialize-SrmSubnetRule -Name &quot;MyName&quot; -RemoteSubnet &quot;MyRemoteSubnet&quot; -LocalSubnet &quot;MyLocalSubnet&quot; -RemoteIpSettings $RemoteIpSetting

$IPMapping &#x3D; Initialize-SrmIPMapping -Name &quot;MyName&quot; -Rules $SubnetRule
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmIPMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$IPMapping &#x3D; Initialize-SrmIPMapping
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmIPMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmipmapping</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmIpSettings</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IpSettings</command:noun>
      <maml:description>
        <maml:para>IP settings for an adapter.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IP settings for an adapter.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmIpSettings</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpV4</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">GeneralIpV4Setting</command:parameterValue>
          <dev:type>
            <maml:name>GeneralIpV4Setting</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpV6</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">GeneralIpV6Setting</command:parameterValue>
          <dev:type>
            <maml:name>GeneralIpV6Setting</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Dns</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DnsSetting</command:parameterValue>
          <dev:type>
            <maml:name>DnsSetting</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Wins</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">WinsSetting</command:parameterValue>
          <dev:type>
            <maml:name>WinsSetting</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpV4</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">GeneralIpV4Setting</command:parameterValue>
        <dev:type>
          <maml:name>GeneralIpV4Setting</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpV6</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">GeneralIpV6Setting</command:parameterValue>
        <dev:type>
          <maml:name>GeneralIpV6Setting</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Dns</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DnsSetting</command:parameterValue>
        <dev:type>
          <maml:name>DnsSetting</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Wins</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">WinsSetting</command:parameterValue>
        <dev:type>
          <maml:name>WinsSetting</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$GeneralIpV4Setting &#x3D; Initialize-SrmGeneralIpV4Setting -IpAddress &quot;MyIpAddress&quot; -Type &quot;DHCP&quot; -DefaultGateway &quot;MyDefaultGateway&quot; -AlternateGateway &quot;MyAlternateGateway&quot; -SubnetMask &quot;255.255.255.0&quot;
$GeneralIpV6Setting &#x3D; Initialize-SrmGeneralIpV6Setting -IpAddress &quot;fdda:5cc1:23:4::1f&quot; -Type &quot;DHCP&quot; -DefaultGateway &quot;MyDefaultGateway&quot; -AlternateGateway &quot;MyAlternateGateway&quot; -SubnetPrefixLength 0
$DnsSetting &#x3D; Initialize-SrmDnsSetting -Type &quot;DHCP&quot; -PreferredServer &quot;MyPreferredServer&quot; -AlternateServer &quot;MyAlternateServer&quot; -Suffixes &quot;MySuffixes&quot;
$WinsSetting &#x3D; Initialize-SrmWinsSetting -PrimaryServer &quot;MyPrimaryServer&quot; -AlternateServer &quot;MyAlternateServer&quot;
$IpSettings &#x3D; Initialize-SrmIpSettings -IpV4 $GeneralIpV4Setting -IpV6 $GeneralIpV6Setting -Dns $DnsSetting -Wins $WinsSetting
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmIpSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$IpSettings &#x3D; Initialize-SrmIpSettings
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmIpSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmipsettings</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmGeneralIpV4Setting</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmGeneralIpV6Setting</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmDnsSetting</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmWinsSetting</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmIssueInfoDrResponseEntity</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IssueInfoDrResponseEntity</command:noun>
      <maml:description>
        <maml:para>Issue information.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Issue information.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmIssueInfoDrResponseEntity</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Entity</maml:name>
          <maml:Description>
            <maml:para>The ID of the entity this issue is about.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EntityName</maml:name>
          <maml:Description>
            <maml:para>Entity name this issue is about.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Description</maml:name>
          <maml:Description>
            <maml:para>Description of the issue.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Timestamp</maml:name>
          <maml:Description>
            <maml:para>The timestamp of the issue, in milliseconds.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">long</command:parameterValue>
          <dev:type>
            <maml:name>long</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Status</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(VMware.Sdk.Srm.Model.IssueInfo.StatusEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IssueType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(VMware.Sdk.Srm.Model.IssueInfo.IssueTypeEnum)</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Entity</maml:name>
        <maml:Description>
          <maml:para>The ID of the entity this issue is about.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EntityName</maml:name>
        <maml:Description>
          <maml:para>Entity name this issue is about.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Description</maml:name>
        <maml:Description>
          <maml:para>Description of the issue.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Timestamp</maml:name>
        <maml:Description>
          <maml:para>The timestamp of the issue, in milliseconds.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">long</command:parameterValue>
        <dev:type>
          <maml:name>long</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Status</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(VMware.Sdk.Srm.Model.IssueInfo.StatusEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IssueType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(VMware.Sdk.Srm.Model.IssueInfo.IssueTypeEnum)</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IssueInfoDrResponseEntity &#x3D; Initialize-SrmIssueInfoDrResponseEntity -Entity &quot;MyEntity&quot; -EntityName &quot;MyEntityName&quot; -Description &quot;MyDescription&quot; -Timestamp 0 -Status &quot;WARNING&quot; -IssueType &quot;VC&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmIssueInfoDrResponseEntity with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IssueInfoDrResponseEntity &#x3D; Initialize-SrmIssueInfoDrResponseEntity
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmIssueInfoDrResponseEntity with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmissueinfodrresponseentity</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmMoveObjectSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>MoveObjectSpec</command:noun>
      <maml:description>
        <maml:para>Spec to move a Site Recovery Manager object.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Spec to move a Site Recovery Manager object.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmMoveObjectSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DestinationParent</maml:name>
          <maml:Description>
            <maml:para>Destination parent folder for the movement operation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DestinationParent</maml:name>
        <maml:Description>
          <maml:para>Destination parent folder for the movement operation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$MoveObjectSpec &#x3D; Initialize-SrmMoveObjectSpec -DestinationParent &quot;MyDestinationParent&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmMoveObjectSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$MoveObjectSpec &#x3D; Initialize-SrmMoveObjectSpec -DestinationParent &quot;MyDestinationParent&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmMoveObjectSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmmoveobjectspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmNetworkMappingsSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NetworkMappingsSpec</command:noun>
      <maml:description>
        <maml:para>Network mapping settings to be used for create operation.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Network mapping settings to be used for create operation.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmNetworkMappingsSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingSourceObject</maml:name>
          <maml:Description>
            <maml:para>Mapping of the source object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingTargetObject</maml:name>
          <maml:Description>
            <maml:para>Mapping the target object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingSourceObject</maml:name>
        <maml:Description>
          <maml:para>Mapping of the source object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingTargetObject</maml:name>
        <maml:Description>
          <maml:para>Mapping the target object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NetworkMappingsSpec &#x3D; Initialize-SrmNetworkMappingsSpec -MappingSourceObject &quot;MyMappingSourceObject&quot; -MappingTargetObject &quot;MyMappingTargetObject&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmNetworkMappingsSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NetworkMappingsSpec &#x3D; Initialize-SrmNetworkMappingsSpec -MappingSourceObject &quot;MyMappingSourceObject&quot; -MappingTargetObject &quot;MyMappingTargetObject&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmNetworkMappingsSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmnetworkmappingsspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmNicSettings</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NicSettings</command:noun>
      <maml:description>
        <maml:para>Contains information about IP settings for each NIC.&lt;ul&gt;&lt;li&gt;&lt;code&gt;primary_ip_settings&lt;/code&gt; contains information required to customize the network adapters on the virtual machine when migrating back to the source vCenter Server&lt;/li&gt;&lt;li&gt;&lt;code&gt;secondary_ip_settings&lt;/code&gt; contains information required to customize the network adapters on the virtual machine when migrating to a new vCenter Server&lt;/li&gt;&lt;/ul&gt;No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains information about IP settings for each NIC.&lt;ul&gt;&lt;li&gt;&lt;code&gt;primary_ip_settings&lt;/code&gt; contains information required to customize the network adapters on the virtual machine when migrating back to the source vCenter Server&lt;/li&gt;&lt;li&gt;&lt;code&gt;secondary_ip_settings&lt;/code&gt; contains information required to customize the network adapters on the virtual machine when migrating to a new vCenter Server&lt;/li&gt;&lt;/ul&gt;</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmNicSettings</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DeviceId</maml:name>
          <maml:Description>
            <maml:para>The ID of the NIC.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrimaryIpSettings</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">IpSettings</command:parameterValue>
          <dev:type>
            <maml:name>IpSettings</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SecondaryIpSettings</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">IpSettings</command:parameterValue>
          <dev:type>
            <maml:name>IpSettings</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DeviceId</maml:name>
        <maml:Description>
          <maml:para>The ID of the NIC.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrimaryIpSettings</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">IpSettings</command:parameterValue>
        <dev:type>
          <maml:name>IpSettings</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SecondaryIpSettings</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">IpSettings</command:parameterValue>
        <dev:type>
          <maml:name>IpSettings</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$GeneralIpV4Setting &#x3D; Initialize-SrmGeneralIpV4Setting -IpAddress &quot;MyIpAddress&quot; -Type &quot;DHCP&quot; -DefaultGateway &quot;MyDefaultGateway&quot; -AlternateGateway &quot;MyAlternateGateway&quot; -SubnetMask &quot;255.255.255.0&quot;
$GeneralIpV6Setting &#x3D; Initialize-SrmGeneralIpV6Setting -IpAddress &quot;fdda:5cc1:23:4::1f&quot; -Type &quot;DHCP&quot; -DefaultGateway &quot;MyDefaultGateway&quot; -AlternateGateway &quot;MyAlternateGateway&quot; -SubnetPrefixLength 0
$DnsSetting &#x3D; Initialize-SrmDnsSetting -Type &quot;DHCP&quot; -PreferredServer &quot;MyPreferredServer&quot; -AlternateServer &quot;MyAlternateServer&quot; -Suffixes &quot;MySuffixes&quot;
$WinsSetting &#x3D; Initialize-SrmWinsSetting -PrimaryServer &quot;MyPrimaryServer&quot; -AlternateServer &quot;MyAlternateServer&quot;
$IpSettings &#x3D; Initialize-SrmIpSettings -IpV4 $GeneralIpV4Setting -IpV6 $GeneralIpV6Setting -Dns $DnsSetting -Wins $WinsSetting

$NicSettings &#x3D; Initialize-SrmNicSettings -DeviceId 0 -PrimaryIpSettings $IpSettings -SecondaryIpSettings $IpSettings
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmNicSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$NicSettings &#x3D; Initialize-SrmNicSettings
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmNicSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmnicsettings</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmIpSettings</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmIpSettings</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmCreatePairing</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmCreatePairing</command:noun>
      <maml:description>
        <maml:para>Pair to remote Site Recovery Manager server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Pair to remote Site Recovery Manager server.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmCreatePairing</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingSpec</maml:name>
          <maml:Description>
            <maml:para>Remote Site Recovery Manager server spec to pair to.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">PairingSpec</command:parameterValue>
          <dev:type>
            <maml:name>PairingSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingSpec</maml:name>
        <maml:Description>
          <maml:para>Remote Site Recovery Manager server spec to pair to.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">PairingSpec</command:parameterValue>
        <dev:type>
          <maml:name>PairingSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Task</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PairingSpecPairPscInfo = Initialize-SrmPairingSpecPairPscInfo -Url "MyUrl" -Port 0 -Thumbprint "MyThumbprint" -Username "MyUsername" -Password "MyPassword"
$PairingSpec = Initialize-SrmPairingSpec -PairPscInfo $PairingSpecPairPscInfo -PairVcGuid "MyPairVcGuid" -PairSrmThumbprint "MyPairSrmThumbprint" -PairSrmUrl "MyPairSrmUrl"
 
Invoke-SrmCreatePairing -pairingSpec $pairingSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreatePairing with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PairingSpecPairPscInfo = Initialize-SrmPairingSpecPairPscInfo -Url "MyUrl" -Port 0 -Thumbprint "MyThumbprint" -Username "MyUsername" -Password "MyPassword"
$PairingSpec = Initialize-SrmPairingSpec -PairPscInfo $PairingSpecPairPscInfo -PairVcGuid "MyPairVcGuid"
 
Invoke-SrmCreatePairing -pairingSpec $pairingSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreatePairing with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmcreatepairing</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmPairingSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmDeletePairing</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmDeletePairing</command:noun>
      <maml:description>
        <maml:para>Delete existing pairing with remote Site Recovery Manager server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Delete existing pairing with remote Site Recovery Manager server.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmDeletePairing</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Task</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeletePairing -pairingId "MypairingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeletePairing with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeletePairing -pairingId "MypairingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeletePairing with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmdeletepairing</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetPairing</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetPairing</command:noun>
      <maml:description>
        <maml:para>Get information about the pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about the pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetPairing</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>PairingDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPairing -pairingId "MypairingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPairing with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPairing -pairingId "MypairingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPairing with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetpairing</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetPairingIssues</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetPairingIssues</command:noun>
      <maml:description>
        <maml:para>Get all issues for the pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get all issues for the pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetPairingIssues</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>IssueInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPairingIssues -pairingId "MypairingId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPairingIssues with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPairingIssues -pairingId "MypairingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPairingIssues with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetpairingissues</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetPairings</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetPairings</command:noun>
      <maml:description>
        <maml:para>Get a list of all existing pairings.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get a list of all existing pairings.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetPairings</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>PairingDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPairings -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPairings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPairings
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPairings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetpairings</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetSrm</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetSrm</command:noun>
      <maml:description>
        <maml:para>Get information about a Site Recovery Manager server, which is part of a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about a Site Recovery Manager server, which is part of a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetSrm</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>SrmInfoDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetSrm -pairingId "MypairingId" -srmId "MysrmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetSrm with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetSrm -pairingId "MypairingId" -srmId "MysrmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetSrm with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetsrm</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetSrmIssues</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetSrmIssues</command:noun>
      <maml:description>
        <maml:para>Get a list of all Site Recovery Manager server issues for a given Site Recovery Manager server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get a list of all Site Recovery Manager server issues for a given Site Recovery Manager server.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetSrmIssues</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>IssueInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetSrmIssues -pairingId "MypairingId" -srmId "MysrmId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetSrmIssues with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetSrmIssues -pairingId "MypairingId" -srmId "MysrmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetSrmIssues with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetsrmissues</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetSrms</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetSrms</command:noun>
      <maml:description>
        <maml:para>Get a list of all Site Recovery Manager servers in the pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get a list of all Site Recovery Manager servers in the pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetSrms</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>SrmInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetSrms -pairingId "MypairingId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetSrms with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetSrms -pairingId "MypairingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetSrms with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetsrms</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmReconnectPairing</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmReconnectPairing</command:noun>
      <maml:description>
        <maml:para>Reconnect existing pairing to remote Site Recovery Manager server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Reconnect existing pairing to remote Site Recovery Manager server.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmReconnectPairing</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingSpec</maml:name>
          <maml:Description>
            <maml:para>Remote Site Recovery Manager server spec to reconnect to.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">PairingSpec</command:parameterValue>
          <dev:type>
            <maml:name>PairingSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingSpec</maml:name>
        <maml:Description>
          <maml:para>Remote Site Recovery Manager server spec to reconnect to.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">PairingSpec</command:parameterValue>
        <dev:type>
          <maml:name>PairingSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Task</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PairingSpecPairPscInfo = Initialize-SrmPairingSpecPairPscInfo -Url "MyUrl" -Port 0 -Thumbprint "MyThumbprint" -Username "MyUsername" -Password "MyPassword"
$PairingSpec = Initialize-SrmPairingSpec -PairPscInfo $PairingSpecPairPscInfo -PairVcGuid "MyPairVcGuid" -PairSrmThumbprint "MyPairSrmThumbprint" -PairSrmUrl "MyPairSrmUrl"
 
Invoke-SrmReconnectPairing -pairingId "MypairingId" -pairingSpec $pairingSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmReconnectPairing with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PairingSpecPairPscInfo = Initialize-SrmPairingSpecPairPscInfo -Url "MyUrl" -Port 0 -Thumbprint "MyThumbprint" -Username "MyUsername" -Password "MyPassword"
$PairingSpec = Initialize-SrmPairingSpec -PairPscInfo $PairingSpecPairPscInfo -PairVcGuid "MyPairVcGuid"
 
Invoke-SrmReconnectPairing -pairingId "MypairingId" -pairingSpec $pairingSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmReconnectPairing with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmreconnectpairing</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmPairingSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmPairingSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PairingSpec</command:noun>
      <maml:description>
        <maml:para>Details of a remote Site Recovery Manager server to pair with.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Details of a remote Site Recovery Manager server to pair with.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmPairingSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairPscInfo</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">PairingSpecPairPscInfo</command:parameterValue>
          <dev:type>
            <maml:name>PairingSpecPairPscInfo</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairVcGuid</maml:name>
          <maml:Description>
            <maml:para>Server guid of the remote vCenter Server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairSrmThumbprint</maml:name>
          <maml:Description>
            <maml:para>The expected thumbprint of the remote Site Recovery Manager. Used to match against the actual thumbprint of the remote Site Recovery Manager, when the remote Site Recovery Manager certificate is not trusted. Should not be undefined, empty string or string only with spaces, when attribute &lt;b&gt;pair_srm_url&lt;b&gt; has a meaningful value. Can be &lt;b&gt;null&lt;b&gt; when the remote Site Recovery Manager certificates are trusted.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairSrmUrl</maml:name>
          <maml:Description>
            <maml:para>The expected URL of the remote Site Recovery Manager. Used to match against the actual URL of the remote Site Recovery Manager, when the remote Site Recovery Manager certificate is not trusted. Should not be undefined, empty string or string only with spaces, when attribute &lt;b&gt;pair_srm_thumbprint&lt;b&gt; has a meaningful value. Can be &lt;b&gt;null&lt;b&gt; when the remote Site Recovery Manager certificates are trusted.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairPscInfo</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">PairingSpecPairPscInfo</command:parameterValue>
        <dev:type>
          <maml:name>PairingSpecPairPscInfo</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairVcGuid</maml:name>
        <maml:Description>
          <maml:para>Server guid of the remote vCenter Server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairSrmThumbprint</maml:name>
        <maml:Description>
          <maml:para>The expected thumbprint of the remote Site Recovery Manager. Used to match against the actual thumbprint of the remote Site Recovery Manager, when the remote Site Recovery Manager certificate is not trusted. Should not be undefined, empty string or string only with spaces, when attribute &lt;b&gt;pair_srm_url&lt;b&gt; has a meaningful value. Can be &lt;b&gt;null&lt;b&gt; when the remote Site Recovery Manager certificates are trusted.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairSrmUrl</maml:name>
        <maml:Description>
          <maml:para>The expected URL of the remote Site Recovery Manager. Used to match against the actual URL of the remote Site Recovery Manager, when the remote Site Recovery Manager certificate is not trusted. Should not be undefined, empty string or string only with spaces, when attribute &lt;b&gt;pair_srm_thumbprint&lt;b&gt; has a meaningful value. Can be &lt;b&gt;null&lt;b&gt; when the remote Site Recovery Manager certificates are trusted.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$PairingSpecPairPscInfo &#x3D; Initialize-SrmPairingSpecPairPscInfo -Url &quot;MyUrl&quot; -Port 0 -Thumbprint &quot;MyThumbprint&quot; -Username &quot;MyUsername&quot; -Password &quot;MyPassword&quot;
$PairingSpec &#x3D; Initialize-SrmPairingSpec -PairPscInfo $PairingSpecPairPscInfo -PairVcGuid &quot;MyPairVcGuid&quot; -PairSrmThumbprint &quot;MyPairSrmThumbprint&quot; -PairSrmUrl &quot;MyPairSrmUrl&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmPairingSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$PairingSpecPairPscInfo &#x3D; Initialize-SrmPairingSpecPairPscInfo -Url &quot;MyUrl&quot; -Port 0 -Thumbprint &quot;MyThumbprint&quot; -Username &quot;MyUsername&quot; -Password &quot;MyPassword&quot;
$PairingSpec &#x3D; Initialize-SrmPairingSpec -PairPscInfo $PairingSpecPairPscInfo -PairVcGuid &quot;MyPairVcGuid&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmPairingSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmpairingspec</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmPairingSpecPairPscInfo</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmPairingSpecPairPscInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PairingSpecPairPscInfo</command:noun>
      <maml:description>
        <maml:para>Details of a pair Platform Services Controller.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Details of a pair Platform Services Controller.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmPairingSpecPairPscInfo</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>Get Platform Services Controller URL.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Port</maml:name>
          <maml:Description>
            <maml:para>Platform Services Controller port. Default is 443.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Thumbprint</maml:name>
          <maml:Description>
            <maml:para>The thumbprint of the Platform Services Controller.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Username</maml:name>
          <maml:Description>
            <maml:para>Platform Services Controller credentials username.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Password</maml:name>
          <maml:Description>
            <maml:para>Platform Services Controller credentials password.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Url</maml:name>
        <maml:Description>
          <maml:para>Get Platform Services Controller URL.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Port</maml:name>
        <maml:Description>
          <maml:para>Platform Services Controller port. Default is 443.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Thumbprint</maml:name>
        <maml:Description>
          <maml:para>The thumbprint of the Platform Services Controller.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Username</maml:name>
        <maml:Description>
          <maml:para>Platform Services Controller credentials username.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Password</maml:name>
        <maml:Description>
          <maml:para>Platform Services Controller credentials password.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PairingSpecPairPscInfo &#x3D; Initialize-SrmPairingSpecPairPscInfo -Url &quot;MyUrl&quot; -Port 0 -Thumbprint &quot;MyThumbprint&quot; -Username &quot;MyUsername&quot; -Password &quot;MyPassword&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmPairingSpecPairPscInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PairingSpecPairPscInfo &#x3D; Initialize-SrmPairingSpecPairPscInfo -Url &quot;MyUrl&quot; -Port 0 -Thumbprint &quot;MyThumbprint&quot; -Username &quot;MyUsername&quot; -Password &quot;MyPassword&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmPairingSpecPairPscInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmpairingspecpairpscinfo</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmPriorityGroupData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PriorityGroupData</command:noun>
      <maml:description>
        <maml:para>Recovery priority group. Used to translate server priority values to client priorities. The recovery priority for this VM. P1 is the highest and P5 is the lowest priority.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Recovery priority group. Used to translate server priority values to client priorities. The recovery priority for this VM. P1 is the highest and P5 is the lowest priority.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmPriorityGroupData</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Priority</maml:name>
          <maml:Description>
            <maml:para>Recovery priority group. Used to translate server priority values to client priorities. The recovery priority for this VM. P1 is the highest and P5 is the lowest priority.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(PriorityEnum)</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Priority</maml:name>
        <maml:Description>
          <maml:para>Recovery priority group. Used to translate server priority values to client priorities. The recovery priority for this VM. P1 is the highest and P5 is the lowest priority.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(PriorityEnum)</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PriorityGroupData &#x3D; Initialize-SrmPriorityGroupData -Priority &quot;P1&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmPriorityGroupData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PriorityGroupData &#x3D; Initialize-SrmPriorityGroupData -Priority &quot;P1&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmPriorityGroupData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmprioritygroupdata</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmAddDatastoreGroup</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmAddDatastoreGroup</command:noun>
      <maml:description>
        <maml:para>Add a replicated datastore group to a protection group in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Add a replicated datastore group from an Array-Based Replication protection group. This operation also protects all VMs, including VMs residing on any datastore that is part of the newly added datastore group. For a non-Array-Based Replication protection group, this will return an empty response.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmAddDatastoreGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AddDatastoreGroupSpec</maml:name>
          <maml:Description>
            <maml:para>A spec containing the ID of a datastore group to be added to the protection group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">AddDatastoreGroupSpec</command:parameterValue>
          <dev:type>
            <maml:name>AddDatastoreGroupSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AddDatastoreGroupSpec</maml:name>
        <maml:Description>
          <maml:para>A spec containing the ID of a datastore group to be added to the protection group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">AddDatastoreGroupSpec</command:parameterValue>
        <dev:type>
          <maml:name>AddDatastoreGroupSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AddDatastoreGroupSpec = Initialize-SrmAddDatastoreGroupSpec -Datastores "MyDatastores"
 
Invoke-SrmAddDatastoreGroup -pairingId "MypairingId" -groupId "MygroupId" -addDatastoreGroupSpec $addDatastoreGroupSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmAddDatastoreGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AddDatastoreGroupSpec = Initialize-SrmAddDatastoreGroupSpec
 
Invoke-SrmAddDatastoreGroup -pairingId "MypairingId" -groupId "MygroupId" -addDatastoreGroupSpec $addDatastoreGroupSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmAddDatastoreGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmadddatastoregroup</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmAddDatastoreGroupSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmConfigureAll</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmConfigureAll</command:noun>
      <maml:description>
        <maml:para>Configure protection for all virtual machines that are part of the protection group in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configure protection for all virtual machines that are part of the protection group in a given pairing.&lt;p&gt;Empty list of tasks is returned when all virtual machines in the protection group are already protected.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmConfigureAll</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmConfigureAll -pairingId "MypairingId" -groupId "MygroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmConfigureAll with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmConfigureAll -pairingId "MypairingId" -groupId "MygroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmConfigureAll with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmconfigureall</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmCreateGroup</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmCreateGroup</command:noun>
      <maml:description>
        <maml:para>Create a new protection group in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Create a new protection group in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmCreateGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProtectionGroupCreateSpec</maml:name>
          <maml:Description>
            <maml:para>Spec describing the new group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ProtectionGroupCreateSpec</command:parameterValue>
          <dev:type>
            <maml:name>ProtectionGroupCreateSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProtectionGroupCreateSpec</maml:name>
        <maml:Description>
          <maml:para>Spec describing the new group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ProtectionGroupCreateSpec</command:parameterValue>
        <dev:type>
          <maml:name>ProtectionGroupCreateSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AbrProtectionGroupSpec = Initialize-SrmAbrProtectionGroupSpec -ReplicatedArrayPair "MyReplicatedArrayPair" -Datastores "MyDatastores"
$HbrProtectionGroupSpec = Initialize-SrmHbrProtectionGroupSpec -Vms "MyVms"

$VvolReplicationGroupData = Initialize-SrmVvolReplicationGroupData -FaultDomainId "MyFaultDomainId" -DeviceGroupId "MyDeviceGroupId"
$VvolProtectionGroupSpec = Initialize-SrmVvolProtectionGroupSpec -ReplicationGroups $VvolReplicationGroupData

$ProtectionGroupCreateSpec = Initialize-SrmProtectionGroupCreateSpec -Name "MyName" -Description "MyDescription" -AbrSpec $AbrProtectionGroupSpec -HbrSpec $HbrProtectionGroupSpec -VvolSpec $VvolProtectionGroupSpec -Location "MyLocation" -ReplicationType "UNKNOWN" -ProtectedVcGuid "MyProtectedVcGuid"
 
Invoke-SrmCreateGroup -pairingId "MypairingId" -protectionGroupCreateSpec $protectionGroupCreateSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ProtectionGroupCreateSpec = Initialize-SrmProtectionGroupCreateSpec -Name "MyName" -ReplicationType "UNKNOWN" -ProtectedVcGuid "MyProtectedVcGuid"
 
Invoke-SrmCreateGroup -pairingId "MypairingId" -protectionGroupCreateSpec $protectionGroupCreateSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmcreategroup</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmProtectionGroupCreateSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmCreateProtectionGroupFolder</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmCreateProtectionGroupFolder</command:noun>
      <maml:description>
        <maml:para>Create Site Recovery Manager protection group folder.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Create a new sub-folder with the specified name.&lt;p&gt;Because of the dual-server nature of Site Recovery Manager, the sites must be connected when creating folders.&lt;p&gt;Any % (percent) character used in this name parameter must be escaped, unless it is used to start an escape sequence. Clients can also escape any other characters in this name parameter.&lt;p&gt;This method requires &lt;code&gt;VcDr.ProtectionProfile.com.vmware.vcDr.Create&lt;/code&gt; privilege on the containing folder.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmCreateProtectionGroupFolder</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CreateFolderSpec</maml:name>
          <maml:Description>
            <maml:para>Spec describing the new group folder to create.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">CreateFolderSpec</command:parameterValue>
          <dev:type>
            <maml:name>CreateFolderSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CreateFolderSpec</maml:name>
        <maml:Description>
          <maml:para>Spec describing the new group folder to create.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">CreateFolderSpec</command:parameterValue>
        <dev:type>
          <maml:name>CreateFolderSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CreateFolderSpec = Initialize-SrmCreateFolderSpec -Name "MyName" -Location "MyLocation"
 
Invoke-SrmCreateProtectionGroupFolder -pairingId "MypairingId" -createFolderSpec $createFolderSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateProtectionGroupFolder with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CreateFolderSpec = Initialize-SrmCreateFolderSpec -Name "MyName"
 
Invoke-SrmCreateProtectionGroupFolder -pairingId "MypairingId" -createFolderSpec $createFolderSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateProtectionGroupFolder with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmcreateprotectiongroupfolder</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmCreateFolderSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmDeleteGroup</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmDeleteGroup</command:noun>
      <maml:description>
        <maml:para>Delete a protection group in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Delete a protection group in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmDeleteGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteGroup -pairingId "MypairingId" -groupId "MygroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteGroup -pairingId "MypairingId" -groupId "MygroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmdeletegroup</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmDeleteProtectionGroupFolder</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmDeleteProtectionGroupFolder</command:noun>
      <maml:description>
        <maml:para>Remove Site Recovery Manager protection group folder.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Remove Site Recovery Manager protection group folder.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmDeleteProtectionGroupFolder</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FolderId</maml:name>
          <maml:Description>
            <maml:para>ID of the protection group folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FolderId</maml:name>
        <maml:Description>
          <maml:para>ID of the protection group folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteProtectionGroupFolder -pairingId "MypairingId" -folderId "MyfolderId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteProtectionGroupFolder with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteProtectionGroupFolder -pairingId "MypairingId" -folderId "MyfolderId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteProtectionGroupFolder with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmdeleteprotectiongroupfolder</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetAllGroups</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetAllGroups</command:noun>
      <maml:description>
        <maml:para>Get information about all protection groups in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about all protection groups in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetAllGroups</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>ProtectionGroupInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetAllGroups -pairingId "MypairingId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetAllGroups with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetAllGroups -pairingId "MypairingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetAllGroups with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetallgroups</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetDatastoreGroup</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetDatastoreGroup</command:noun>
      <maml:description>
        <maml:para>Get details about a replicated datastore group of a protection group in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A group of replicated datastores.&lt;p&gt;A datastore group represents a minimal set of datastores that must be protected and recovered together.&lt;br&gt;The rules for combining datastores are:&lt;ul&gt;&lt;li&gt;Datastores are backed by storage devices from the same consistency group.&lt;li&gt;Virtual machine spans multiple datastores.&lt;li&gt;Two virtual machines on two different datastores share an RDM device.&lt;/ul&gt;&lt;p&gt;For a non-Array-Based Replication protection group, this will return an empty response.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetDatastoreGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DatastoreGroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a datastore group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IncludeVmsInfo</maml:name>
          <maml:Description>
            <maml:para>If you want VMs info, this will lead to slower and bigger API response.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue>
          <dev:type>
            <maml:name>bool?</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DatastoreGroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a datastore group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IncludeVmsInfo</maml:name>
        <maml:Description>
          <maml:para>If you want VMs info, this will lead to slower and bigger API response.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue>
        <dev:type>
          <maml:name>bool?</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>DatastoreGroupInfoDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetDatastoreGroup -pairingId "MypairingId" -groupId "MygroupId" -datastoreGroupId "MydatastoreGroupId" -includeVmsInfo $true
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetDatastoreGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetDatastoreGroup -pairingId "MypairingId" -groupId "MygroupId" -datastoreGroupId "MydatastoreGroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetDatastoreGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetdatastoregroup</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetDatastoreGroups</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetDatastoreGroups</command:noun>
      <maml:description>
        <maml:para>Get a list of replicated datastore groups for a protection group in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>List of replicated datastore groups.&lt;p&gt;Each datastore group represents a minimal set of datastores that must be protected and recovered together.&lt;br&gt;The rules for combining datastores are:&lt;ul&gt;&lt;li&gt;Datastores are backed by storage devices from the same consistency group.&lt;li&gt;Virtual machine spans multiple datastores.&lt;li&gt;Two virtual machines on two different datastores share an RDM device.&lt;/ul&gt;&lt;p&gt;For non-Array-Based Replication protection group, this will return an empty response.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetDatastoreGroups</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IncludeVmsInfo</maml:name>
          <maml:Description>
            <maml:para>If you want VMs info, this will lead to slower and bigger API response.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue>
          <dev:type>
            <maml:name>bool?</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IncludeVmsInfo</maml:name>
        <maml:Description>
          <maml:para>If you want VMs info, this will lead to slower and bigger API response.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue>
        <dev:type>
          <maml:name>bool?</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>DatastoreGroupInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetDatastoreGroups -pairingId "MypairingId" -groupId "MygroupId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10 -includeVmsInfo $true
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetDatastoreGroups with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetDatastoreGroups -pairingId "MypairingId" -groupId "MygroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetDatastoreGroups with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetdatastoregroups</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetGroup</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetGroup</command:noun>
      <maml:description>
        <maml:para>Get information about a protection group in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about a protection group in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>ProtectionGroupInfoDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetGroup -pairingId "MypairingId" -groupId "MygroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetGroup -pairingId "MypairingId" -groupId "MygroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetgroup</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetGroupIssues</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetGroupIssues</command:noun>
      <maml:description>
        <maml:para>Get issues about a protection group in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get issues about a protection group in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetGroupIssues</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>IssueInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetGroupIssues -pairingId "MypairingId" -groupId "MygroupId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetGroupIssues with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetGroupIssues -pairingId "MypairingId" -groupId "MygroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetGroupIssues with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetgroupissues</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetGroupRelatedRecoveryPlans</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetGroupRelatedRecoveryPlans</command:noun>
      <maml:description>
        <maml:para>Get recovery plans in which the protection group is part of.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get recovery plans in which the protection group is part of.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetGroupRelatedRecoveryPlans</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RecoveryPlanInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetGroupRelatedRecoveryPlans -pairingId "MypairingId" -groupId "MygroupId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetGroupRelatedRecoveryPlans with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetGroupRelatedRecoveryPlans -pairingId "MypairingId" -groupId "MygroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetGroupRelatedRecoveryPlans with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetgrouprelatedrecoveryplans</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetGroupVm</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetGroupVm</command:noun>
      <maml:description>
        <maml:para>Get details about a protected virtual machine that is part of a protection group in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Details of a protected virtual machine that is part of the protection group.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetGroupVm</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protected virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protected virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>ProtectionGroupVmInfoDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetGroupVm -pairingId "MypairingId" -groupId "MygroupId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetGroupVm with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetGroupVm -pairingId "MypairingId" -groupId "MygroupId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetGroupVm with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetgroupvm</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetGroupVms</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetGroupVms</command:noun>
      <maml:description>
        <maml:para>Get a list of virtual machines that are part of a protection group in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A list of details for virtual machines that are part of the protection group.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetGroupVms</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>ProtectionGroupVmInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetGroupVms -pairingId "MypairingId" -groupId "MygroupId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetGroupVms with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetGroupVms -pairingId "MypairingId" -groupId "MygroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetGroupVms with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetgroupvms</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetProtectionGroupFolder</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetProtectionGroupFolder</command:noun>
      <maml:description>
        <maml:para>Get information about Site Recovery Manager protection group folder.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about Site Recovery Manager protection group folder.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetProtectionGroupFolder</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FolderId</maml:name>
          <maml:Description>
            <maml:para>ID of the protection group folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FolderId</maml:name>
        <maml:Description>
          <maml:para>ID of the protection group folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>ProtectionInventoryItemDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetProtectionGroupFolder -pairingId "MypairingId" -folderId "MyfolderId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetProtectionGroupFolder with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetProtectionGroupFolder -pairingId "MypairingId" -folderId "MyfolderId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetProtectionGroupFolder with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetprotectiongroupfolder</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetProtectionGroupFolderChildren</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetProtectionGroupFolderChildren</command:noun>
      <maml:description>
        <maml:para>Get information about Site Recovery Manager protection group folder children.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about Site Recovery Manager protection group folder children.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetProtectionGroupFolderChildren</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FolderId</maml:name>
          <maml:Description>
            <maml:para>ID of the protection group folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FolderId</maml:name>
        <maml:Description>
          <maml:para>ID of the protection group folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>ProtectionInventoryItemDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetProtectionGroupFolderChildren -pairingId "MypairingId" -folderId "MyfolderId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetProtectionGroupFolderChildren with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetProtectionGroupFolderChildren -pairingId "MypairingId" -folderId "MyfolderId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetProtectionGroupFolderChildren with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetprotectiongroupfolderchildren</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetProtectionGroupFolders</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetProtectionGroupFolders</command:noun>
      <maml:description>
        <maml:para>Get information about Site Recovery Manager server protection inventory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about Site Recovery Manager server protection inventory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetProtectionGroupFolders</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Path</maml:name>
          <maml:Description>
            <maml:para>Path to protection group folder on Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Path</maml:name>
        <maml:Description>
          <maml:para>Path to protection group folder on Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>ProtectionInventoryItemDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetProtectionGroupFolders -pairingId "MypairingId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10 -path "Mypath"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetProtectionGroupFolders with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetProtectionGroupFolders -pairingId "MypairingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetProtectionGroupFolders with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetprotectiongroupfolders</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetVmProtectionSettings</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetVmProtectionSettings</command:noun>
      <maml:description>
        <maml:para>Get details about the current protection settings of a virtual machine.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get details about the current protection settings of a virtual machine.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetVmProtectionSettings</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protected virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protected virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VmProtectionSettingsDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVmProtectionSettings -pairingId "MypairingId" -groupId "MygroupId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVmProtectionSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVmProtectionSettings -pairingId "MypairingId" -groupId "MygroupId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVmProtectionSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetvmprotectionsettings</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetVvolReplicationGroup</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetVvolReplicationGroup</command:noun>
      <maml:description>
        <maml:para>Get information about the source vSphere Virtual Volumes (vVols) replication group for a protection group in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The source vSphere Virtual Volumes replication groups for this protection group. Both protection and recovery site report the same replication groups.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetVvolReplicationGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ReplicationGroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of the vSphere Virtual Volumes (vVol) replication group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ReplicationGroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of the vSphere Virtual Volumes (vVol) replication group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VvolReplicationGroupInfoDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVvolReplicationGroup -pairingId "MypairingId" -groupId "MygroupId" -replicationGroupId "MyreplicationGroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVvolReplicationGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVvolReplicationGroup -pairingId "MypairingId" -groupId "MygroupId" -replicationGroupId "MyreplicationGroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVvolReplicationGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetvvolreplicationgroup</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetVvolReplicationGroups</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetVvolReplicationGroups</command:noun>
      <maml:description>
        <maml:para>Get the source VVOL replication groups for a protection group in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The source VVOL replication groups for this protection group. Both protection and recovery site report the same replication groups. For non-VVOL protection group, this will return an error response.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetVvolReplicationGroups</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VvolReplicationGroupInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVvolReplicationGroups -pairingId "MypairingId" -groupId "MygroupId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVvolReplicationGroups with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVvolReplicationGroups -pairingId "MypairingId" -groupId "MygroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVvolReplicationGroups with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetvvolreplicationgroups</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmMoveProtectionGroupFolder</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmMoveProtectionGroupFolder</command:noun>
      <maml:description>
        <maml:para>Move Site Recovery Manager protection group folder.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Move a specified folder into a destination folder. This operation is typically used by clients when implementing a drag-and-drop interface for moving folders.&lt;p&gt;The objects that can be moved into a folder depend on the parent folder&#39;s type. You can move only recovery plans and recovery plan folders into a folder constructed for recovery plans. You can move only protection groups and protection group folders into a folder constructed for protection groups.&lt;p&gt;This method requires &lt;code&gt;VcDr.ProtectionProfile.com.vmware.vcDr.Edit&lt;/code&gt; privilege on the moved folder and source and destination parent folders.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmMoveProtectionGroupFolder</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FolderId</maml:name>
          <maml:Description>
            <maml:para>ID of the protection group folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MoveObjectSpec</maml:name>
          <maml:Description>
            <maml:para>Spec describing the destination folder for the movement of the protection group folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">MoveObjectSpec</command:parameterValue>
          <dev:type>
            <maml:name>MoveObjectSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FolderId</maml:name>
        <maml:Description>
          <maml:para>ID of the protection group folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MoveObjectSpec</maml:name>
        <maml:Description>
          <maml:para>Spec describing the destination folder for the movement of the protection group folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">MoveObjectSpec</command:parameterValue>
        <dev:type>
          <maml:name>MoveObjectSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$MoveObjectSpec = Initialize-SrmMoveObjectSpec -DestinationParent "MyDestinationParent"
 
Invoke-SrmMoveProtectionGroupFolder -pairingId "MypairingId" -folderId "MyfolderId" -moveObjectSpec $moveObjectSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmMoveProtectionGroupFolder with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$MoveObjectSpec = Initialize-SrmMoveObjectSpec -DestinationParent "MyDestinationParent"
 
Invoke-SrmMoveProtectionGroupFolder -pairingId "MypairingId" -folderId "MyfolderId" -moveObjectSpec $moveObjectSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmMoveProtectionGroupFolder with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmmoveprotectiongroupfolder</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmMoveObjectSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmReconfigureGroup</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmReconfigureGroup</command:noun>
      <maml:description>
        <maml:para>Reconfigure settings for a protection group in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Reconfigure settings for this group.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmReconfigureGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProtectionGroupEditSpec</maml:name>
          <maml:Description>
            <maml:para>Spec describing the new protection group settings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ProtectionGroupEditSpec</command:parameterValue>
          <dev:type>
            <maml:name>ProtectionGroupEditSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProtectionGroupEditSpec</maml:name>
        <maml:Description>
          <maml:para>Spec describing the new protection group settings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ProtectionGroupEditSpec</command:parameterValue>
        <dev:type>
          <maml:name>ProtectionGroupEditSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AbrProtectionGroupSpec = Initialize-SrmAbrProtectionGroupSpec -ReplicatedArrayPair "MyReplicatedArrayPair" -Datastores "MyDatastores"
$HbrProtectionGroupSpec = Initialize-SrmHbrProtectionGroupSpec -Vms "MyVms"

$VvolReplicationGroupData = Initialize-SrmVvolReplicationGroupData -FaultDomainId "MyFaultDomainId" -DeviceGroupId "MyDeviceGroupId"
$VvolProtectionGroupSpec = Initialize-SrmVvolProtectionGroupSpec -ReplicationGroups $VvolReplicationGroupData

$ProtectionGroupEditSpec = Initialize-SrmProtectionGroupEditSpec -Name "MyName" -Description "MyDescription" -AbrSpec $AbrProtectionGroupSpec -HbrSpec $HbrProtectionGroupSpec -VvolSpec $VvolProtectionGroupSpec
 
Invoke-SrmReconfigureGroup -pairingId "MypairingId" -groupId "MygroupId" -protectionGroupEditSpec $protectionGroupEditSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmReconfigureGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ProtectionGroupEditSpec = Initialize-SrmProtectionGroupEditSpec -Name "MyName"
 
Invoke-SrmReconfigureGroup -pairingId "MypairingId" -groupId "MygroupId" -protectionGroupEditSpec $protectionGroupEditSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmReconfigureGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmreconfiguregroup</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmProtectionGroupEditSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmRemoveDatastoreGroup</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmRemoveDatastoreGroup</command:noun>
      <maml:description>
        <maml:para>Remove a replicated datastore group from a protection group in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Remove a replicated datastore group from an Array-Based Replication protection group. This operation also removes the protection of VMs residing on any datastore that is part of the removed datastore group.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmRemoveDatastoreGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DatastoreGroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a datastore group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DatastoreGroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a datastore group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmRemoveDatastoreGroup -pairingId "MypairingId" -groupId "MygroupId" -datastoreGroupId "MydatastoreGroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRemoveDatastoreGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmRemoveDatastoreGroup -pairingId "MypairingId" -groupId "MygroupId" -datastoreGroupId "MydatastoreGroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRemoveDatastoreGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmremovedatastoregroup</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmRemoveVmFromProtectionGroup</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmRemoveVmFromProtectionGroup</command:noun>
      <maml:description>
        <maml:para>Remove a virtual machine from a VR protection group in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Remove the virtual machine for a VR protection group</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmRemoveVmFromProtectionGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protected virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protected virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmRemoveVmFromProtectionGroup -pairingId "MypairingId" -groupId "MygroupId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRemoveVmFromProtectionGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmRemoveVmFromProtectionGroup -pairingId "MypairingId" -groupId "MygroupId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRemoveVmFromProtectionGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmremovevmfromprotectiongroup</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmRemoveVmProtection</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmRemoveVmProtection</command:noun>
      <maml:description>
        <maml:para>Remove the protection of a virtual machine within a protection group in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Remove the protection of a given virtual machine for this group. Once the protection of a VM is removed, the VM will not be recovered during recovery. To protect the VM again, run the configure protection operation.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmRemoveVmProtection</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protected virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protected virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmRemoveVmProtection -pairingId "MypairingId" -groupId "MygroupId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRemoveVmProtection with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmRemoveVmProtection -pairingId "MypairingId" -groupId "MygroupId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRemoveVmProtection with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmremovevmprotection</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmRenameProtectionGroupFolder</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmRenameProtectionGroupFolder</command:noun>
      <maml:description>
        <maml:para>Rename Site Recovery Manager protection group folder.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Rename Site Recovery Manager protection group folder.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmRenameProtectionGroupFolder</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FolderId</maml:name>
          <maml:Description>
            <maml:para>ID of the protection group folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RenameObjectSpec</maml:name>
          <maml:Description>
            <maml:para>Spec describing the new name of the protection group folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">RenameObjectSpec</command:parameterValue>
          <dev:type>
            <maml:name>RenameObjectSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FolderId</maml:name>
        <maml:Description>
          <maml:para>ID of the protection group folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RenameObjectSpec</maml:name>
        <maml:Description>
          <maml:para>Spec describing the new name of the protection group folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">RenameObjectSpec</command:parameterValue>
        <dev:type>
          <maml:name>RenameObjectSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$RenameObjectSpec = Initialize-SrmRenameObjectSpec -Name "MyName"
 
Invoke-SrmRenameProtectionGroupFolder -pairingId "MypairingId" -folderId "MyfolderId" -renameObjectSpec $renameObjectSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRenameProtectionGroupFolder with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RenameObjectSpec = Initialize-SrmRenameObjectSpec -Name "MyName"
 
Invoke-SrmRenameProtectionGroupFolder -pairingId "MypairingId" -folderId "MyfolderId" -renameObjectSpec $renameObjectSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRenameProtectionGroupFolder with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmrenameprotectiongroupfolder</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmRenameObjectSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmRestoreAllPlaceholders</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmRestoreAllPlaceholders</command:noun>
      <maml:description>
        <maml:para>Repair all placeholder virtual machines that are part of the protection group in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Repair placeholder VMs.&lt;p&gt;Called when the placeholder needs to be recreated due to one of these reasons:&lt;ul&gt;&lt;li&gt;Placeholder creation failed.&lt;li&gt;Placeholder was deleted.&lt;li&gt;Placeholder inventory was lost or needs to be reentered - one use case for this is when production VM was a template but then gets converted to a VM.&lt;/ul&gt;&lt;p&gt;This method can be called only on the recovery site. It does not require the primary site to be up for successful completion.&lt;p&gt;Empty list of tasks is returned when no virtual machines need repair of their placeholder VMs.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmRestoreAllPlaceholders</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RecreateAllPlaceholderVmsResponseDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmRestoreAllPlaceholders -pairingId "MypairingId" -groupId "MygroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRestoreAllPlaceholders with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmRestoreAllPlaceholders -pairingId "MypairingId" -groupId "MygroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRestoreAllPlaceholders with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmrestoreallplaceholders</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmUpdateVmProtectionSettings</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmUpdateVmProtectionSettings</command:noun>
      <maml:description>
        <maml:para>Update the protection settings of a virtual machine.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Update the protection settings of a virtual machine. This endpoint must be called after the remove protection operation in order for the VM to be recovered during recovery.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmUpdateVmProtectionSettings</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protection group defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmId</maml:name>
          <maml:Description>
            <maml:para>The ID of a protected virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmProtectionSettings</maml:name>
          <maml:Description>
            <maml:para>A spec describing the new VM protection settings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VmProtectionSettings</command:parameterValue>
          <dev:type>
            <maml:name>VmProtectionSettings</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protection group defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmId</maml:name>
        <maml:Description>
          <maml:para>The ID of a protected virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmProtectionSettings</maml:name>
        <maml:Description>
          <maml:para>A spec describing the new VM protection settings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VmProtectionSettings</command:parameterValue>
        <dev:type>
          <maml:name>VmProtectionSettings</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$FriendlyDatastorePathData = Initialize-SrmFriendlyDatastorePathData -Datastore "MyDatastore" -DatastoreName "local" -Path "vms/finance-vm" -Filename "finance-vm.vmdk" -FriendlyPath "MyFriendlyPath"
$VmLocationData = Initialize-SrmVmLocationData -Name "MyName" -ProtectedSite "MyProtectedSite" -ProductionVmPath $FriendlyDatastorePathData -RecoverySite "MyRecoverySite" -PlaceholderVmPath $FriendlyDatastorePathData -PlaceholderVm "MyPlaceholderVm"

$VmProtectionDevice = Initialize-SrmVmProtectionDevice -Key 0 -Type "HARD_DRIVE" -Backing "FILE" -Label "MyLabel" -ProductionPath $FriendlyDatastorePathData -ProductionDatastores "MyProductionDatastores" -RecoveryPath $FriendlyDatastorePathData -Replicated $false -Detached $false

$VmProtectionNetwork = Initialize-SrmVmProtectionNetwork -Editable $false -Source "MySource" -SourceName "MySourceName" -Target "MyTarget" -TargetName "MyTargetName" -IsInventoryMappedTarget $false -SourceHasInventoryMapping $false
$VmProtectionLocation = Initialize-SrmVmProtectionLocation -Editable $false -Source "MySource" -SourceName "MySourceName" -Target "MyTarget" -TargetName "MyTargetName" -IsInventoryMappedTarget $false -SourceHasInventoryMapping $false
$VmProtectionSettings = Initialize-SrmVmProtectionSettings -PlaceholderNeedsRepair $false -Location $VmLocationData -Devices $VmProtectionDevice -Networks $VmProtectionNetwork -Folder $VmProtectionLocation -ResourcePool $VmProtectionLocation -Host $VmProtectionLocation -ChangeVersion "MyChangeVersion"
 
Invoke-SrmUpdateVmProtectionSettings -pairingId "MypairingId" -groupId "MygroupId" -vmId "MyvmId" -vmProtectionSettings $vmProtectionSettings
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmUpdateVmProtectionSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VmProtectionSettings = Initialize-SrmVmProtectionSettings
 
Invoke-SrmUpdateVmProtectionSettings -pairingId "MypairingId" -groupId "MygroupId" -vmId "MyvmId" -vmProtectionSettings $vmProtectionSettings
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmUpdateVmProtectionSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmupdatevmprotectionsettings</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmVmProtectionSettings</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmProtectionGroupCreateSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ProtectionGroupCreateSpec</command:noun>
      <maml:description>
        <maml:para>A spec to create the protection group.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A spec to create the protection group.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmProtectionGroupCreateSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Description</maml:name>
          <maml:Description>
            <maml:para>The description of the group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AbrSpec</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">AbrProtectionGroupSpec</command:parameterValue>
          <dev:type>
            <maml:name>AbrProtectionGroupSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HbrSpec</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">HbrProtectionGroupSpec</command:parameterValue>
          <dev:type>
            <maml:name>HbrProtectionGroupSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VvolSpec</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VvolProtectionGroupSpec</command:parameterValue>
          <dev:type>
            <maml:name>VvolProtectionGroupSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Location</maml:name>
          <maml:Description>
            <maml:para>The target location where the protection group will be placed. If not specified - the root folder will be used.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ReplicationType</maml:name>
          <maml:Description>
            <maml:para>Underlying replication type of the protection group:&lt;ul&gt;&lt;li&gt;UNKNOWN - Unknown replication.&lt;li&gt;ABR - Array-based replication.&lt;li&gt;HBR - Host-based replication replication.&lt;li&gt;VVOL - VVOL-based replication.&lt;/ul&gt;</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(ReplicationTypeEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProtectedVcGuid</maml:name>
          <maml:Description>
            <maml:para>The GUID of the protected site VC.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Description</maml:name>
        <maml:Description>
          <maml:para>The description of the group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AbrSpec</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">AbrProtectionGroupSpec</command:parameterValue>
        <dev:type>
          <maml:name>AbrProtectionGroupSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HbrSpec</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">HbrProtectionGroupSpec</command:parameterValue>
        <dev:type>
          <maml:name>HbrProtectionGroupSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VvolSpec</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VvolProtectionGroupSpec</command:parameterValue>
        <dev:type>
          <maml:name>VvolProtectionGroupSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Location</maml:name>
        <maml:Description>
          <maml:para>The target location where the protection group will be placed. If not specified - the root folder will be used.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ReplicationType</maml:name>
        <maml:Description>
          <maml:para>Underlying replication type of the protection group:&lt;ul&gt;&lt;li&gt;UNKNOWN - Unknown replication.&lt;li&gt;ABR - Array-based replication.&lt;li&gt;HBR - Host-based replication replication.&lt;li&gt;VVOL - VVOL-based replication.&lt;/ul&gt;</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(ReplicationTypeEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProtectedVcGuid</maml:name>
        <maml:Description>
          <maml:para>The GUID of the protected site VC.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$AbrProtectionGroupSpec &#x3D; Initialize-SrmAbrProtectionGroupSpec -ReplicatedArrayPair &quot;MyReplicatedArrayPair&quot; -Datastores &quot;MyDatastores&quot;
$HbrProtectionGroupSpec &#x3D; Initialize-SrmHbrProtectionGroupSpec -Vms &quot;MyVms&quot;

$VvolReplicationGroupData &#x3D; Initialize-SrmVvolReplicationGroupData -FaultDomainId &quot;MyFaultDomainId&quot; -DeviceGroupId &quot;MyDeviceGroupId&quot;
$VvolProtectionGroupSpec &#x3D; Initialize-SrmVvolProtectionGroupSpec -ReplicationGroups $VvolReplicationGroupData

$ProtectionGroupCreateSpec &#x3D; Initialize-SrmProtectionGroupCreateSpec -Name &quot;MyName&quot; -Description &quot;MyDescription&quot; -AbrSpec $AbrProtectionGroupSpec -HbrSpec $HbrProtectionGroupSpec -VvolSpec $VvolProtectionGroupSpec -Location &quot;MyLocation&quot; -ReplicationType &quot;UNKNOWN&quot; -ProtectedVcGuid &quot;MyProtectedVcGuid&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmProtectionGroupCreateSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ProtectionGroupCreateSpec &#x3D; Initialize-SrmProtectionGroupCreateSpec -Name &quot;MyName&quot; -ReplicationType &quot;UNKNOWN&quot; -ProtectedVcGuid &quot;MyProtectedVcGuid&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmProtectionGroupCreateSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmprotectiongroupcreatespec</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmAbrProtectionGroupSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmHbrProtectionGroupSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmVvolProtectionGroupSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmProtectionGroupEditSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ProtectionGroupEditSpec</command:noun>
      <maml:description>
        <maml:para>A spec to edit the protection group.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A spec to edit the protection group.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmProtectionGroupEditSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Description</maml:name>
          <maml:Description>
            <maml:para>The description of the group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AbrSpec</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">AbrProtectionGroupSpec</command:parameterValue>
          <dev:type>
            <maml:name>AbrProtectionGroupSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HbrSpec</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">HbrProtectionGroupSpec</command:parameterValue>
          <dev:type>
            <maml:name>HbrProtectionGroupSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VvolSpec</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VvolProtectionGroupSpec</command:parameterValue>
          <dev:type>
            <maml:name>VvolProtectionGroupSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Description</maml:name>
        <maml:Description>
          <maml:para>The description of the group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AbrSpec</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">AbrProtectionGroupSpec</command:parameterValue>
        <dev:type>
          <maml:name>AbrProtectionGroupSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HbrSpec</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">HbrProtectionGroupSpec</command:parameterValue>
        <dev:type>
          <maml:name>HbrProtectionGroupSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VvolSpec</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VvolProtectionGroupSpec</command:parameterValue>
        <dev:type>
          <maml:name>VvolProtectionGroupSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$AbrProtectionGroupSpec &#x3D; Initialize-SrmAbrProtectionGroupSpec -ReplicatedArrayPair &quot;MyReplicatedArrayPair&quot; -Datastores &quot;MyDatastores&quot;
$HbrProtectionGroupSpec &#x3D; Initialize-SrmHbrProtectionGroupSpec -Vms &quot;MyVms&quot;

$VvolReplicationGroupData &#x3D; Initialize-SrmVvolReplicationGroupData -FaultDomainId &quot;MyFaultDomainId&quot; -DeviceGroupId &quot;MyDeviceGroupId&quot;
$VvolProtectionGroupSpec &#x3D; Initialize-SrmVvolProtectionGroupSpec -ReplicationGroups $VvolReplicationGroupData

$ProtectionGroupEditSpec &#x3D; Initialize-SrmProtectionGroupEditSpec -Name &quot;MyName&quot; -Description &quot;MyDescription&quot; -AbrSpec $AbrProtectionGroupSpec -HbrSpec $HbrProtectionGroupSpec -VvolSpec $VvolProtectionGroupSpec
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmProtectionGroupEditSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ProtectionGroupEditSpec &#x3D; Initialize-SrmProtectionGroupEditSpec -Name &quot;MyName&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmProtectionGroupEditSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmprotectiongroupeditspec</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmAbrProtectionGroupSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmHbrProtectionGroupSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmVvolProtectionGroupSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmRecoverPlanSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RecoverPlanSpec</command:noun>
      <maml:description>
        <maml:para>A spec specifying recover operation settings.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A spec specifying recover operation settings.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmRecoverPlanSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SkipProtectionSiteOperations</maml:name>
          <maml:Description>
            <maml:para>Skips all recovery plan operation that involve communication with the protection site. These include: shutting down of protected VMs, syncing, and deactivating. If set to true, &lt;code&gt;sync_data&lt;/code&gt; setting is ignored and assumed to be false. This flag is ignored if &lt;code&gt;planned_failover&lt;/code&gt; is set to true. In order to set to true, first activate &lt;code&gt;recovery.forceRecovery&lt;/code&gt; advanced setting.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MigrateEligibleVms</maml:name>
          <maml:Description>
            <maml:para>Whether we should perform xVC-vMotion for eligible VMs during the planned failover workflow. If this option is set, failover will attempt to use xVC-vMotion for all protected powered on VMs residing on stretched storage at the protected site. If this option is not set, failover will be performed using the regular recovery workflow for replicated LUNs (including stretched devices). This option will be available only for planned failover. If xVC-vMotion fails for any reason, the recovery plan will stop with appropriate error. Must be true if vMotion is supported.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SyncData</maml:name>
          <maml:Description>
            <maml:para>Whether to call the replication providers to synchronize the outstanding data before the operation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlannedFailover</maml:name>
          <maml:Description>
            <maml:para>Whether this recover operation is a planned failover. Planned failovers will attempt to restore the protection site to the original state if an error (or user cancellation) occurs before the storage steps.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SkipProtectionSiteOperations</maml:name>
        <maml:Description>
          <maml:para>Skips all recovery plan operation that involve communication with the protection site. These include: shutting down of protected VMs, syncing, and deactivating. If set to true, &lt;code&gt;sync_data&lt;/code&gt; setting is ignored and assumed to be false. This flag is ignored if &lt;code&gt;planned_failover&lt;/code&gt; is set to true. In order to set to true, first activate &lt;code&gt;recovery.forceRecovery&lt;/code&gt; advanced setting.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MigrateEligibleVms</maml:name>
        <maml:Description>
          <maml:para>Whether we should perform xVC-vMotion for eligible VMs during the planned failover workflow. If this option is set, failover will attempt to use xVC-vMotion for all protected powered on VMs residing on stretched storage at the protected site. If this option is not set, failover will be performed using the regular recovery workflow for replicated LUNs (including stretched devices). This option will be available only for planned failover. If xVC-vMotion fails for any reason, the recovery plan will stop with appropriate error. Must be true if vMotion is supported.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SyncData</maml:name>
        <maml:Description>
          <maml:para>Whether to call the replication providers to synchronize the outstanding data before the operation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlannedFailover</maml:name>
        <maml:Description>
          <maml:para>Whether this recover operation is a planned failover. Planned failovers will attempt to restore the protection site to the original state if an error (or user cancellation) occurs before the storage steps.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$RecoverPlanSpec &#x3D; Initialize-SrmRecoverPlanSpec -SkipProtectionSiteOperations $false -MigrateEligibleVms $false -SyncData $false -PlannedFailover $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmRecoverPlanSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RecoverPlanSpec &#x3D; Initialize-SrmRecoverPlanSpec
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmRecoverPlanSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmrecoverplanspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmCancelRecoveryPlan</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmCancelRecoveryPlan</command:noun>
      <maml:description>
        <maml:para>Cancels a running recovery task.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Cancels a running recovery task for this recovery plan.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmCancelRecoveryPlan</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmCancelRecoveryPlan -pairingId "MypairingId" -planId "MyplanId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCancelRecoveryPlan with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmCancelRecoveryPlan -pairingId "MypairingId" -planId "MyplanId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCancelRecoveryPlan with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmcancelrecoveryplan</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmCreatePlan</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmCreatePlan</command:noun>
      <maml:description>
        <maml:para>Create a new recovery plan in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmCreatePlan</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RecoveryPlanCreateSpec</maml:name>
          <maml:Description>
            <maml:para>A spec describing the new plan.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">RecoveryPlanCreateSpec</command:parameterValue>
          <dev:type>
            <maml:name>RecoveryPlanCreateSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RecoveryPlanCreateSpec</maml:name>
        <maml:Description>
          <maml:para>A spec describing the new plan.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">RecoveryPlanCreateSpec</command:parameterValue>
        <dev:type>
          <maml:name>RecoveryPlanCreateSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TestNetworkMappingsSpec = Initialize-SrmTestNetworkMappingsSpec -TargetNetwork "MyTargetNetwork" -TestNetwork "MyTestNetwork"
$RecoveryPlanCreateSpec = Initialize-SrmRecoveryPlanCreateSpec -Location "MyLocation" -Name "MyName" -Description "MyDescription" -ProtectedVcGuid "MyProtectedVcGuid" -ProtectionGroups "MyProtectionGroups" -TestNetworkMappings $TestNetworkMappingsSpec
 
Invoke-SrmCreatePlan -pairingId "MypairingId" -recoveryPlanCreateSpec $recoveryPlanCreateSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreatePlan with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RecoveryPlanCreateSpec = Initialize-SrmRecoveryPlanCreateSpec -Name "MyName" -ProtectedVcGuid "MyProtectedVcGuid"
 
Invoke-SrmCreatePlan -pairingId "MypairingId" -recoveryPlanCreateSpec $recoveryPlanCreateSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreatePlan with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmcreateplan</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmRecoveryPlanCreateSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmCreateRecoveryPlanFolder</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmCreateRecoveryPlanFolder</command:noun>
      <maml:description>
        <maml:para>Create Site Recovery Manager recovery plan folder.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Create a new sub-folder with the specified name.&lt;p&gt;Any % (percent) character used in this name parameter must be escaped, unless it is used to start an escape sequence. Clients can also escape any other characters in this name parameter.&lt;p&gt;This method requires &lt;code&gt;VcDr.RecoveryProfile.com.vmware.vcDr.Create&lt;/code&gt; and&lt;code&gt;VcDr.RecoveryProfile.com.vmware.vcDr.Edit&lt;/code&gt; privilege on the containing folder.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmCreateRecoveryPlanFolder</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CreateFolderSpec</maml:name>
          <maml:Description>
            <maml:para>Spec describing the new plan folder to create.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">CreateFolderSpec</command:parameterValue>
          <dev:type>
            <maml:name>CreateFolderSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CreateFolderSpec</maml:name>
        <maml:Description>
          <maml:para>Spec describing the new plan folder to create.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">CreateFolderSpec</command:parameterValue>
        <dev:type>
          <maml:name>CreateFolderSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CreateFolderSpec = Initialize-SrmCreateFolderSpec -Name "MyName" -Location "MyLocation"
 
Invoke-SrmCreateRecoveryPlanFolder -pairingId "MypairingId" -createFolderSpec $createFolderSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateRecoveryPlanFolder with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CreateFolderSpec = Initialize-SrmCreateFolderSpec -Name "MyName"
 
Invoke-SrmCreateRecoveryPlanFolder -pairingId "MypairingId" -createFolderSpec $createFolderSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateRecoveryPlanFolder with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmcreaterecoveryplanfolder</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmCreateFolderSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmCreateRecoveryStepsCallout</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmCreateRecoveryStepsCallout</command:noun>
      <maml:description>
        <maml:para>Add a callout/prompt to the list of recovery steps in a given recovery view mode.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Add a callout/prompt to the list of recovery steps in a given recovery view mode.&lt;p&gt;Will fail if cannot retrieve recovery steps in the desired mode in the current recovery plan state.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmCreateRecoveryStepsCallout</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ViewMode</maml:name>
          <maml:Description>
            <maml:para>The view mode of the recovery steps. Possible values are: &lt;code&gt;test&lt;/code&gt;, &lt;code&gt;recovery&lt;/code&gt;, &lt;code&gt;cleanup&lt;/code&gt;, &lt;code&gt;reprotect&lt;/code&gt;.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CalloutCreateSpec</maml:name>
          <maml:Description>
            <maml:para>Spec describing the new callout settings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">CalloutCreateSpec</command:parameterValue>
          <dev:type>
            <maml:name>CalloutCreateSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ViewMode</maml:name>
        <maml:Description>
          <maml:para>The view mode of the recovery steps. Possible values are: &lt;code&gt;test&lt;/code&gt;, &lt;code&gt;recovery&lt;/code&gt;, &lt;code&gt;cleanup&lt;/code&gt;, &lt;code&gt;reprotect&lt;/code&gt;.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CalloutCreateSpec</maml:name>
        <maml:Description>
          <maml:para>Spec describing the new callout settings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">CalloutCreateSpec</command:parameterValue>
        <dev:type>
          <maml:name>CalloutCreateSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CalloutCreateSpec = Initialize-SrmCalloutCreateSpec -Name "MyName" -Content "MyContent" -CalloutType "PROMPT" -TimeoutSeconds 0 -Position 0
 
Invoke-SrmCreateRecoveryStepsCallout -pairingId "MypairingId" -planId "MyplanId" -viewMode "MyviewMode" -calloutCreateSpec $calloutCreateSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateRecoveryStepsCallout with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CalloutCreateSpec = Initialize-SrmCalloutCreateSpec -Name "MyName" -Content "MyContent" -CalloutType "PROMPT" -TimeoutSeconds 0 -Position 0
 
Invoke-SrmCreateRecoveryStepsCallout -pairingId "MypairingId" -planId "MyplanId" -viewMode "MyviewMode" -calloutCreateSpec $calloutCreateSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateRecoveryStepsCallout with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmcreaterecoverystepscallout</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmCalloutCreateSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmDeleteRecoveryPlan</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmDeleteRecoveryPlan</command:noun>
      <maml:description>
        <maml:para>Delete a recovery plan from a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Delete a recovery plan from a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmDeleteRecoveryPlan</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteRecoveryPlan -pairingId "MypairingId" -planId "MyplanId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteRecoveryPlan with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteRecoveryPlan -pairingId "MypairingId" -planId "MyplanId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteRecoveryPlan with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmdeleterecoveryplan</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmDeleteRecoveryPlanFolder</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmDeleteRecoveryPlanFolder</command:noun>
      <maml:description>
        <maml:para>Delete Site Recovery Manager recovery plan folder.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Delete the folder with the specified ID.&lt;code&gt;VcDr.RecoveryProfile.com.vmware.vcDr.Delete&lt;/code&gt; privilege on the containing folder.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmDeleteRecoveryPlanFolder</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FolderId</maml:name>
          <maml:Description>
            <maml:para>ID of the recovery plan folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FolderId</maml:name>
        <maml:Description>
          <maml:para>ID of the recovery plan folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteRecoveryPlanFolder -pairingId "MypairingId" -folderId "MyfolderId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteRecoveryPlanFolder with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteRecoveryPlanFolder -pairingId "MypairingId" -folderId "MyfolderId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteRecoveryPlanFolder with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmdeleterecoveryplanfolder</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmDeleteRecoveryStep</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmDeleteRecoveryStep</command:noun>
      <maml:description>
        <maml:para>Delete a recovery step in a given recovery view mode.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Delete a recovery step in a given recovery view mode.&lt;p&gt;This operation is possible only for custom-created prompts or callouts.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmDeleteRecoveryStep</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ViewMode</maml:name>
          <maml:Description>
            <maml:para>The view mode of the recovery steps. Possible values are: &lt;code&gt;test&lt;/code&gt;, &lt;code&gt;recovery&lt;/code&gt;, &lt;code&gt;cleanup&lt;/code&gt;, &lt;code&gt;reprotect&lt;/code&gt;.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RecoveryStepId</maml:name>
          <maml:Description>
            <maml:para>Id of a recovery step.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ViewMode</maml:name>
        <maml:Description>
          <maml:para>The view mode of the recovery steps. Possible values are: &lt;code&gt;test&lt;/code&gt;, &lt;code&gt;recovery&lt;/code&gt;, &lt;code&gt;cleanup&lt;/code&gt;, &lt;code&gt;reprotect&lt;/code&gt;.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RecoveryStepId</maml:name>
        <maml:Description>
          <maml:para>Id of a recovery step.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteRecoveryStep -pairingId "MypairingId" -planId "MyplanId" -viewMode "MyviewMode" -recoveryStepId "MyrecoveryStepId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteRecoveryStep with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteRecoveryStep -pairingId "MypairingId" -planId "MyplanId" -viewMode "MyviewMode" -recoveryStepId "MyrecoveryStepId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteRecoveryStep with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmdeleterecoverystep</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmDismissRecoveryStepsRecoveryPlanPrompt</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmDismissRecoveryStepsRecoveryPlanPrompt</command:noun>
      <maml:description>
        <maml:para>Dismiss a given user prompt waiting for a client acknowledgment during a recovery operation.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Dismiss an user prompt waiting for a client acknowledgment during a recovery operation.&lt;p&gt;When dismissed the recovery operation will continue.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmDismissRecoveryStepsRecoveryPlanPrompt</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PromptId</maml:name>
          <maml:Description>
            <maml:para>The ID of an user prompt waiting for a client acknowledgment.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PromptId</maml:name>
        <maml:Description>
          <maml:para>The ID of an user prompt waiting for a client acknowledgment.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmDismissRecoveryStepsRecoveryPlanPrompt -pairingId "MypairingId" -planId "MyplanId" -promptId "MypromptId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDismissRecoveryStepsRecoveryPlanPrompt with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmDismissRecoveryStepsRecoveryPlanPrompt -pairingId "MypairingId" -planId "MyplanId" -promptId "MypromptId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDismissRecoveryStepsRecoveryPlanPrompt with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmdismissrecoverystepsrecoveryplanprompt</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmEditRecoveryStepsCallout</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmEditRecoveryStepsCallout</command:noun>
      <maml:description>
        <maml:para>Modify a callout/prompt to the list of recovery steps in a given recovery view mode.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Modify a callout/prompt to the list of recovery steps in a given recovery view mode.&lt;p&gt;Will fail if cannot retrieve recovery steps in the desired mode in the current recovery plan state or the recovery step is not callout/prompt-related.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmEditRecoveryStepsCallout</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ViewMode</maml:name>
          <maml:Description>
            <maml:para>The view mode of the recovery steps. Possible values are: &lt;code&gt;test&lt;/code&gt;, &lt;code&gt;recovery&lt;/code&gt;, &lt;code&gt;cleanup&lt;/code&gt;, &lt;code&gt;reprotect&lt;/code&gt;.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RecoveryStepId</maml:name>
          <maml:Description>
            <maml:para>Id of a recovery step.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CalloutModifySpec</maml:name>
          <maml:Description>
            <maml:para>Spec describing the new callout settings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">CalloutModifySpec</command:parameterValue>
          <dev:type>
            <maml:name>CalloutModifySpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ViewMode</maml:name>
        <maml:Description>
          <maml:para>The view mode of the recovery steps. Possible values are: &lt;code&gt;test&lt;/code&gt;, &lt;code&gt;recovery&lt;/code&gt;, &lt;code&gt;cleanup&lt;/code&gt;, &lt;code&gt;reprotect&lt;/code&gt;.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RecoveryStepId</maml:name>
        <maml:Description>
          <maml:para>Id of a recovery step.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CalloutModifySpec</maml:name>
        <maml:Description>
          <maml:para>Spec describing the new callout settings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">CalloutModifySpec</command:parameterValue>
        <dev:type>
          <maml:name>CalloutModifySpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CalloutModifySpec = Initialize-SrmCalloutModifySpec -Name "MyName" -Content "MyContent" -CalloutType "PROMPT" -TimeoutSeconds 0
 
Invoke-SrmEditRecoveryStepsCallout -pairingId "MypairingId" -planId "MyplanId" -viewMode "MyviewMode" -recoveryStepId "MyrecoveryStepId" -calloutModifySpec $calloutModifySpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmEditRecoveryStepsCallout with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CalloutModifySpec = Initialize-SrmCalloutModifySpec -Name "MyName" -Content "MyContent" -CalloutType "PROMPT" -TimeoutSeconds 0
 
Invoke-SrmEditRecoveryStepsCallout -pairingId "MypairingId" -planId "MyplanId" -viewMode "MyviewMode" -recoveryStepId "MyrecoveryStepId" -calloutModifySpec $calloutModifySpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmEditRecoveryStepsCallout with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmeditrecoverystepscallout</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmCalloutModifySpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetAllPlanHistoryRecords</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetAllPlanHistoryRecords</command:noun>
      <maml:description>
        <maml:para>Get a list of all history reports for recovery runs in a given timeframe in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>If no &lt;code&gt;start_date&lt;/code&gt; and &lt;code&gt;end_date&lt;/code&gt; are specified, then the last seven days of data will be returned.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetAllPlanHistoryRecords</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StartDate</maml:name>
          <maml:Description>
            <maml:para>Start date of the desired timeframe in milliseconds since the standard base time known as \&quot;the epoch\&quot;, since January 1, 1970, 00:00:00 GMT. Default value: current time minus 7 days in milliseconds.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EndDate</maml:name>
          <maml:Description>
            <maml:para>End date of the desired timeframe in milliseconds since the standard base time known as \&quot;the epoch\&quot;, since January 1, 1970, 00:00:00 GMT. Default value: current time in milliseconds.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StartDate</maml:name>
        <maml:Description>
          <maml:para>Start date of the desired timeframe in milliseconds since the standard base time known as \&quot;the epoch\&quot;, since January 1, 1970, 00:00:00 GMT. Default value: current time minus 7 days in milliseconds.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EndDate</maml:name>
        <maml:Description>
          <maml:para>End date of the desired timeframe in milliseconds since the standard base time known as \&quot;the epoch\&quot;, since January 1, 1970, 00:00:00 GMT. Default value: current time in milliseconds.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetAllPlanHistoryRecords -pairingId "MypairingId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10 -startDate 1508482583300 -endDate 1508484583300
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetAllPlanHistoryRecords with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetAllPlanHistoryRecords -pairingId "MypairingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetAllPlanHistoryRecords with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetallplanhistoryrecords</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetAllRecoveryPlans</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetAllRecoveryPlans</command:noun>
      <maml:description>
        <maml:para>Get a list of all recovery plans in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Recovery plans are used for automating the recovery execution during a migration or a failover.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetAllRecoveryPlans</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RecoveryPlanInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetAllRecoveryPlans -pairingId "MypairingId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetAllRecoveryPlans with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetAllRecoveryPlans -pairingId "MypairingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetAllRecoveryPlans with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetallrecoveryplans</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetPlanHistoryRecord</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetPlanHistoryRecord</command:noun>
      <maml:description>
        <maml:para>Get information about the history report for a recovery run of a recovery plan in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about the history report for a recovery run of a recovery plan in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetPlanHistoryRecord</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ReportId</maml:name>
          <maml:Description>
            <maml:para>The ID of the history report.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ReportId</maml:name>
        <maml:Description>
          <maml:para>The ID of the history report.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>HistoryReportDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanHistoryRecord -pairingId "MypairingId" -planId "MyplanId" -reportId "MyreportId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanHistoryRecord with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanHistoryRecord -pairingId "MypairingId" -planId "MyplanId" -reportId "MyreportId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanHistoryRecord with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetplanhistoryrecord</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetPlanHistoryRecords</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetPlanHistoryRecords</command:noun>
      <maml:description>
        <maml:para>Get a list of all history reports for recovery runs in a given timeframe of a recovery plan in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>If no &lt;code&gt;start_date&lt;/code&gt; and &lt;code&gt;end_date&lt;/code&gt; are specified, then the last seven days of data will be returned.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetPlanHistoryRecords</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StartDate</maml:name>
          <maml:Description>
            <maml:para>Start date of the desired timeframe in milliseconds since the standard base time known as \&quot;the epoch\&quot;, since January 1, 1970, 00:00:00 GMT. Default value: current time minus 7 days in milliseconds.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EndDate</maml:name>
          <maml:Description>
            <maml:para>End date of the desired timeframe in milliseconds since the standard base time known as \&quot;the epoch\&quot;, since January 1, 1970, 00:00:00 GMT. Default value: current time in milliseconds.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StartDate</maml:name>
        <maml:Description>
          <maml:para>Start date of the desired timeframe in milliseconds since the standard base time known as \&quot;the epoch\&quot;, since January 1, 1970, 00:00:00 GMT. Default value: current time minus 7 days in milliseconds.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EndDate</maml:name>
        <maml:Description>
          <maml:para>End date of the desired timeframe in milliseconds since the standard base time known as \&quot;the epoch\&quot;, since January 1, 1970, 00:00:00 GMT. Default value: current time in milliseconds.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanHistoryRecords -pairingId "MypairingId" -planId "MyplanId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10 -startDate 1508482583300 -endDate 1508484583300
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanHistoryRecords with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanHistoryRecords -pairingId "MypairingId" -planId "MyplanId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanHistoryRecords with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetplanhistoryrecords</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetPlanRelatedProtectionGroups</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetPlanRelatedProtectionGroups</command:noun>
      <maml:description>
        <maml:para>Get protection groups that are part of a recovery plan in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get protection groups that are part of a recovery plan in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetPlanRelatedProtectionGroups</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>ProtectionGroupInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanRelatedProtectionGroups -pairingId "MypairingId" -planId "MyplanId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanRelatedProtectionGroups with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanRelatedProtectionGroups -pairingId "MypairingId" -planId "MyplanId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanRelatedProtectionGroups with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetplanrelatedprotectiongroups</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetPlanRelatedTestNetworks</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetPlanRelatedTestNetworks</command:noun>
      <maml:description>
        <maml:para>Get the test networks configured for a recovery plan in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get the test networks configured for a recovery plan in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetPlanRelatedTestNetworks</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TestNetworkMappingDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanRelatedTestNetworks -pairingId "MypairingId" -planId "MyplanId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanRelatedTestNetworks with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanRelatedTestNetworks -pairingId "MypairingId" -planId "MyplanId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanRelatedTestNetworks with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetplanrelatedtestnetworks</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetPlanVirtualMachine</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetPlanVirtualMachine</command:noun>
      <maml:description>
        <maml:para>Get the protected virtual machine included in a recovery plan in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get the protected virtual machine included in a recovery plan in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetPlanVirtualMachine</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmId</maml:name>
          <maml:Description>
            <maml:para>The ID of a virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmId</maml:name>
        <maml:Description>
          <maml:para>The ID of a virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RecoveryPlanVmInfoDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanVirtualMachine -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanVirtualMachine with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanVirtualMachine -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanVirtualMachine with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetplanvirtualmachine</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetPlanVirtualMachineDependentVms</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetPlanVirtualMachineDependentVms</command:noun>
      <maml:description>
        <maml:para>Get the dependent VMs for a protected virtual machine.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get the dependent VMs for a protected virtual machine.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetPlanVirtualMachineDependentVms</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmId</maml:name>
          <maml:Description>
            <maml:para>The ID of a virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmId</maml:name>
        <maml:Description>
          <maml:para>The ID of a virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>DependentVmDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanVirtualMachineDependentVms -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanVirtualMachineDependentVms with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanVirtualMachineDependentVms -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanVirtualMachineDependentVms with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetplanvirtualmachinedependentvms</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetPlanVirtualMachineIpCustomization</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetPlanVirtualMachineIpCustomization</command:noun>
      <maml:description>
        <maml:para>Get the IP customization for a protected virtual machine.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get the IP customization for a protected virtual machine.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetPlanVirtualMachineIpCustomization</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmId</maml:name>
          <maml:Description>
            <maml:para>The ID of a virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmId</maml:name>
        <maml:Description>
          <maml:para>The ID of a virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VmRecoveryIpCustomizationSettingsDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanVirtualMachineIpCustomization -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanVirtualMachineIpCustomization with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanVirtualMachineIpCustomization -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanVirtualMachineIpCustomization with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetplanvirtualmachineipcustomization</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetPlanVirtualMachineRecoveryPriority</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetPlanVirtualMachineRecoveryPriority</command:noun>
      <maml:description>
        <maml:para>Get the protected virtual machine priority during a recovery.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get the protected virtual machine priority during a recovery.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetPlanVirtualMachineRecoveryPriority</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmId</maml:name>
          <maml:Description>
            <maml:para>The ID of a virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmId</maml:name>
        <maml:Description>
          <maml:para>The ID of a virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>PriorityGroupDataDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanVirtualMachineRecoveryPriority -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanVirtualMachineRecoveryPriority with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanVirtualMachineRecoveryPriority -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanVirtualMachineRecoveryPriority with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetplanvirtualmachinerecoverypriority</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetPlanVirtualMachineRecoverySettings</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetPlanVirtualMachineRecoverySettings</command:noun>
      <maml:description>
        <maml:para>Get recovery settings for a protected virtual machine.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get recovery settings for a protected virtual machine.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetPlanVirtualMachineRecoverySettings</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmId</maml:name>
          <maml:Description>
            <maml:para>The ID of a virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmId</maml:name>
        <maml:Description>
          <maml:para>The ID of a virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VmRecoverySettingsStateDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanVirtualMachineRecoverySettings -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanVirtualMachineRecoverySettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanVirtualMachineRecoverySettings -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanVirtualMachineRecoverySettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetplanvirtualmachinerecoverysettings</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetPlanVirtualMachineSummarizedRecoverySettings</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetPlanVirtualMachineSummarizedRecoverySettings</command:noun>
      <maml:description>
        <maml:para>Get a summary of the recovery settings for a protected virtual machine.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get a summary of the recovery settings for a protected virtual machine.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetPlanVirtualMachineSummarizedRecoverySettings</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmId</maml:name>
          <maml:Description>
            <maml:para>The ID of a virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmId</maml:name>
        <maml:Description>
          <maml:para>The ID of a virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VmSummarizedRecoverySettingsDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanVirtualMachineSummarizedRecoverySettings -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanVirtualMachineSummarizedRecoverySettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanVirtualMachineSummarizedRecoverySettings -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanVirtualMachineSummarizedRecoverySettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetplanvirtualmachinesummarizedrecoverysettings</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetPlanVirtualMachines</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetPlanVirtualMachines</command:noun>
      <maml:description>
        <maml:para>Get virtual machines that are part of a recovery plan in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get virtual machines that are part of a recovery plan in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetPlanVirtualMachines</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RecoveryPlanVmInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanVirtualMachines -pairingId "MypairingId" -planId "MyplanId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanVirtualMachines with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetPlanVirtualMachines -pairingId "MypairingId" -planId "MyplanId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetPlanVirtualMachines with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetplanvirtualmachines</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetRecoveryPlan</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetRecoveryPlan</command:noun>
      <maml:description>
        <maml:para>Get information about a recovery plan in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Recovery plans are used for automating the recovery execution during a migration or a failover.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetRecoveryPlan</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RecoveryPlanInfoDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryPlan -pairingId "MypairingId" -planId "MyplanId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryPlan with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryPlan -pairingId "MypairingId" -planId "MyplanId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryPlan with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetrecoveryplan</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetRecoveryPlanFolder</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetRecoveryPlanFolder</command:noun>
      <maml:description>
        <maml:para>Get information about Site Recovery Manager recovery plan folder.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about Site Recovery Manager recovery plan folder.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetRecoveryPlanFolder</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FolderId</maml:name>
          <maml:Description>
            <maml:para>ID of the recovery plan folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FolderId</maml:name>
        <maml:Description>
          <maml:para>ID of the recovery plan folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RecoveryInventoryItemDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryPlanFolder -pairingId "MypairingId" -folderId "MyfolderId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryPlanFolder with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryPlanFolder -pairingId "MypairingId" -folderId "MyfolderId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryPlanFolder with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetrecoveryplanfolder</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetRecoveryPlanFolderChildren</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetRecoveryPlanFolderChildren</command:noun>
      <maml:description>
        <maml:para>Get information about Site Recovery Manager recovery plan folder children.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about Site Recovery Manager recovery plan folder children.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetRecoveryPlanFolderChildren</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FolderId</maml:name>
          <maml:Description>
            <maml:para>ID of the recovery plan folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FolderId</maml:name>
        <maml:Description>
          <maml:para>ID of the recovery plan folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RecoveryInventoryItemDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryPlanFolderChildren -pairingId "MypairingId" -folderId "MyfolderId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryPlanFolderChildren with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryPlanFolderChildren -pairingId "MypairingId" -folderId "MyfolderId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryPlanFolderChildren with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetrecoveryplanfolderchildren</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetRecoveryPlanFolders</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetRecoveryPlanFolders</command:noun>
      <maml:description>
        <maml:para>Get information about Site Recovery Manager server recovery inventory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about Site Recovery Manager server recovery inventory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetRecoveryPlanFolders</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Path</maml:name>
          <maml:Description>
            <maml:para>Path to recovery plan folder on Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Path</maml:name>
        <maml:Description>
          <maml:para>Path to recovery plan folder on Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RecoveryInventoryItemDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryPlanFolders -pairingId "MypairingId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10 -path "Mypath"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryPlanFolders with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryPlanFolders -pairingId "MypairingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryPlanFolders with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetrecoveryplanfolders</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetRecoveryPlanIssues</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetRecoveryPlanIssues</command:noun>
      <maml:description>
        <maml:para>Get issues about a recovery plan in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get issues about a recovery plan in a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetRecoveryPlanIssues</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>IssueInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryPlanIssues -pairingId "MypairingId" -planId "MyplanId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryPlanIssues with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryPlanIssues -pairingId "MypairingId" -planId "MyplanId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryPlanIssues with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetrecoveryplanissues</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetRecoveryStep</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetRecoveryStep</command:noun>
      <maml:description>
        <maml:para>Get information about a recovery step in a given recovery view mode.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about a recovery step in a given recovery view mode.&lt;p&gt;Will fail if can not retrieve recovery steps in the desired mode in the current recovery plan state.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetRecoveryStep</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ViewMode</maml:name>
          <maml:Description>
            <maml:para>The view mode of the recovery steps. Possible values are: &lt;code&gt;test&lt;/code&gt;, &lt;code&gt;recovery&lt;/code&gt;, &lt;code&gt;cleanup&lt;/code&gt;, &lt;code&gt;reprotect&lt;/code&gt;.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RecoveryStepId</maml:name>
          <maml:Description>
            <maml:para>Id of a recovery step.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ViewMode</maml:name>
        <maml:Description>
          <maml:para>The view mode of the recovery steps. Possible values are: &lt;code&gt;test&lt;/code&gt;, &lt;code&gt;recovery&lt;/code&gt;, &lt;code&gt;cleanup&lt;/code&gt;, &lt;code&gt;reprotect&lt;/code&gt;.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RecoveryStepId</maml:name>
        <maml:Description>
          <maml:para>Id of a recovery step.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RecoveryStepDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryStep -pairingId "MypairingId" -planId "MyplanId" -viewMode "MyviewMode" -recoveryStepId "MyrecoveryStepId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryStep with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryStep -pairingId "MypairingId" -planId "MyplanId" -viewMode "MyviewMode" -recoveryStepId "MyrecoveryStepId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryStep with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetrecoverystep</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetRecoverySteps</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetRecoverySteps</command:noun>
      <maml:description>
        <maml:para>Get information about recovery steps in a given recovery view mode</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about recovery steps in a given recovery view mode.&lt;p&gt;Will fail if unable to retrieve recovery steps in the desired mode in the current recovery plan state.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetRecoverySteps</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ViewMode</maml:name>
          <maml:Description>
            <maml:para>The view mode of the recovery steps. Possible values are: &lt;code&gt;test&lt;/code&gt;, &lt;code&gt;recovery&lt;/code&gt;, &lt;code&gt;cleanup&lt;/code&gt;, &lt;code&gt;reprotect&lt;/code&gt;.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ExpandedStepIds</maml:name>
          <maml:Description>
            <maml:para>Comma-separated list of IDs of recovery steps to expand.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ViewMode</maml:name>
        <maml:Description>
          <maml:para>The view mode of the recovery steps. Possible values are: &lt;code&gt;test&lt;/code&gt;, &lt;code&gt;recovery&lt;/code&gt;, &lt;code&gt;cleanup&lt;/code&gt;, &lt;code&gt;reprotect&lt;/code&gt;.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ExpandedStepIds</maml:name>
        <maml:Description>
          <maml:para>Comma-separated list of IDs of recovery steps to expand.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RecoveryStepDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoverySteps -pairingId "MypairingId" -planId "MyplanId" -viewMode "MyviewMode" -expandedStepIds ['123','403','1010']
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoverySteps with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoverySteps -pairingId "MypairingId" -planId "MyplanId" -viewMode "MyviewMode"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoverySteps with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetrecoverysteps</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetRecoveryStepsCalloutDetails</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetRecoveryStepsCalloutDetails</command:noun>
      <maml:description>
        <maml:para>Get data about a callout/prompt related to a given recovery step in a given recovery view mode.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get detailed information about a callout/prompt for a recovery step in a given recovery view mode.&lt;p&gt;Will fail if cannot retrieve recovery steps in the desired mode in the current recovery plan state or the recovery step is not callout/prompt-related.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetRecoveryStepsCalloutDetails</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ViewMode</maml:name>
          <maml:Description>
            <maml:para>The view mode of the recovery steps. Possible values are: test, recovery, cleanup, reprotect.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RecoveryStepId</maml:name>
          <maml:Description>
            <maml:para>Id of a recovery step.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ViewMode</maml:name>
        <maml:Description>
          <maml:para>The view mode of the recovery steps. Possible values are: test, recovery, cleanup, reprotect.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RecoveryStepId</maml:name>
        <maml:Description>
          <maml:para>Id of a recovery step.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>CalloutDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryStepsCalloutDetails -pairingId "MypairingId" -planId "MyplanId" -viewMode "MyviewMode" -recoveryStepId "MyrecoveryStepId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryStepsCalloutDetails with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryStepsCalloutDetails -pairingId "MypairingId" -planId "MyplanId" -viewMode "MyviewMode" -recoveryStepId "MyrecoveryStepId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryStepsCalloutDetails with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetrecoverystepscalloutdetails</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetRecoveryStepsUserPrompt</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetRecoveryStepsUserPrompt</command:noun>
      <maml:description>
        <maml:para>Get information about a given user prompt currently waiting for an acknowledgment.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>User prompts are configurable callouts which are triggered during a recovery operation.&lt;p&gt;User prompts must be dismissed by the client in order the recovery operation to continue.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetRecoveryStepsUserPrompt</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PromptId</maml:name>
          <maml:Description>
            <maml:para>The ID of a user prompt waiting for a clint acknowledgment.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PromptId</maml:name>
        <maml:Description>
          <maml:para>The ID of a user prompt waiting for a clint acknowledgment.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>UserPromptDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryStepsUserPrompt -pairingId "MypairingId" -planId "MyplanId" -promptId "MypromptId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryStepsUserPrompt with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryStepsUserPrompt -pairingId "MypairingId" -planId "MyplanId" -promptId "MypromptId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryStepsUserPrompt with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetrecoverystepsuserprompt</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetRecoveryStepsUserPrompts</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetRecoveryStepsUserPrompts</command:noun>
      <maml:description>
        <maml:para>Get a list of all user prompts currently waiting for an acknowledgment.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>User prompts are configurable callouts which are triggered during a recovery operation.&lt;p&gt;User prompts must be dismissed by the client in order the recovery operation to continue.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetRecoveryStepsUserPrompts</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>UserPromptDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryStepsUserPrompts -pairingId "MypairingId" -planId "MyplanId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryStepsUserPrompts with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecoveryStepsUserPrompts -pairingId "MypairingId" -planId "MyplanId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecoveryStepsUserPrompts with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetrecoverystepsuserprompts</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmMoveRecoveryPlanFolder</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmMoveRecoveryPlanFolder</command:noun>
      <maml:description>
        <maml:para>Move Site Recovery Manager recovery plan folder.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Move a specified folder into a destination folder. This operation is typically used by clients when implementing a drag-and-drop interface for moving folders.&lt;p&gt;The objects that can be moved into a folder depend on the parent folder&#39;s type. You can move only recovery plans and recovery plan folders into a folder constructed for recovery plans. You can move only protection groups and protection group folders into a folder constructed for protection groups.&lt;p&gt;This method requires &lt;code&gt;VcDr.RecoveryProfile.com.vmware.vcDr.Edit&lt;/code&gt; privilege on the moved folder and the source and destination parent folders.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmMoveRecoveryPlanFolder</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FolderId</maml:name>
          <maml:Description>
            <maml:para>ID of the recovery plan folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MoveObjectSpec</maml:name>
          <maml:Description>
            <maml:para>Spec describing the destination folder for the movement of the recovery plan folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">MoveObjectSpec</command:parameterValue>
          <dev:type>
            <maml:name>MoveObjectSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FolderId</maml:name>
        <maml:Description>
          <maml:para>ID of the recovery plan folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MoveObjectSpec</maml:name>
        <maml:Description>
          <maml:para>Spec describing the destination folder for the movement of the recovery plan folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">MoveObjectSpec</command:parameterValue>
        <dev:type>
          <maml:name>MoveObjectSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$MoveObjectSpec = Initialize-SrmMoveObjectSpec -DestinationParent "MyDestinationParent"
 
Invoke-SrmMoveRecoveryPlanFolder -pairingId "MypairingId" -folderId "MyfolderId" -moveObjectSpec $moveObjectSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmMoveRecoveryPlanFolder with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$MoveObjectSpec = Initialize-SrmMoveObjectSpec -DestinationParent "MyDestinationParent"
 
Invoke-SrmMoveRecoveryPlanFolder -pairingId "MypairingId" -folderId "MyfolderId" -moveObjectSpec $moveObjectSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmMoveRecoveryPlanFolder with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmmoverecoveryplanfolder</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmMoveObjectSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmPlanVirtualMachineCheckDependentVms</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmPlanVirtualMachineCheckDependentVms</command:noun>
      <maml:description>
        <maml:para>Checks if a given list of dependent VMs is valid against the current VM.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Checks if a given list of dependent VMs is valid against the current VM.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmPlanVirtualMachineCheckDependentVms</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmId</maml:name>
          <maml:Description>
            <maml:para>The ID of a virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DependentVmSpec</maml:name>
          <maml:Description>
            <maml:para>A spec describing the dependent VMs to be checked.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DependentVmSpec</command:parameterValue>
          <dev:type>
            <maml:name>DependentVmSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmId</maml:name>
        <maml:Description>
          <maml:para>The ID of a virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DependentVmSpec</maml:name>
        <maml:Description>
          <maml:para>A spec describing the dependent VMs to be checked.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DependentVmSpec</command:parameterValue>
        <dev:type>
          <maml:name>DependentVmSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>DependentVmsValidationResult</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DependentVmSpec = Initialize-SrmDependentVmSpec -DependentVms "MyDependentVms"
 
Invoke-SrmPlanVirtualMachineCheckDependentVms -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId" -dependentVmSpec $dependentVmSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmPlanVirtualMachineCheckDependentVms with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DependentVmSpec = Initialize-SrmDependentVmSpec
 
Invoke-SrmPlanVirtualMachineCheckDependentVms -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId" -dependentVmSpec $dependentVmSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmPlanVirtualMachineCheckDependentVms with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmplanvirtualmachinecheckdependentvms</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmDependentVmSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmReconfigureRecoveryPlan</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmReconfigureRecoveryPlan</command:noun>
      <maml:description>
        <maml:para>Reconfigure settings for a recovery in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Reconfigure settings for this recovery plan.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmReconfigureRecoveryPlan</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RecoveryPlanEditSpec</maml:name>
          <maml:Description>
            <maml:para>A spec describing the new recovery plan settings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">RecoveryPlanEditSpec</command:parameterValue>
          <dev:type>
            <maml:name>RecoveryPlanEditSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RecoveryPlanEditSpec</maml:name>
        <maml:Description>
          <maml:para>A spec describing the new recovery plan settings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">RecoveryPlanEditSpec</command:parameterValue>
        <dev:type>
          <maml:name>RecoveryPlanEditSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TestNetworkMappingsSpec = Initialize-SrmTestNetworkMappingsSpec -TargetNetwork "MyTargetNetwork" -TestNetwork "MyTestNetwork"
$RecoveryPlanEditSpec = Initialize-SrmRecoveryPlanEditSpec -Name "MyName" -Description "MyDescription" -ProtectedVcGuid "MyProtectedVcGuid" -ProtectionGroups "MyProtectionGroups" -TestNetworkMappings $TestNetworkMappingsSpec -VmsToSuspend "MyVmsToSuspend"
 
Invoke-SrmReconfigureRecoveryPlan -pairingId "MypairingId" -planId "MyplanId" -recoveryPlanEditSpec $recoveryPlanEditSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmReconfigureRecoveryPlan with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RecoveryPlanEditSpec = Initialize-SrmRecoveryPlanEditSpec
 
Invoke-SrmReconfigureRecoveryPlan -pairingId "MypairingId" -planId "MyplanId" -recoveryPlanEditSpec $recoveryPlanEditSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmReconfigureRecoveryPlan with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmreconfigurerecoveryplan</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmRecoveryPlanEditSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmRenameRecoveryPlanFolder</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmRenameRecoveryPlanFolder</command:noun>
      <maml:description>
        <maml:para>Rename Site Recovery Manager recovery plan folder.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Rename a folder with the specified name.&lt;p&gt;Any % (percent) character used in this name parameter must be escaped, unless it is used to start an escape sequence. Clients can also escape any other characters in this name parameter.&lt;p&gt;This method requires &lt;code&gt;VcDr.RecoveryProfile.com.vmware.vcDr.Create&lt;/code&gt; and&lt;code&gt;VcDr.RecoveryProfile.com.vmware.vcDr.Edit&lt;/code&gt; privilege on the containing folder.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmRenameRecoveryPlanFolder</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FolderId</maml:name>
          <maml:Description>
            <maml:para>ID of the recovery plan folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RenameObjectSpec</maml:name>
          <maml:Description>
            <maml:para>Spec describing the new name of the recovery plan folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">RenameObjectSpec</command:parameterValue>
          <dev:type>
            <maml:name>RenameObjectSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FolderId</maml:name>
        <maml:Description>
          <maml:para>ID of the recovery plan folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RenameObjectSpec</maml:name>
        <maml:Description>
          <maml:para>Spec describing the new name of the recovery plan folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">RenameObjectSpec</command:parameterValue>
        <dev:type>
          <maml:name>RenameObjectSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$RenameObjectSpec = Initialize-SrmRenameObjectSpec -Name "MyName"
 
Invoke-SrmRenameRecoveryPlanFolder -pairingId "MypairingId" -folderId "MyfolderId" -renameObjectSpec $renameObjectSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRenameRecoveryPlanFolder with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RenameObjectSpec = Initialize-SrmRenameObjectSpec -Name "MyName"
 
Invoke-SrmRenameRecoveryPlanFolder -pairingId "MypairingId" -folderId "MyfolderId" -renameObjectSpec $renameObjectSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRenameRecoveryPlanFolder with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmrenamerecoveryplanfolder</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmRenameObjectSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmRunCleanupTestRecovery</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmRunCleanupTestRecovery</command:noun>
      <maml:description>
        <maml:para>Run a cleanup after a test recovery for a recovery plan in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Run a cleanup test recovery for this recovery plan.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmRunCleanupTestRecovery</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CleanupTestPlanSpec</maml:name>
          <maml:Description>
            <maml:para>A spec describing the cleanup test recovery settings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">CleanupTestPlanSpec</command:parameterValue>
          <dev:type>
            <maml:name>CleanupTestPlanSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CleanupTestPlanSpec</maml:name>
        <maml:Description>
          <maml:para>A spec describing the cleanup test recovery settings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">CleanupTestPlanSpec</command:parameterValue>
        <dev:type>
          <maml:name>CleanupTestPlanSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CleanupTestPlanSpec = Initialize-SrmCleanupTestPlanSpec -Forced $false
 
Invoke-SrmRunCleanupTestRecovery -pairingId "MypairingId" -planId "MyplanId" -cleanupTestPlanSpec $cleanupTestPlanSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRunCleanupTestRecovery with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CleanupTestPlanSpec = Initialize-SrmCleanupTestPlanSpec
 
Invoke-SrmRunCleanupTestRecovery -pairingId "MypairingId" -planId "MyplanId" -cleanupTestPlanSpec $cleanupTestPlanSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRunCleanupTestRecovery with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmruncleanuptestrecovery</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmCleanupTestPlanSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmRunRecovery</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmRunRecovery</command:noun>
      <maml:description>
        <maml:para>Run the recovery for a recovery plan in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Run the recovery for this recovery plan.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmRunRecovery</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RecoverPlanSpec</maml:name>
          <maml:Description>
            <maml:para>A spec describing the planned recovery settings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">RecoverPlanSpec</command:parameterValue>
          <dev:type>
            <maml:name>RecoverPlanSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RecoverPlanSpec</maml:name>
        <maml:Description>
          <maml:para>A spec describing the planned recovery settings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">RecoverPlanSpec</command:parameterValue>
        <dev:type>
          <maml:name>RecoverPlanSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$RecoverPlanSpec = Initialize-SrmRecoverPlanSpec -SkipProtectionSiteOperations $false -MigrateEligibleVms $false -SyncData $false -PlannedFailover $false
 
Invoke-SrmRunRecovery -pairingId "MypairingId" -planId "MyplanId" -recoverPlanSpec $recoverPlanSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRunRecovery with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RecoverPlanSpec = Initialize-SrmRecoverPlanSpec
 
Invoke-SrmRunRecovery -pairingId "MypairingId" -planId "MyplanId" -recoverPlanSpec $recoverPlanSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRunRecovery with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmrunrecovery</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmRecoverPlanSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmRunReprotect</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmRunReprotect</command:noun>
      <maml:description>
        <maml:para>Run the reprotect operation after a successful recovery for a recovery plan in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Run reprotect for this recovery plan. Complete a recovery, and start protecting the groups so they can be recovered on the peer site. Reprotect involves unregistering the VMs on the peer site, configuring storage, and registering placeholders. The callers must ensure that they have all the required privileges for VM creation, deletion, and reconfiguration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmRunReprotect</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ReprotectPlanSpec</maml:name>
          <maml:Description>
            <maml:para>A spec describing the reprotect recovery settings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ReprotectPlanSpec</command:parameterValue>
          <dev:type>
            <maml:name>ReprotectPlanSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ReprotectPlanSpec</maml:name>
        <maml:Description>
          <maml:para>A spec describing the reprotect recovery settings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ReprotectPlanSpec</command:parameterValue>
        <dev:type>
          <maml:name>ReprotectPlanSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ReprotectPlanSpec = Initialize-SrmReprotectPlanSpec -Forced $false
 
Invoke-SrmRunReprotect -pairingId "MypairingId" -planId "MyplanId" -reprotectPlanSpec $reprotectPlanSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRunReprotect with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ReprotectPlanSpec = Initialize-SrmReprotectPlanSpec
 
Invoke-SrmRunReprotect -pairingId "MypairingId" -planId "MyplanId" -reprotectPlanSpec $reprotectPlanSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRunReprotect with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmrunreprotect</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmReprotectPlanSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmRunTestRecovery</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmRunTestRecovery</command:noun>
      <maml:description>
        <maml:para>Run a test recovery for a recovery plan in a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Run a test recovery for this recovery plan, leaving the primary site unaffected.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmRunTestRecovery</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TestPlanSpec</maml:name>
          <maml:Description>
            <maml:para>Spec describing test recovery settings</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">TestPlanSpec</command:parameterValue>
          <dev:type>
            <maml:name>TestPlanSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TestPlanSpec</maml:name>
        <maml:Description>
          <maml:para>Spec describing test recovery settings</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">TestPlanSpec</command:parameterValue>
        <dev:type>
          <maml:name>TestPlanSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TestPlanSpec = Initialize-SrmTestPlanSpec -SyncData $false
 
Invoke-SrmRunTestRecovery -pairingId "MypairingId" -planId "MyplanId" -testPlanSpec $testPlanSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRunTestRecovery with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TestPlanSpec = Initialize-SrmTestPlanSpec
 
Invoke-SrmRunTestRecovery -pairingId "MypairingId" -planId "MyplanId" -testPlanSpec $testPlanSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRunTestRecovery with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmruntestrecovery</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmTestPlanSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmUpdatePlanVirtualMachineDependentVms</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmUpdatePlanVirtualMachineDependentVms</command:noun>
      <maml:description>
        <maml:para>Update the dependent VMs of a protected virtual machine.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Update the dependent VMs of a protected virtual machine.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmUpdatePlanVirtualMachineDependentVms</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmId</maml:name>
          <maml:Description>
            <maml:para>The ID of a virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DependentVmSpec</maml:name>
          <maml:Description>
            <maml:para>Spec describing dependent VMs.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DependentVmSpec</command:parameterValue>
          <dev:type>
            <maml:name>DependentVmSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmId</maml:name>
        <maml:Description>
          <maml:para>The ID of a virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DependentVmSpec</maml:name>
        <maml:Description>
          <maml:para>Spec describing dependent VMs.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DependentVmSpec</command:parameterValue>
        <dev:type>
          <maml:name>DependentVmSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DependentVmSpec = Initialize-SrmDependentVmSpec -DependentVms "MyDependentVms"
 
Invoke-SrmUpdatePlanVirtualMachineDependentVms -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId" -dependentVmSpec $dependentVmSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmUpdatePlanVirtualMachineDependentVms with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DependentVmSpec = Initialize-SrmDependentVmSpec
 
Invoke-SrmUpdatePlanVirtualMachineDependentVms -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId" -dependentVmSpec $dependentVmSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmUpdatePlanVirtualMachineDependentVms with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmupdateplanvirtualmachinedependentvms</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmDependentVmSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmUpdatePlanVirtualMachineIpCustomization</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmUpdatePlanVirtualMachineIpCustomization</command:noun>
      <maml:description>
        <maml:para>Update the IP customization for a protected virtual machine.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Update the IP customization for a protected virtual machine.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmUpdatePlanVirtualMachineIpCustomization</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmId</maml:name>
          <maml:Description>
            <maml:para>The ID of a virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmRecoveryIpCustomizationSettingsSpec</maml:name>
          <maml:Description>
            <maml:para>A spec describing the VM IP customization settings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VmRecoveryIpCustomizationSettingsSpec</command:parameterValue>
          <dev:type>
            <maml:name>VmRecoveryIpCustomizationSettingsSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmId</maml:name>
        <maml:Description>
          <maml:para>The ID of a virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmRecoveryIpCustomizationSettingsSpec</maml:name>
        <maml:Description>
          <maml:para>A spec describing the VM IP customization settings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VmRecoveryIpCustomizationSettingsSpec</command:parameterValue>
        <dev:type>
          <maml:name>VmRecoveryIpCustomizationSettingsSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$GeneralIpV4Setting = Initialize-SrmGeneralIpV4Setting -IpAddress "MyIpAddress" -Type "DHCP" -DefaultGateway "MyDefaultGateway" -AlternateGateway "MyAlternateGateway" -SubnetMask "255.255.255.0"
$GeneralIpV6Setting = Initialize-SrmGeneralIpV6Setting -IpAddress "fdda:5cc1:23:4::1f" -Type "DHCP" -DefaultGateway "MyDefaultGateway" -AlternateGateway "MyAlternateGateway" -SubnetPrefixLength 0
$DnsSetting = Initialize-SrmDnsSetting -Type "DHCP" -PreferredServer "MyPreferredServer" -AlternateServer "MyAlternateServer" -Suffixes "MySuffixes"
$WinsSetting = Initialize-SrmWinsSetting -PrimaryServer "MyPrimaryServer" -AlternateServer "MyAlternateServer"
$IpSettings = Initialize-SrmIpSettings -IpV4 $GeneralIpV4Setting -IpV6 $GeneralIpV6Setting -Dns $DnsSetting -Wins $WinsSetting

$NicSettings = Initialize-SrmNicSettings -DeviceId 0 -PrimaryIpSettings $IpSettings -SecondaryIpSettings $IpSettings

$VmRecoveryIpCustomizationSettingsSpec = Initialize-SrmVmRecoveryIpCustomizationSettingsSpec -IpCustomizationType "AUTO" -NicSettings $NicSettings
 
Invoke-SrmUpdatePlanVirtualMachineIpCustomization -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId" -vmRecoveryIpCustomizationSettingsSpec $vmRecoveryIpCustomizationSettingsSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmUpdatePlanVirtualMachineIpCustomization with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VmRecoveryIpCustomizationSettingsSpec = Initialize-SrmVmRecoveryIpCustomizationSettingsSpec -IpCustomizationType "AUTO"
 
Invoke-SrmUpdatePlanVirtualMachineIpCustomization -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId" -vmRecoveryIpCustomizationSettingsSpec $vmRecoveryIpCustomizationSettingsSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmUpdatePlanVirtualMachineIpCustomization with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmupdateplanvirtualmachineipcustomization</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmVmRecoveryIpCustomizationSettingsSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmUpdatePlanVirtualMachineRecoveryPriority</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmUpdatePlanVirtualMachineRecoveryPriority</command:noun>
      <maml:description>
        <maml:para>Update the recovery priority of a protected virtual machine.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Update the recovery priority of a protected virtual machine.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmUpdatePlanVirtualMachineRecoveryPriority</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmId</maml:name>
          <maml:Description>
            <maml:para>The ID of a virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PriorityGroupData</maml:name>
          <maml:Description>
            <maml:para>Priority group for the protected virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">PriorityGroupData</command:parameterValue>
          <dev:type>
            <maml:name>PriorityGroupData</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmId</maml:name>
        <maml:Description>
          <maml:para>The ID of a virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PriorityGroupData</maml:name>
        <maml:Description>
          <maml:para>Priority group for the protected virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">PriorityGroupData</command:parameterValue>
        <dev:type>
          <maml:name>PriorityGroupData</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PriorityGroupData = Initialize-SrmPriorityGroupData -Priority "P1"
 
Invoke-SrmUpdatePlanVirtualMachineRecoveryPriority -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId" -priorityGroupData $priorityGroupData
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmUpdatePlanVirtualMachineRecoveryPriority with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PriorityGroupData = Initialize-SrmPriorityGroupData -Priority "P1"
 
Invoke-SrmUpdatePlanVirtualMachineRecoveryPriority -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId" -priorityGroupData $priorityGroupData
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmUpdatePlanVirtualMachineRecoveryPriority with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmupdateplanvirtualmachinerecoverypriority</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmPriorityGroupData</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmUpdatePlanVirtualMachineRecoverySettings</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmUpdatePlanVirtualMachineRecoverySettings</command:noun>
      <maml:description>
        <maml:para>Update recovery settings for a protected virtual machine.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Update recovery settings for a protected virtual machine.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmUpdatePlanVirtualMachineRecoverySettings</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlanId</maml:name>
          <maml:Description>
            <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmId</maml:name>
          <maml:Description>
            <maml:para>The ID of a virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmRecoverySettingsSpec</maml:name>
          <maml:Description>
            <maml:para>Spec describing VM recovery settings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VmRecoverySettingsSpec</command:parameterValue>
          <dev:type>
            <maml:name>VmRecoverySettingsSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlanId</maml:name>
        <maml:Description>
          <maml:para>The ID of a recovery plan defined within current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmId</maml:name>
        <maml:Description>
          <maml:para>The ID of a virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmRecoverySettingsSpec</maml:name>
        <maml:Description>
          <maml:para>Spec describing VM recovery settings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VmRecoverySettingsSpec</command:parameterValue>
        <dev:type>
          <maml:name>VmRecoverySettingsSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$GeneralIpV4Setting = Initialize-SrmGeneralIpV4Setting -IpAddress "MyIpAddress" -Type "DHCP" -DefaultGateway "MyDefaultGateway" -AlternateGateway "MyAlternateGateway" -SubnetMask "255.255.255.0"
$GeneralIpV6Setting = Initialize-SrmGeneralIpV6Setting -IpAddress "fdda:5cc1:23:4::1f" -Type "DHCP" -DefaultGateway "MyDefaultGateway" -AlternateGateway "MyAlternateGateway" -SubnetPrefixLength 0
$DnsSetting = Initialize-SrmDnsSetting -Type "DHCP" -PreferredServer "MyPreferredServer" -AlternateServer "MyAlternateServer" -Suffixes "MySuffixes"
$WinsSetting = Initialize-SrmWinsSetting -PrimaryServer "MyPrimaryServer" -AlternateServer "MyAlternateServer"
$IpSettings = Initialize-SrmIpSettings -IpV4 $GeneralIpV4Setting -IpV6 $GeneralIpV6Setting -Dns $DnsSetting -Wins $WinsSetting

$NicSettings = Initialize-SrmNicSettings -DeviceId 0 -PrimaryIpSettings $IpSettings -SecondaryIpSettings $IpSettings

$ShutdownActionSettings = Initialize-SrmShutdownActionSettings -SkipShutdownGuest $false -TimeoutSeconds 0
$Callout = Initialize-SrmCallout -Name "MyName" -Content "MyContent" -CalloutType "PROMPT" -TimeoutSeconds 0 -StepType "PRE_POWER_ON" -Id "MyId"
$StartupActionSettings = Initialize-SrmStartupActionSettings -PowerOnVmtoolsTimeoutSeconds 0 -DelayBeforePowerOnStepsAndDependentVmsSeconds 0
$DependentVm = Initialize-SrmDependentVm -Id "MyId" -Name "MyName" -Template $false -InsideVapp $false -Status "OK" -PriorityGroup "P1" -ProtectionGroupName "MyProtectionGroupName"
$VmRecoverySettingsSpec = Initialize-SrmVmRecoverySettingsSpec -IpCustomizationType "AUTO" -NicSettings $NicSettings -Priority "P1" -StartupAction "POWER_ON" -ShutdownActionSettings $ShutdownActionSettings -PrePowerOnSteps $Callout -PostPowerOnSteps $Callout -StartupActionSettings $StartupActionSettings -DependentVms $DependentVm
 
Invoke-SrmUpdatePlanVirtualMachineRecoverySettings -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId" -vmRecoverySettingsSpec $vmRecoverySettingsSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmUpdatePlanVirtualMachineRecoverySettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShutdownActionSettings = Initialize-SrmShutdownActionSettings -TimeoutSeconds 0
$VmRecoverySettingsSpec = Initialize-SrmVmRecoverySettingsSpec -IpCustomizationType "AUTO" -Priority "P1" -StartupAction "POWER_ON" -ShutdownActionSettings $ShutdownActionSettings
 
Invoke-SrmUpdatePlanVirtualMachineRecoverySettings -pairingId "MypairingId" -planId "MyplanId" -vmId "MyvmId" -vmRecoverySettingsSpec $vmRecoverySettingsSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmUpdatePlanVirtualMachineRecoverySettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmupdateplanvirtualmachinerecoverysettings</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmVmRecoverySettingsSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmRecoveryPlanCreateSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RecoveryPlanCreateSpec</command:noun>
      <maml:description>
        <maml:para>A spec to create recovery plan under a given folder &lt;code&gt;location&lt;/code&gt;.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A spec to create recovery plan under a given folder &lt;code&gt;location&lt;/code&gt;.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmRecoveryPlanCreateSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Location</maml:name>
          <maml:Description>
            <maml:para>Target location where the recovery plan will be placed. If not specified - the root folder will be used.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the recovery plan</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Description</maml:name>
          <maml:Description>
            <maml:para>Description of the recovery plan.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProtectedVcGuid</maml:name>
          <maml:Description>
            <maml:para>GUID of the protected site VC.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProtectionGroups</maml:name>
          <maml:Description>
            <maml:para>A list of protection groups to be added to the recovery plan.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TestNetworkMappings</maml:name>
          <maml:Description>
            <maml:para>A list of test network mappings to be added to the recovery plan.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;TestNetworkMappingsSpec&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;TestNetworkMappingsSpec&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Location</maml:name>
        <maml:Description>
          <maml:para>Target location where the recovery plan will be placed. If not specified - the root folder will be used.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Name of the recovery plan</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Description</maml:name>
        <maml:Description>
          <maml:para>Description of the recovery plan.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProtectedVcGuid</maml:name>
        <maml:Description>
          <maml:para>GUID of the protected site VC.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProtectionGroups</maml:name>
        <maml:Description>
          <maml:para>A list of protection groups to be added to the recovery plan.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TestNetworkMappings</maml:name>
        <maml:Description>
          <maml:para>A list of test network mappings to be added to the recovery plan.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;TestNetworkMappingsSpec&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;TestNetworkMappingsSpec&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$TestNetworkMappingsSpec &#x3D; Initialize-SrmTestNetworkMappingsSpec -TargetNetwork &quot;MyTargetNetwork&quot; -TestNetwork &quot;MyTestNetwork&quot;
$RecoveryPlanCreateSpec &#x3D; Initialize-SrmRecoveryPlanCreateSpec -Location &quot;MyLocation&quot; -Name &quot;MyName&quot; -Description &quot;MyDescription&quot; -ProtectedVcGuid &quot;MyProtectedVcGuid&quot; -ProtectionGroups &quot;MyProtectionGroups&quot; -TestNetworkMappings $TestNetworkMappingsSpec
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmRecoveryPlanCreateSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$RecoveryPlanCreateSpec &#x3D; Initialize-SrmRecoveryPlanCreateSpec -Name &quot;MyName&quot; -ProtectedVcGuid &quot;MyProtectedVcGuid&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmRecoveryPlanCreateSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmrecoveryplancreatespec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmRecoveryPlanEditSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RecoveryPlanEditSpec</command:noun>
      <maml:description>
        <maml:para>A spec to edit the recovery plan.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A spec to edit the recovery plan.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmRecoveryPlanEditSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the recovery plan. If null - the name will not be changed.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Description</maml:name>
          <maml:Description>
            <maml:para>Description of the recovery plan. If null - the description will not be updated.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProtectedVcGuid</maml:name>
          <maml:Description>
            <maml:para>GUID of the protected site vCenter Server. Use in order to change recovery plan direction. Plan direction change is possible when there are no protection groups in the plan. If null - will not try to change the direction of the recovery plan.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProtectionGroups</maml:name>
          <maml:Description>
            <maml:para>A list of protection groups to be added to the recovery plan.Protection groups currently in the recovery plan and not in this list will be removed from the recovery plan.If null - no change in the protection groups will be done.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TestNetworkMappings</maml:name>
          <maml:Description>
            <maml:para>A list of test network mappings to be used for the recovery plan.If existing test network mapping is not part of the list - it will be removed from the recovery plan and site-level mapping will be used.If at site level there is no test network mapping defined, an isolated test network will be created during test operation.If null - no changes in the test network mappings will be done.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;TestNetworkMappingsSpec&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;TestNetworkMappingsSpec&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmsToSuspend</maml:name>
          <maml:Description>
            <maml:para> A list of VMs to be suspended during recovery. Must contain references for VMs from the recovery site.If a currently suspended VM is not part of this spec when modifying the recovery plan, it will not be suspended anymore.If null - VMs to be suspended will not be changed.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Name of the recovery plan. If null - the name will not be changed.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Description</maml:name>
        <maml:Description>
          <maml:para>Description of the recovery plan. If null - the description will not be updated.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProtectedVcGuid</maml:name>
        <maml:Description>
          <maml:para>GUID of the protected site vCenter Server. Use in order to change recovery plan direction. Plan direction change is possible when there are no protection groups in the plan. If null - will not try to change the direction of the recovery plan.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProtectionGroups</maml:name>
        <maml:Description>
          <maml:para>A list of protection groups to be added to the recovery plan.Protection groups currently in the recovery plan and not in this list will be removed from the recovery plan.If null - no change in the protection groups will be done.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TestNetworkMappings</maml:name>
        <maml:Description>
          <maml:para>A list of test network mappings to be used for the recovery plan.If existing test network mapping is not part of the list - it will be removed from the recovery plan and site-level mapping will be used.If at site level there is no test network mapping defined, an isolated test network will be created during test operation.If null - no changes in the test network mappings will be done.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;TestNetworkMappingsSpec&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;TestNetworkMappingsSpec&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmsToSuspend</maml:name>
        <maml:Description>
          <maml:para> A list of VMs to be suspended during recovery. Must contain references for VMs from the recovery site.If a currently suspended VM is not part of this spec when modifying the recovery plan, it will not be suspended anymore.If null - VMs to be suspended will not be changed.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$TestNetworkMappingsSpec &#x3D; Initialize-SrmTestNetworkMappingsSpec -TargetNetwork &quot;MyTargetNetwork&quot; -TestNetwork &quot;MyTestNetwork&quot;
$RecoveryPlanEditSpec &#x3D; Initialize-SrmRecoveryPlanEditSpec -Name &quot;MyName&quot; -Description &quot;MyDescription&quot; -ProtectedVcGuid &quot;MyProtectedVcGuid&quot; -ProtectionGroups &quot;MyProtectionGroups&quot; -TestNetworkMappings $TestNetworkMappingsSpec -VmsToSuspend &quot;MyVmsToSuspend&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmRecoveryPlanEditSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$RecoveryPlanEditSpec &#x3D; Initialize-SrmRecoveryPlanEditSpec
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmRecoveryPlanEditSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmrecoveryplaneditspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmRemoteIpSetting</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RemoteIpSetting</command:noun>
      <maml:description>
        <maml:para>Remote IP settings for a subnet rule.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Remote IP settings for a subnet rule.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmRemoteIpSetting</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpV4</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">SubnetRuleIpV4Setting</command:parameterValue>
          <dev:type>
            <maml:name>SubnetRuleIpV4Setting</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Dns</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DnsSetting</command:parameterValue>
          <dev:type>
            <maml:name>DnsSetting</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Wins</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">WinsSetting</command:parameterValue>
          <dev:type>
            <maml:name>WinsSetting</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpV4</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">SubnetRuleIpV4Setting</command:parameterValue>
        <dev:type>
          <maml:name>SubnetRuleIpV4Setting</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Dns</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DnsSetting</command:parameterValue>
        <dev:type>
          <maml:name>DnsSetting</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Wins</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">WinsSetting</command:parameterValue>
        <dev:type>
          <maml:name>WinsSetting</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$SubnetRuleIpV4Setting &#x3D; Initialize-SrmSubnetRuleIpV4Setting -DefaultGateway &quot;MyDefaultGateway&quot; -AlternateGateway &quot;MyAlternateGateway&quot;
$DnsSetting &#x3D; Initialize-SrmDnsSetting -Type &quot;DHCP&quot; -PreferredServer &quot;MyPreferredServer&quot; -AlternateServer &quot;MyAlternateServer&quot; -Suffixes &quot;MySuffixes&quot;
$WinsSetting &#x3D; Initialize-SrmWinsSetting -PrimaryServer &quot;MyPrimaryServer&quot; -AlternateServer &quot;MyAlternateServer&quot;
$RemoteIpSetting &#x3D; Initialize-SrmRemoteIpSetting -IpV4 $SubnetRuleIpV4Setting -Dns $DnsSetting -Wins $WinsSetting
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmRemoteIpSetting with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$RemoteIpSetting &#x3D; Initialize-SrmRemoteIpSetting
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmRemoteIpSetting with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmremoteipsetting</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmSubnetRuleIpV4Setting</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmDnsSetting</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmWinsSetting</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmRemoveDatastoreResult</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RemoveDatastoreResult</command:noun>
      <maml:description>
        <maml:para>Details about the datastores which are not configured as placeholder datastores.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Details about the datastores which are not configured as placeholder datastores.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmRemoveDatastoreResult</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NotConfiguredDatastores</maml:name>
          <maml:Description>
            <maml:para>The list of datastores that are not configured as placeholder datastores.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NotConfiguredDatastores</maml:name>
        <maml:Description>
          <maml:para>The list of datastores that are not configured as placeholder datastores.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$RemoveDatastoreResult &#x3D; Initialize-SrmRemoveDatastoreResult -NotConfiguredDatastores &quot;MyNotConfiguredDatastores&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmRemoveDatastoreResult with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RemoveDatastoreResult &#x3D; Initialize-SrmRemoveDatastoreResult -NotConfiguredDatastores &quot;MyNotConfiguredDatastores&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmRemoveDatastoreResult with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmremovedatastoreresult</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmRenameObjectSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RenameObjectSpec</command:noun>
      <maml:description>
        <maml:para>Spec to rename a Site Recovery Manager object.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Spec to rename a Site Recovery Manager object.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmRenameObjectSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The new name of the object. The name must be unique amongst peer children nodes.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The new name of the object. The name must be unique amongst peer children nodes.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$RenameObjectSpec &#x3D; Initialize-SrmRenameObjectSpec -Name &quot;MyName&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmRenameObjectSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RenameObjectSpec &#x3D; Initialize-SrmRenameObjectSpec -Name &quot;MyName&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmRenameObjectSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmrenameobjectspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmReplicatedArrayPairSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ReplicatedArrayPairSpec</command:noun>
      <maml:description>
        <maml:para>Spec to create a replicated array pair.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Spec to create a replicated array pair.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmReplicatedArrayPairSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ArrayManagerId</maml:name>
          <maml:Description>
            <maml:para>ID of the array manager.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StorageArrayKey</maml:name>
          <maml:Description>
            <maml:para>Unique key of the storage array which is local to the array manager.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PeerStorageArrayKey</maml:name>
          <maml:Description>
            <maml:para>Unique key of the storage array which is on the peer site of the array manager.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ArrayManagerId</maml:name>
        <maml:Description>
          <maml:para>ID of the array manager.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StorageArrayKey</maml:name>
        <maml:Description>
          <maml:para>Unique key of the storage array which is local to the array manager.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PeerStorageArrayKey</maml:name>
        <maml:Description>
          <maml:para>Unique key of the storage array which is on the peer site of the array manager.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ReplicatedArrayPairSpec &#x3D; Initialize-SrmReplicatedArrayPairSpec -ArrayManagerId &quot;MyArrayManagerId&quot; -StorageArrayKey &quot;sof-srm-2554-1:san_qe_1&quot; -PeerStorageArrayKey &quot;sof-srm-2554-2:san_qe_2&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmReplicatedArrayPairSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ReplicatedArrayPairSpec &#x3D; Initialize-SrmReplicatedArrayPairSpec -ArrayManagerId &quot;MyArrayManagerId&quot; -StorageArrayKey &quot;sof-srm-2554-1:san_qe_1&quot; -PeerStorageArrayKey &quot;sof-srm-2554-2:san_qe_2&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmReplicatedArrayPairSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmreplicatedarraypairspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmCreateArrayManager</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmCreateArrayManager</command:noun>
      <maml:description>
        <maml:para>Create a Site Recovery Manager array manager.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Create a Site Recovery Manager array manager that is part of a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmCreateArrayManager</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ArrayManagerSpec</maml:name>
          <maml:Description>
            <maml:para>Spec describing the new array manager.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ArrayManagerSpec</command:parameterValue>
          <dev:type>
            <maml:name>ArrayManagerSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ArrayManagerSpec</maml:name>
        <maml:Description>
          <maml:para>Spec describing the new array manager.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ArrayManagerSpec</command:parameterValue>
        <dev:type>
          <maml:name>ArrayManagerSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ConnectionParam = Initialize-SrmConnectionParam -Key "MyKey" -Name "MyName" -Hint "MyHint" -Value "MyValue" -Optional $false -PasswordParam $false -Type "USER_NAME"
$ConnectionParamGroup = Initialize-SrmConnectionParamGroup -Name "MyName" -Hint "MyHint" -Key "MyKey" -ConnectionParams $ConnectionParam

$ArrayManagerSpec = Initialize-SrmArrayManagerSpec -Name "MyName" -StorageAdapter "MyStorageAdapter" -ConnectionParams $ConnectionParamGroup
 
Invoke-SrmCreateArrayManager -pairingId "MypairingId" -srmId "MysrmId" -arrayManagerSpec $arrayManagerSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateArrayManager with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ArrayManagerSpec = Initialize-SrmArrayManagerSpec -Name "MyName" -StorageAdapter "MyStorageAdapter"
 
Invoke-SrmCreateArrayManager -pairingId "MypairingId" -srmId "MysrmId" -arrayManagerSpec $arrayManagerSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateArrayManager with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmcreatearraymanager</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmArrayManagerSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmCreateReplicatedArrayPair</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmCreateReplicatedArrayPair</command:noun>
      <maml:description>
        <maml:para>Create a Site Recovery Manager replicated array pair.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Create a Site Recovery Manager replicated array pair that is part of a given pairing.&lt;p&gt; After the creation of replicated array pair perform discover replicated array pair devices operation.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmCreateReplicatedArrayPair</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ReplicatedArrayPairSpec</maml:name>
          <maml:Description>
            <maml:para>Spec describing the new replicated array pair.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ReplicatedArrayPairSpec</command:parameterValue>
          <dev:type>
            <maml:name>ReplicatedArrayPairSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ReplicatedArrayPairSpec</maml:name>
        <maml:Description>
          <maml:para>Spec describing the new replicated array pair.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ReplicatedArrayPairSpec</command:parameterValue>
        <dev:type>
          <maml:name>ReplicatedArrayPairSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ReplicatedArrayPairSpec = Initialize-SrmReplicatedArrayPairSpec -ArrayManagerId "MyArrayManagerId" -StorageArrayKey "sof-srm-2554-1:san_qe_1" -PeerStorageArrayKey "sof-srm-2554-2:san_qe_2"
 
Invoke-SrmCreateReplicatedArrayPair -pairingId "MypairingId" -srmId "MysrmId" -replicatedArrayPairSpec $replicatedArrayPairSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateReplicatedArrayPair with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ReplicatedArrayPairSpec = Initialize-SrmReplicatedArrayPairSpec -ArrayManagerId "MyArrayManagerId" -StorageArrayKey "sof-srm-2554-1:san_qe_1" -PeerStorageArrayKey "sof-srm-2554-2:san_qe_2"
 
Invoke-SrmCreateReplicatedArrayPair -pairingId "MypairingId" -srmId "MysrmId" -replicatedArrayPairSpec $replicatedArrayPairSpec
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmCreateReplicatedArrayPair with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmcreatereplicatedarraypair</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmReplicatedArrayPairSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmDeleteArrayManager</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmDeleteArrayManager</command:noun>
      <maml:description>
        <maml:para>Delete a Site Recovery Manager array manager.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Delete a Site Recovery Manager array manager that is part of a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmDeleteArrayManager</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ArrayManagerId</maml:name>
          <maml:Description>
            <maml:para>ID of an array manager.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ArrayManagerId</maml:name>
        <maml:Description>
          <maml:para>ID of an array manager.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteArrayManager -pairingId "MypairingId" -srmId "MysrmId" -arrayManagerId "MyarrayManagerId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteArrayManager with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteArrayManager -pairingId "MypairingId" -srmId "MysrmId" -arrayManagerId "MyarrayManagerId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteArrayManager with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmdeletearraymanager</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmDeleteReplicatedArrayPair</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmDeleteReplicatedArrayPair</command:noun>
      <maml:description>
        <maml:para>Delete a Site Recovery Manager replicated array pair.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Delete a Site Recovery Manager replicated array pair that is part of a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmDeleteReplicatedArrayPair</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ArrayPairId</maml:name>
          <maml:Description>
            <maml:para>ID of a replicated array pair.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ArrayPairId</maml:name>
        <maml:Description>
          <maml:para>ID of a replicated array pair.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteReplicatedArrayPair -pairingId "MypairingId" -srmId "MysrmId" -arrayPairId "MyarrayPairId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteReplicatedArrayPair with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmDeleteReplicatedArrayPair -pairingId "MypairingId" -srmId "MysrmId" -arrayPairId "MyarrayPairId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDeleteReplicatedArrayPair with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmdeletereplicatedarraypair</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmDiscoverReplicatedArrayPairs</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmDiscoverReplicatedArrayPairs</command:noun>
      <maml:description>
        <maml:para>Discovers storage arrays configured for replication by executing SRA command discoverArrays.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Discovers storage arrays configured for replication by executing SRA command discoverArrays. IDs of discovered array must be unique across all array managers that use the same SRA.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmDiscoverReplicatedArrayPairs</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ArrayManagerId</maml:name>
          <maml:Description>
            <maml:para>ID of an array manager.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ArrayManagerId</maml:name>
        <maml:Description>
          <maml:para>ID of an array manager.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmDiscoverReplicatedArrayPairs -pairingId "MypairingId" -srmId "MysrmId" -arrayManagerId "MyarrayManagerId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDiscoverReplicatedArrayPairs with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmDiscoverReplicatedArrayPairs -pairingId "MypairingId" -srmId "MysrmId" -arrayManagerId "MyarrayManagerId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDiscoverReplicatedArrayPairs with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmdiscoverreplicatedarraypairs</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmDiscoverStorageDevices</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmDiscoverStorageDevices</command:noun>
      <maml:description>
        <maml:para>Discover storage devices and consistency groups of a Site Recovery Manager replicated array pair.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Discover storage devices and consistency groups of a Site Recovery Manager replicated array pair by calling command on a storage replication adapter. Perform discoveries and match source and target devices on both sites.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmDiscoverStorageDevices</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ArrayPairId</maml:name>
          <maml:Description>
            <maml:para>ID of a replicated array pair.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ArrayPairId</maml:name>
        <maml:Description>
          <maml:para>ID of a replicated array pair.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmDiscoverStorageDevices -pairingId "MypairingId" -srmId "MysrmId" -arrayPairId "MyarrayPairId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDiscoverStorageDevices with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmDiscoverStorageDevices -pairingId "MypairingId" -srmId "MysrmId" -arrayPairId "MyarrayPairId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmDiscoverStorageDevices with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmdiscoverstoragedevices</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetAllVvolFaultDomainReplicationGroups</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetAllVvolFaultDomainReplicationGroups</command:noun>
      <maml:description>
        <maml:para>Get information about all replication groups that are part of a VMware vSphere Virtual Volumes fault domain.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about all replication groups that are part of a VMware vSphere Virtual Volumes fault domain.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetAllVvolFaultDomainReplicationGroups</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DomainId</maml:name>
          <maml:Description>
            <maml:para>The ID of the vSphere Virtual Volumes (vVols) fault domain that is part of the current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DomainId</maml:name>
        <maml:Description>
          <maml:para>The ID of the vSphere Virtual Volumes (vVols) fault domain that is part of the current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VvolReplicationGroupInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetAllVvolFaultDomainReplicationGroups -pairingId "MypairingId" -srmId "MysrmId" -domainId "MydomainId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetAllVvolFaultDomainReplicationGroups with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetAllVvolFaultDomainReplicationGroups -pairingId "MypairingId" -srmId "MysrmId" -domainId "MydomainId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetAllVvolFaultDomainReplicationGroups with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetallvvolfaultdomainreplicationgroups</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetAllVvolFaultDomains</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetAllVvolFaultDomains</command:noun>
      <maml:description>
        <maml:para>Get information about all VMware vSphere Virtual Volumes (vVols) fault domains that are part of a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about all VMware vSphere Virtual Volumes (vVols) fault domains that are part of a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetAllVvolFaultDomains</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VvolFaultDomainInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetAllVvolFaultDomains -pairingId "MypairingId" -srmId "MysrmId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetAllVvolFaultDomains with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetAllVvolFaultDomains -pairingId "MypairingId" -srmId "MysrmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetAllVvolFaultDomains with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetallvvolfaultdomains</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetArrayManager</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetArrayManager</command:noun>
      <maml:description>
        <maml:para>Get information about a Site Recovery Manager array manager.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about a Site Recovery Manager array manager that is part of a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetArrayManager</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ArrayManagerId</maml:name>
          <maml:Description>
            <maml:para>ID of an array manager.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ArrayManagerId</maml:name>
        <maml:Description>
          <maml:para>ID of an array manager.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>ArrayManagerDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetArrayManager -pairingId "MypairingId" -srmId "MysrmId" -arrayManagerId "MyarrayManagerId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetArrayManager with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetArrayManager -pairingId "MypairingId" -srmId "MysrmId" -arrayManagerId "MyarrayManagerId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetArrayManager with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetarraymanager</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetArrayManagers</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetArrayManagers</command:noun>
      <maml:description>
        <maml:para>Get information about all Site Recovery Manager array managers.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about all Site Recovery Manager array managers that are part of a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetArrayManagers</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>ArrayManagerDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetArrayManagers -pairingId "MypairingId" -srmId "MysrmId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetArrayManagers with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetArrayManagers -pairingId "MypairingId" -srmId "MysrmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetArrayManagers with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetarraymanagers</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetReplicatedArrayPair</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetReplicatedArrayPair</command:noun>
      <maml:description>
        <maml:para>Get information about a Site Recovery Manager replicated array pair.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about a Site Recovery Manager replicated array pair that is part of a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetReplicatedArrayPair</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ArrayPairId</maml:name>
          <maml:Description>
            <maml:para>ID of a replicated array pair.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ArrayPairId</maml:name>
        <maml:Description>
          <maml:para>ID of a replicated array pair.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>ReplicatedArrayPairDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetReplicatedArrayPair -pairingId "MypairingId" -srmId "MysrmId" -arrayPairId "MyarrayPairId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetReplicatedArrayPair with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetReplicatedArrayPair -pairingId "MypairingId" -srmId "MysrmId" -arrayPairId "MyarrayPairId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetReplicatedArrayPair with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetreplicatedarraypair</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetReplicatedArrayPairs</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetReplicatedArrayPairs</command:noun>
      <maml:description>
        <maml:para>Get information about all Site Recovery Manager replicated array pairs.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about all Site Recovery Manager replicated array pairs that are part of a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetReplicatedArrayPairs</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>ReplicatedArrayPairDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetReplicatedArrayPairs -pairingId "MypairingId" -srmId "MysrmId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetReplicatedArrayPairs with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetReplicatedArrayPairs -pairingId "MypairingId" -srmId "MysrmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetReplicatedArrayPairs with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetreplicatedarraypairs</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetStorageAdapter</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetStorageAdapter</command:noun>
      <maml:description>
        <maml:para>Get information about a storage replication adapter of a Site Recovery Manager.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about a storage replication adapter of a Site Recovery Manager that is part of a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetStorageAdapter</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StorageAdapterId</maml:name>
          <maml:Description>
            <maml:para>The ID of the storage replication adapter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StorageAdapterId</maml:name>
        <maml:Description>
          <maml:para>The ID of the storage replication adapter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>StorageAdapterDetailsDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetStorageAdapter -pairingId "MypairingId" -srmId "MysrmId" -storageAdapterId "MystorageAdapterId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetStorageAdapter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetStorageAdapter -pairingId "MypairingId" -srmId "MysrmId" -storageAdapterId "MystorageAdapterId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetStorageAdapter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetstorageadapter</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetStorageAdapterConnectionParams</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetStorageAdapterConnectionParams</command:noun>
      <maml:description>
        <maml:para>Get connection parameters for a storage replication adapter of a Site Recovery Manager.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get connection parameters for a storage replication adapter of a Site Recovery Manager that is part of a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetStorageAdapterConnectionParams</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StorageAdapterId</maml:name>
          <maml:Description>
            <maml:para>The ID of the storage replication adapter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StorageAdapterId</maml:name>
        <maml:Description>
          <maml:para>The ID of the storage replication adapter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>ConnectionParamGroupDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetStorageAdapterConnectionParams -pairingId "MypairingId" -srmId "MysrmId" -storageAdapterId "MystorageAdapterId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetStorageAdapterConnectionParams with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetStorageAdapterConnectionParams -pairingId "MypairingId" -srmId "MysrmId" -storageAdapterId "MystorageAdapterId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetStorageAdapterConnectionParams with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetstorageadapterconnectionparams</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetStorageAdapters</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetStorageAdapters</command:noun>
      <maml:description>
        <maml:para>Get information about all storage replication adapters of a Site Recovery Manager.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about all storage replication adapters of a Site Recovery Manager that is part of a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetStorageAdapters</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>StorageAdapterDetailsDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetStorageAdapters -pairingId "MypairingId" -srmId "MysrmId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetStorageAdapters with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetStorageAdapters -pairingId "MypairingId" -srmId "MysrmId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetStorageAdapters with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetstorageadapters</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetStorageDevices</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetStorageDevices</command:noun>
      <maml:description>
        <maml:para>Get information about all storage devices of a Site Recovery Manager replicated array pair.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about all storage devices of a Site Recovery Manager replicated array pair that is part of a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetStorageDevices</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ArrayPairId</maml:name>
          <maml:Description>
            <maml:para>ID of a replicated array pair.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ArrayPairId</maml:name>
        <maml:Description>
          <maml:para>ID of a replicated array pair.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>StorageDevicesResponseDataDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetStorageDevices -pairingId "MypairingId" -srmId "MysrmId" -arrayPairId "MyarrayPairId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetStorageDevices with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetStorageDevices -pairingId "MypairingId" -srmId "MysrmId" -arrayPairId "MyarrayPairId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetStorageDevices with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetstoragedevices</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetVvolFaultDomain</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetVvolFaultDomain</command:noun>
      <maml:description>
        <maml:para>Get details about a VMware vSphere Virtual Volumes (vVols) fault domain that is part of a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get details about a VMware vSphere Virtual Volumes (vVols) fault domain that is part of a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetVvolFaultDomain</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DomainId</maml:name>
          <maml:Description>
            <maml:para>The ID of the vSphere Virtual Volumes (vVols) fault domain that is part of the current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DomainId</maml:name>
        <maml:Description>
          <maml:para>The ID of the vSphere Virtual Volumes (vVols) fault domain that is part of the current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VvolFaultDomainInfoDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVvolFaultDomain -pairingId "MypairingId" -srmId "MysrmId" -domainId "MydomainId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVvolFaultDomain with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVvolFaultDomain -pairingId "MypairingId" -srmId "MysrmId" -domainId "MydomainId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVvolFaultDomain with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetvvolfaultdomain</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetVvolFaultDomainReplicationGroup</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetVvolFaultDomainReplicationGroup</command:noun>
      <maml:description>
        <maml:para>Get information about a replication group that is part of a VMware Virtual Volumes fault domain.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about a replication group that is part of a VMware Virtual Volumes fault domain.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetVvolFaultDomainReplicationGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DomainId</maml:name>
          <maml:Description>
            <maml:para>The ID of the vSphere Virtual Volumes (vVols) fault domain that is part of the current pairing.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ReplicationGroupId</maml:name>
          <maml:Description>
            <maml:para>The ID of a VMware Virtual Volumes replication group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DomainId</maml:name>
        <maml:Description>
          <maml:para>The ID of the vSphere Virtual Volumes (vVols) fault domain that is part of the current pairing.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ReplicationGroupId</maml:name>
        <maml:Description>
          <maml:para>The ID of a VMware Virtual Volumes replication group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VvolReplicationGroupInfoDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVvolFaultDomainReplicationGroup -pairingId "MypairingId" -srmId "MysrmId" -domainId "MydomainId" -replicationGroupId "MyreplicationGroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVvolFaultDomainReplicationGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVvolFaultDomainReplicationGroup -pairingId "MypairingId" -srmId "MysrmId" -domainId "MydomainId" -replicationGroupId "MyreplicationGroupId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVvolFaultDomainReplicationGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetvvolfaultdomainreplicationgroup</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmRetrieveUnassignedDatastoreGroups</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmRetrieveUnassignedDatastoreGroups</command:noun>
      <maml:description>
        <maml:para>Retrieve the unassigned datastore groups that are part of a replicated array pair. You can include these datastore groups in the Array-Based Replication protection groups.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the unassigned datastore groups that are part of a replicated array pair. You can include these datastore groups in the Array-Based Replication protection groups.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmRetrieveUnassignedDatastoreGroups</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrmId</maml:name>
          <maml:Description>
            <maml:para>ID of a Site Recovery Manager server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ArrayPairId</maml:name>
          <maml:Description>
            <maml:para>The ID of a replicated array pair.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IncludeVmsInfo</maml:name>
          <maml:Description>
            <maml:para>If you want VMs info, this will lead to slower and bigger API response.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue>
          <dev:type>
            <maml:name>bool?</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrmId</maml:name>
        <maml:Description>
          <maml:para>ID of a Site Recovery Manager server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ArrayPairId</maml:name>
        <maml:Description>
          <maml:para>The ID of a replicated array pair.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IncludeVmsInfo</maml:name>
        <maml:Description>
          <maml:para>If you want VMs info, this will lead to slower and bigger API response.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue>
        <dev:type>
          <maml:name>bool?</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>DatastoreGroupInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmRetrieveUnassignedDatastoreGroups -pairingId "MypairingId" -srmId "MysrmId" -arrayPairId "MyarrayPairId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10 -includeVmsInfo $true
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRetrieveUnassignedDatastoreGroups with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmRetrieveUnassignedDatastoreGroups -pairingId "MypairingId" -srmId "MysrmId" -arrayPairId "MyarrayPairId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmRetrieveUnassignedDatastoreGroups with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmretrieveunassigneddatastoregroups</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmReprotectPlanSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ReprotectPlanSpec</command:noun>
      <maml:description>
        <maml:para>Reprotect operations include steps to clean up the original datastores and devices. If you are experiencing errors during cleanup steps, you may choose the force cleanup option to ignore all errors and return the plan to the Ready state. If you use this option, you may need to clean up your storage manually, and you should run a Test as soon as possible.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Reprotect operations include steps to clean up the original datastores and devices. If you are experiencing errors during cleanup steps, you may choose the force cleanup option to ignore all errors and return the plan to the Ready state. If you use this option, you may need to clean up your storage manually, and you should run a Test as soon as possible.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmReprotectPlanSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Forced</maml:name>
          <maml:Description>
            <maml:para>Whether to force the cleanup operation. If true, makes best effort to complete, and could leak resources in the process (e.g. silently failing to delete a test-network, test-VM, etc).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Forced</maml:name>
        <maml:Description>
          <maml:para>Whether to force the cleanup operation. If true, makes best effort to complete, and could leak resources in the process (e.g. silently failing to delete a test-network, test-VM, etc).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ReprotectPlanSpec &#x3D; Initialize-SrmReprotectPlanSpec -Forced $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmReprotectPlanSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ReprotectPlanSpec &#x3D; Initialize-SrmReprotectPlanSpec
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmReprotectPlanSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmreprotectplanspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmResourceMappingsSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ResourceMappingsSpec</command:noun>
      <maml:description>
        <maml:para>Resource pool mapping settings to use for create operation.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Resource pool mapping settings to use for create operation.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmResourceMappingsSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingSourceObject</maml:name>
          <maml:Description>
            <maml:para>Mapping of the source object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingTargetObject</maml:name>
          <maml:Description>
            <maml:para>Mapping the target object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingSourceObject</maml:name>
        <maml:Description>
          <maml:para>Mapping of the source object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingTargetObject</maml:name>
        <maml:Description>
          <maml:para>Mapping the target object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ResourceMappingsSpec &#x3D; Initialize-SrmResourceMappingsSpec -MappingSourceObject &quot;MyMappingSourceObject&quot; -MappingTargetObject &quot;MyMappingTargetObject&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmResourceMappingsSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ResourceMappingsSpec &#x3D; Initialize-SrmResourceMappingsSpec -MappingSourceObject &quot;MyMappingSourceObject&quot; -MappingTargetObject &quot;MyMappingTargetObject&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmResourceMappingsSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmresourcemappingsspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetInfo</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetInfo</command:noun>
      <maml:description>
        <maml:para>Information about the current Site Recovery Manager server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Information about the current Site Recovery Manager server.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetInfo</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>SrmInfoDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetInfo
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetInfo
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetinfo</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmSessionIdData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SessionIdData</command:noun>
      <maml:description>
        <maml:para>Data including the new session id.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Data including the new session id.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmSessionIdData</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SessionId</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SessionId</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SessionIdData &#x3D; Initialize-SrmSessionIdData -SessionId &quot;MySessionId&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmSessionIdData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SessionIdData &#x3D; Initialize-SrmSessionIdData
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmSessionIdData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmsessioniddata</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmSessionInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SessionInfo</command:noun>
      <maml:description>
        <maml:para>Information about the current session.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Information about the current session.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmSessionInfo</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Username</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Username</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SessionInfo &#x3D; Initialize-SrmSessionInfo -Username &quot;MyUsername&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmSessionInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SessionInfo &#x3D; Initialize-SrmSessionInfo
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmSessionInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmsessioninfo</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmShutdownActionSettings</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShutdownActionSettings</command:noun>
      <maml:description>
        <maml:para>Recovery settings related to power off of a VM.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Recovery settings related to power off of a VM.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmShutdownActionSettings</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SkipShutdownGuest</maml:name>
          <maml:Description>
            <maml:para>Configure the shutdown behavior for this workload during real recovery to not attempt a guest shutdown, even if VMware Tools is enabled.&lt;p&gt;If this value is false and VMware Tools is installed, the workload is issued a guest shutdown during recovery. If this value is true or VMware Tools is not installed, the workload is powered off.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TimeoutSeconds</maml:name>
          <maml:Description>
            <maml:para>Configure the timeout for guest shutdown operations for this VM. After guest shutdown, wait for the specified number of seconds before forcibly powering off the VM. This delay is intended to give the application hosted by the VM time to finish gracefully shutting down.&lt;p&gt;The value is in seconds. If not set, the application default value is used.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue>
          <dev:type>
            <maml:name>uint?</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SkipShutdownGuest</maml:name>
        <maml:Description>
          <maml:para>Configure the shutdown behavior for this workload during real recovery to not attempt a guest shutdown, even if VMware Tools is enabled.&lt;p&gt;If this value is false and VMware Tools is installed, the workload is issued a guest shutdown during recovery. If this value is true or VMware Tools is not installed, the workload is powered off.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TimeoutSeconds</maml:name>
        <maml:Description>
          <maml:para>Configure the timeout for guest shutdown operations for this VM. After guest shutdown, wait for the specified number of seconds before forcibly powering off the VM. This delay is intended to give the application hosted by the VM time to finish gracefully shutting down.&lt;p&gt;The value is in seconds. If not set, the application default value is used.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue>
        <dev:type>
          <maml:name>uint?</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ShutdownActionSettings &#x3D; Initialize-SrmShutdownActionSettings -SkipShutdownGuest $false -TimeoutSeconds 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmShutdownActionSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShutdownActionSettings &#x3D; Initialize-SrmShutdownActionSettings -TimeoutSeconds 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmShutdownActionSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmshutdownactionsettings</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmStartupActionSettings</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StartupActionSettings</command:noun>
      <maml:description>
        <maml:para>Recovery settings related to power-on of a VMNo summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Recovery settings related to power-on of a VM</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmStartupActionSettings</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PowerOnVmtoolsTimeoutSeconds</maml:name>
          <maml:Description>
            <maml:para>Configure the maximum timeout for VM Tools to respond with heartbeat. Recovery will continue once a heartbeat is heard, otherwise the recovery of the workload will fail.&lt;p&gt;The value is in seconds. If not set,the application default value is used. If set to 0 (zero), recovery will not wait for VM Tools and will proceed immediately (use &lt;code&gt;delayBeforePowerOnStepsAndDependentVmsSeconds&lt;/code&gt; to add a fixed time delay).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue>
          <dev:type>
            <maml:name>uint?</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DelayBeforePowerOnStepsAndDependentVmsSeconds</maml:name>
          <maml:Description>
            <maml:para>Configure the fixed time delay after power-on operations for this workload. After VM Tools responds with a heartbeat the subsequent steps of the recovery of the VM are delayed for the specified amount of time. This delay is intended to give the application hosted by the VM time to finish it&#39;s startup cycle.&lt;p&gt; The value is in seconds. If not set, the application default value is used. If set to 0 (zero), no delay will be introduced.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue>
          <dev:type>
            <maml:name>uint?</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PowerOnVmtoolsTimeoutSeconds</maml:name>
        <maml:Description>
          <maml:para>Configure the maximum timeout for VM Tools to respond with heartbeat. Recovery will continue once a heartbeat is heard, otherwise the recovery of the workload will fail.&lt;p&gt;The value is in seconds. If not set,the application default value is used. If set to 0 (zero), recovery will not wait for VM Tools and will proceed immediately (use &lt;code&gt;delayBeforePowerOnStepsAndDependentVmsSeconds&lt;/code&gt; to add a fixed time delay).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue>
        <dev:type>
          <maml:name>uint?</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DelayBeforePowerOnStepsAndDependentVmsSeconds</maml:name>
        <maml:Description>
          <maml:para>Configure the fixed time delay after power-on operations for this workload. After VM Tools responds with a heartbeat the subsequent steps of the recovery of the VM are delayed for the specified amount of time. This delay is intended to give the application hosted by the VM time to finish it&#39;s startup cycle.&lt;p&gt; The value is in seconds. If not set, the application default value is used. If set to 0 (zero), no delay will be introduced.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue>
        <dev:type>
          <maml:name>uint?</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StartupActionSettings &#x3D; Initialize-SrmStartupActionSettings -PowerOnVmtoolsTimeoutSeconds 0 -DelayBeforePowerOnStepsAndDependentVmsSeconds 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmStartupActionSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StartupActionSettings &#x3D; Initialize-SrmStartupActionSettings
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmStartupActionSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmstartupactionsettings</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmStoragePolicyMappingsSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StoragePolicyMappingsSpec</command:noun>
      <maml:description>
        <maml:para>Storage policy mapping settings to use for create operation.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Storage policy mapping settings to use for create operation.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmStoragePolicyMappingsSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingSourceObject</maml:name>
          <maml:Description>
            <maml:para>Mapping of the source object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MappingTargetObject</maml:name>
          <maml:Description>
            <maml:para>Mapping the target object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingSourceObject</maml:name>
        <maml:Description>
          <maml:para>Mapping of the source object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MappingTargetObject</maml:name>
        <maml:Description>
          <maml:para>Mapping the target object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StoragePolicyMappingsSpec &#x3D; Initialize-SrmStoragePolicyMappingsSpec -MappingSourceObject &quot;MyMappingSourceObject&quot; -MappingTargetObject &quot;MyMappingTargetObject&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmStoragePolicyMappingsSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StoragePolicyMappingsSpec &#x3D; Initialize-SrmStoragePolicyMappingsSpec -MappingSourceObject &quot;MyMappingSourceObject&quot; -MappingTargetObject &quot;MyMappingTargetObject&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmStoragePolicyMappingsSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmstoragepolicymappingsspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmSubnetRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SubnetRule</command:noun>
      <maml:description>
        <maml:para>A rule describing mapping between protection side IP parameters to recovery side ones for a single IP subnet. Currently IPv6 customization is not supported. No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A rule describing mapping between protection side IP parameters to recovery side ones for a single IP subnet. Currently IPv6 customization is not supported. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmSubnetRule</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the SubnetRule</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RemoteSubnet</maml:name>
          <maml:Description>
            <maml:para>An expression specifying the remote (recovery) site subnet. Currently, only the CIDR notation is supported.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LocalSubnet</maml:name>
          <maml:Description>
            <maml:para>An expression specifying the local (protected) site subnet. Currently, only the CIDR notation is supported.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RemoteIpSettings</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">RemoteIpSetting</command:parameterValue>
          <dev:type>
            <maml:name>RemoteIpSetting</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Name of the SubnetRule</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RemoteSubnet</maml:name>
        <maml:Description>
          <maml:para>An expression specifying the remote (recovery) site subnet. Currently, only the CIDR notation is supported.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LocalSubnet</maml:name>
        <maml:Description>
          <maml:para>An expression specifying the local (protected) site subnet. Currently, only the CIDR notation is supported.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RemoteIpSettings</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">RemoteIpSetting</command:parameterValue>
        <dev:type>
          <maml:name>RemoteIpSetting</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$SubnetRuleIpV4Setting &#x3D; Initialize-SrmSubnetRuleIpV4Setting -DefaultGateway &quot;MyDefaultGateway&quot; -AlternateGateway &quot;MyAlternateGateway&quot;
$DnsSetting &#x3D; Initialize-SrmDnsSetting -Type &quot;DHCP&quot; -PreferredServer &quot;MyPreferredServer&quot; -AlternateServer &quot;MyAlternateServer&quot; -Suffixes &quot;MySuffixes&quot;
$WinsSetting &#x3D; Initialize-SrmWinsSetting -PrimaryServer &quot;MyPrimaryServer&quot; -AlternateServer &quot;MyAlternateServer&quot;
$RemoteIpSetting &#x3D; Initialize-SrmRemoteIpSetting -IpV4 $SubnetRuleIpV4Setting -Dns $DnsSetting -Wins $WinsSetting

$SubnetRule &#x3D; Initialize-SrmSubnetRule -Name &quot;MyName&quot; -RemoteSubnet &quot;MyRemoteSubnet&quot; -LocalSubnet &quot;MyLocalSubnet&quot; -RemoteIpSettings $RemoteIpSetting
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmSubnetRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$SubnetRule &#x3D; Initialize-SrmSubnetRule
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmSubnetRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmsubnetrule</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmRemoteIpSetting</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmSubnetRuleIpV4Setting</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SubnetRuleIpV4Setting</command:noun>
      <maml:description>
        <maml:para>No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmSubnetRuleIpV4Setting</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DefaultGateway</maml:name>
          <maml:Description>
            <maml:para>Default gateway address. Applicable only for static IP address assignment.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AlternateGateway</maml:name>
          <maml:Description>
            <maml:para>Alternate gateway address. Applicable only for static IP address assignment.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DefaultGateway</maml:name>
        <maml:Description>
          <maml:para>Default gateway address. Applicable only for static IP address assignment.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AlternateGateway</maml:name>
        <maml:Description>
          <maml:para>Alternate gateway address. Applicable only for static IP address assignment.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SubnetRuleIpV4Setting &#x3D; Initialize-SrmSubnetRuleIpV4Setting -DefaultGateway &quot;MyDefaultGateway&quot; -AlternateGateway &quot;MyAlternateGateway&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmSubnetRuleIpV4Setting with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SubnetRuleIpV4Setting &#x3D; Initialize-SrmSubnetRuleIpV4Setting
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmSubnetRuleIpV4Setting with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmsubnetruleipv4setting</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmSuitableDatastoreInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SuitableDatastoreInfo</command:noun>
      <maml:description>
        <maml:para>Details about a datastore and whether it is suitable for a placeholder datastore.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Details about a datastore and whether it is suitable for a placeholder datastore.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmSuitableDatastoreInfo</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DatastoreId</maml:name>
          <maml:Description>
            <maml:para>The ID of the datastore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlaceholderDatastore</maml:name>
          <maml:Description>
            <maml:para>Indicates whether this datastore is already configured as a placeholder datastore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DatastoreId</maml:name>
        <maml:Description>
          <maml:para>The ID of the datastore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlaceholderDatastore</maml:name>
        <maml:Description>
          <maml:para>Indicates whether this datastore is already configured as a placeholder datastore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SuitableDatastoreInfo &#x3D; Initialize-SrmSuitableDatastoreInfo -DatastoreId &quot;MyDatastoreId&quot; -PlaceholderDatastore $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmSuitableDatastoreInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SuitableDatastoreInfo &#x3D; Initialize-SrmSuitableDatastoreInfo -DatastoreId &quot;MyDatastoreId&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmSuitableDatastoreInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmsuitabledatastoreinfo</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetRecentTasksInfo</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetRecentTasksInfo</command:noun>
      <maml:description>
        <maml:para>Retrieve all the recent tasks.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieve all the recent tasks.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetRecentTasksInfo</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecentTasksInfo -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecentTasksInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetRecentTasksInfo
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetRecentTasksInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetrecenttasksinfo</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetTaskInfo</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetTaskInfo</command:noun>
      <maml:description>
        <maml:para>Retrieve the task information.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the task information.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetTaskInfo</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TaskId</maml:name>
          <maml:Description>
            <maml:para>The ID of the task.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TaskId</maml:name>
        <maml:Description>
          <maml:para>The ID of the task.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>TaskDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetTaskInfo -taskId "MytaskId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetTaskInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetTaskInfo -taskId "MytaskId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetTaskInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgettaskinfo</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmTestNetworkMappingsSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TestNetworkMappingsSpec</command:noun>
      <maml:description>
        <maml:para>Test network mapping settings to use for create operation.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Test network mapping settings to use for create operation.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmTestNetworkMappingsSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TargetNetwork</maml:name>
          <maml:Description>
            <maml:para>Network at the recovery site, for which a test network will be used.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TestNetwork</maml:name>
          <maml:Description>
            <maml:para>The test network used by the test network mapping</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TargetNetwork</maml:name>
        <maml:Description>
          <maml:para>Network at the recovery site, for which a test network will be used.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TestNetwork</maml:name>
        <maml:Description>
          <maml:para>The test network used by the test network mapping</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TestNetworkMappingsSpec &#x3D; Initialize-SrmTestNetworkMappingsSpec -TargetNetwork &quot;MyTargetNetwork&quot; -TestNetwork &quot;MyTestNetwork&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmTestNetworkMappingsSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TestNetworkMappingsSpec &#x3D; Initialize-SrmTestNetworkMappingsSpec -TargetNetwork &quot;MyTargetNetwork&quot; -TestNetwork &quot;MyTestNetwork&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmTestNetworkMappingsSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmtestnetworkmappingsspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmTestPlanSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TestPlanSpec</command:noun>
      <maml:description>
        <maml:para>Spec specifying test recovery operation settings.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Spec specifying test recovery operation settings.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmTestPlanSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SyncData</maml:name>
          <maml:Description>
            <maml:para>Whether to call the replication providers to synchronize the outstanding data before the operation</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SyncData</maml:name>
        <maml:Description>
          <maml:para>Whether to call the replication providers to synchronize the outstanding data before the operation</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TestPlanSpec &#x3D; Initialize-SrmTestPlanSpec -SyncData $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmTestPlanSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TestPlanSpec &#x3D; Initialize-SrmTestPlanSpec
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmTestPlanSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmtestplanspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmBrowseVcenterComputeItem</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmBrowseVcenterComputeItem</command:noun>
      <maml:description>
        <maml:para>Browse files and folders accessible to vCenter server&#39;s compute object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Browse files and folders accessible to vCenter server&#39;s compute object.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmBrowseVcenterComputeItem</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VcenterId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComputeId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter Server&#39;s compute object.Supported types:&lt;ul&gt;&lt;li&gt;ClusterComputeResource&lt;/li&gt;&lt;li&gt;ComputeResource&lt;/li&gt;&lt;li&gt;HostSystem&lt;/li&gt;&lt;li&gt;ResourcePool&lt;/li&gt;&lt;/ul&gt;</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Path</maml:name>
          <maml:Description>
            <maml:para>The path on the given datastore to browse. Leave empty for root node. Use &#39;/vmimages&#39; when browsing a host without datastore id passed as query param.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FileType</maml:name>
          <maml:Description>
            <maml:para>Filter result items by file type.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DatastoreId</maml:name>
          <maml:Description>
            <maml:para>Id of the datastore which you must browse.. Leave empty when browsing hosts and in addition add &#39;/vmimages&#39; as value for path query param.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SubFolders</maml:name>
          <maml:Description>
            <maml:para>Whether the datastore file system search should include the sub folders of the specified browse path.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue>
          <dev:type>
            <maml:name>bool?</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VcenterId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComputeId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter Server&#39;s compute object.Supported types:&lt;ul&gt;&lt;li&gt;ClusterComputeResource&lt;/li&gt;&lt;li&gt;ComputeResource&lt;/li&gt;&lt;li&gt;HostSystem&lt;/li&gt;&lt;li&gt;ResourcePool&lt;/li&gt;&lt;/ul&gt;</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Path</maml:name>
        <maml:Description>
          <maml:para>The path on the given datastore to browse. Leave empty for root node. Use &#39;/vmimages&#39; when browsing a host without datastore id passed as query param.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FileType</maml:name>
        <maml:Description>
          <maml:para>Filter result items by file type.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DatastoreId</maml:name>
        <maml:Description>
          <maml:para>Id of the datastore which you must browse.. Leave empty when browsing hosts and in addition add &#39;/vmimages&#39; as value for path query param.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SubFolders</maml:name>
        <maml:Description>
          <maml:para>Whether the datastore file system search should include the sub folders of the specified browse path.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue>
        <dev:type>
          <maml:name>bool?</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>EnvironmentBrowserDataDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmBrowseVcenterComputeItem -pairingId "MypairingId" -vcenterId "MyvcenterId" -computeId "MycomputeId" -path "Mypath" -fileType "VM_DISK" -datastoreId "MydatastoreId" -subFolders $true
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmBrowseVcenterComputeItem with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmBrowseVcenterComputeItem -pairingId "MypairingId" -vcenterId "MyvcenterId" -computeId "MycomputeId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmBrowseVcenterComputeItem with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmbrowsevcentercomputeitem</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetReplicatedVms</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetReplicatedVms</command:noun>
      <maml:description>
        <maml:para>Get a list of VMs replicated by vSphere Replication in a given vCenter Server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Replicated VMs that are not protected by Site Recovery Manager can be used to create a protection group.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetReplicatedVms</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VcenterId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VcenterId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VmReplicationInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetReplicatedVms -pairingId "MypairingId" -vcenterId "MyvcenterId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetReplicatedVms with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetReplicatedVms -pairingId "MypairingId" -vcenterId "MyvcenterId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetReplicatedVms with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetreplicatedvms</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetVcStoragePolicies</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetVcStoragePolicies</command:noun>
      <maml:description>
        <maml:para>Retrieve the vCenter Server&#39;s storage policies.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the vCenter Server&#39;s storage policies.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetVcStoragePolicies</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VcenterId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VcenterId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>StoragePolicyDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcStoragePolicies -pairingId "MypairingId" -vcenterId "MyvcenterId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcStoragePolicies with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcStoragePolicies -pairingId "MypairingId" -vcenterId "MyvcenterId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcStoragePolicies with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetvcstoragepolicies</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetVcStoragePolicy</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetVcStoragePolicy</command:noun>
      <maml:description>
        <maml:para>Get information about the vCenter Server&#39;s storage policy object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about the vCenter Server&#39;s storage policy object.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetVcStoragePolicy</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VcenterId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StoragePolicyId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter Server storage policy.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VcenterId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StoragePolicyId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter Server storage policy.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>StoragePolicyDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcStoragePolicy -pairingId "MypairingId" -vcenterId "MyvcenterId" -storagePolicyId "MystoragePolicyId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcStoragePolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcStoragePolicy -pairingId "MypairingId" -vcenterId "MyvcenterId" -storagePolicyId "MystoragePolicyId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcStoragePolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetvcstoragepolicy</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetVcenter</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetVcenter</command:noun>
      <maml:description>
        <maml:para>Get information about a vCenter Server that is part of a given pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about a vCenter Server that is part of a given pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetVcenter</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VcenterId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VcenterId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>ServerInfoDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenter -pairingId "MypairingId" -vcenterId "MyvcenterId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenter -pairingId "MypairingId" -vcenterId "MyvcenterId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetvcenter</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetVcenterComputeInventory</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetVcenterComputeInventory</command:noun>
      <maml:description>
        <maml:para>Get information about the vCenter Server&#39;s compute inventory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about the vCenter Server&#39;s compute inventory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetVcenterComputeInventory</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VcenterId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Path</maml:name>
          <maml:Description>
            <maml:para>A path to the compute resource or the folder object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VcenterId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Path</maml:name>
        <maml:Description>
          <maml:para>A path to the compute resource or the folder object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VcenterServerInventoryItemDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenterComputeInventory -pairingId "MypairingId" -vcenterId "MyvcenterId" -path "Mypath"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenterComputeInventory with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenterComputeInventory -pairingId "MypairingId" -vcenterId "MyvcenterId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenterComputeInventory with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetvcentercomputeinventory</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetVcenterComputeItem</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetVcenterComputeItem</command:noun>
      <maml:description>
        <maml:para>Get information about the vCenter Server&#39;s compute object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about the vCenter Server&#39;s compute object.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetVcenterComputeItem</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VcenterId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComputeId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter Server&#39;s compute object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VcenterId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComputeId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter Server&#39;s compute object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VcenterServerInventoryItemDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenterComputeItem -pairingId "MypairingId" -vcenterId "MyvcenterId" -computeId "MycomputeId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenterComputeItem with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenterComputeItem -pairingId "MypairingId" -vcenterId "MyvcenterId" -computeId "MycomputeId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenterComputeItem with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetvcentercomputeitem</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetVcenterDatastoreItem</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetVcenterDatastoreItem</command:noun>
      <maml:description>
        <maml:para>Get information about the vCenter Server&#39;s datastore object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about the vCenter Server&#39;s datastore object.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetVcenterDatastoreItem</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VcenterId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DatastoreId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter Server&#39;s datastore object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VcenterId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DatastoreId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter Server&#39;s datastore object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VcenterDatastoreItemDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenterDatastoreItem -pairingId "MypairingId" -vcenterId "MyvcenterId" -datastoreId "MydatastoreId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenterDatastoreItem with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenterDatastoreItem -pairingId "MypairingId" -vcenterId "MyvcenterId" -datastoreId "MydatastoreId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenterDatastoreItem with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetvcenterdatastoreitem</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetVcenterDatastores</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetVcenterDatastores</command:noun>
      <maml:description>
        <maml:para>Get information about the vCenter Server&#39;s datastores.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about the vCenter Server&#39;s datastores.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetVcenterDatastores</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VcenterId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Path</maml:name>
          <maml:Description>
            <maml:para>The path to the datastore or the folder object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VcenterId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Path</maml:name>
        <maml:Description>
          <maml:para>The path to the datastore or the folder object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VcenterDatastoreItemDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenterDatastores -pairingId "MypairingId" -vcenterId "MyvcenterId" -path "Mypath"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenterDatastores with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenterDatastores -pairingId "MypairingId" -vcenterId "MyvcenterId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenterDatastores with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetvcenterdatastores</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetVcenterNetworkInventory</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetVcenterNetworkInventory</command:noun>
      <maml:description>
        <maml:para>Get information about the vCenter Server&#39;s network inventory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about the vCenter Server&#39;s network inventory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetVcenterNetworkInventory</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VcenterId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Path</maml:name>
          <maml:Description>
            <maml:para>A path to the network or the folder object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VcenterId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Path</maml:name>
        <maml:Description>
          <maml:para>A path to the network or the folder object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VcenterServerInventoryItemDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenterNetworkInventory -pairingId "MypairingId" -vcenterId "MyvcenterId" -path "Mypath"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenterNetworkInventory with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenterNetworkInventory -pairingId "MypairingId" -vcenterId "MyvcenterId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenterNetworkInventory with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetvcenternetworkinventory</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetVcenterNetworkItem</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetVcenterNetworkItem</command:noun>
      <maml:description>
        <maml:para>Get information about the vCenter Server&#39;s network object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about the vCenter Server&#39;s network object.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetVcenterNetworkItem</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VcenterId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NetworkId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter Server&#39;s network object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VcenterId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NetworkId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter Server&#39;s network object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VcenterServerInventoryItemDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenterNetworkItem -pairingId "MypairingId" -vcenterId "MyvcenterId" -networkId "MynetworkId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenterNetworkItem with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenterNetworkItem -pairingId "MypairingId" -vcenterId "MyvcenterId" -networkId "MynetworkId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenterNetworkItem with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetvcenternetworkitem</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetVcenterVmFolder</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetVcenterVmFolder</command:noun>
      <maml:description>
        <maml:para>Get information about the vCenter Server&#39;s VM folder object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get information about the vCenter Server&#39;s VM folder object.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetVcenterVmFolder</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VcenterId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmFolderId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter Server&#39;s VM folder object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VcenterId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmFolderId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter Server&#39;s VM folder object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VcenterServerInventoryItemDrResponseEntity</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenterVmFolder -pairingId "MypairingId" -vcenterId "MyvcenterId" -vmFolderId "MyvmFolderId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenterVmFolder with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenterVmFolder -pairingId "MypairingId" -vcenterId "MyvcenterId" -vmFolderId "MyvmFolderId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenterVmFolder with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetvcentervmfolder</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetVcenterVmFolderInventory</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetVcenterVmFolderInventory</command:noun>
      <maml:description>
        <maml:para>Get information about the vCenter Server&#39;s VM folder inventory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns a list of children of a given folder by path.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetVcenterVmFolderInventory</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VcenterId</maml:name>
          <maml:Description>
            <maml:para>The ID of a vCenter server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Path</maml:name>
          <maml:Description>
            <maml:para>Path to the VM folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VcenterId</maml:name>
        <maml:Description>
          <maml:para>The ID of a vCenter server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Path</maml:name>
        <maml:Description>
          <maml:para>Path to the VM folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>VcenterServerInventoryItemDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenterVmFolderInventory -pairingId "MypairingId" -vcenterId "MyvcenterId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10 -path "Mypath"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenterVmFolderInventory with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenterVmFolderInventory -pairingId "MypairingId" -vcenterId "MyvcenterId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenterVmFolderInventory with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetvcentervmfolderinventory</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-SrmGetVcenters</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>SrmGetVcenters</command:noun>
      <maml:description>
        <maml:para>Get a list of all vCenter Server instances in the pairing.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get a list of all vCenter Server instances in the pairing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-SrmGetVcenters</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PairingId</maml:name>
          <maml:Description>
            <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FilterProperty</maml:name>
          <maml:Description>
            <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrderBy</maml:name>
          <maml:Description>
            <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PairingId</maml:name>
        <maml:Description>
          <maml:para>The ID of a pairing between this Site Recovery Manager server and remote one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FilterProperty</maml:name>
        <maml:Description>
          <maml:para>The name of the field by which to filter the result data. Must be used in combination with filter parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>The filter value by which to filter the result data. Must be used in combination with filter_prop parameter. Supports for nested fields. Example: https://dr-server/api/vms?filter_property&#x3D;name&amp;filter&#x3D;vm-1&amp;filter&#x3D;vm-2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort by field of the result data. If order_by is not specified, ascending is used as default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrderBy</maml:name>
        <maml:Description>
          <maml:para>Define desired sort order by field of the result data. Must be used in combination with sort_by. Supported values: asc, ascending, desc, descending.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Specify the limit size of the result data. In combination with offset parameter provides paging functionality. If none - configuration property &#39;defaultResponsePageSize&#39; in REST API configuration file is taken into account. If configuration property is not defined - default value of 100 is taken into account.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>The amount of elements to skip in the response. In combination with limit parameter provides paging functionality. Must be used in combination with limit parameter. If none - default value of 0 is taken into account. Example: https://dr-server/api/vms?limit&#x3D;10&amp;offset&#x3D;10</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>ServerInfoDrResponseList</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenters -pairingId "MypairingId" -filterProperty "MyfilterProperty" -filter "Myfilter" -sortBy name -orderBy "MyorderBy" -limit 10 -offset 10
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenters with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>Invoke-SrmGetVcenters -pairingId "MypairingId"
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Invoke-SrmGetVcenters with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/invoke-srmgetvcenters</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmVmLocationData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VmLocationData</command:noun>
      <maml:description>
        <maml:para>Location details about a protected virtual machine.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Location details about a protected virtual machine.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmVmLocationData</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the location</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProtectedSite</maml:name>
          <maml:Description>
            <maml:para>Protected site where the VM is residing</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProductionVmPath</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">FriendlyDatastorePathData</command:parameterValue>
          <dev:type>
            <maml:name>FriendlyDatastorePathData</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RecoverySite</maml:name>
          <maml:Description>
            <maml:para>Recovery site where the VM will be recovered</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlaceholderVmPath</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">FriendlyDatastorePathData</command:parameterValue>
          <dev:type>
            <maml:name>FriendlyDatastorePathData</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlaceholderVm</maml:name>
          <maml:Description>
            <maml:para>ID of the placeholder VM</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the location</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProtectedSite</maml:name>
        <maml:Description>
          <maml:para>Protected site where the VM is residing</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProductionVmPath</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FriendlyDatastorePathData</command:parameterValue>
        <dev:type>
          <maml:name>FriendlyDatastorePathData</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RecoverySite</maml:name>
        <maml:Description>
          <maml:para>Recovery site where the VM will be recovered</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlaceholderVmPath</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FriendlyDatastorePathData</command:parameterValue>
        <dev:type>
          <maml:name>FriendlyDatastorePathData</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlaceholderVm</maml:name>
        <maml:Description>
          <maml:para>ID of the placeholder VM</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$FriendlyDatastorePathData &#x3D; Initialize-SrmFriendlyDatastorePathData -Datastore &quot;MyDatastore&quot; -DatastoreName &quot;local&quot; -Path &quot;vms/finance-vm&quot; -Filename &quot;finance-vm.vmdk&quot; -FriendlyPath &quot;MyFriendlyPath&quot;
$VmLocationData &#x3D; Initialize-SrmVmLocationData -Name &quot;MyName&quot; -ProtectedSite &quot;MyProtectedSite&quot; -ProductionVmPath $FriendlyDatastorePathData -RecoverySite &quot;MyRecoverySite&quot; -PlaceholderVmPath $FriendlyDatastorePathData -PlaceholderVm &quot;MyPlaceholderVm&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVmLocationData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$VmLocationData &#x3D; Initialize-SrmVmLocationData
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVmLocationData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmvmlocationdata</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmFriendlyDatastorePathData</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmFriendlyDatastorePathData</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmVmProtectionDevice</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VmProtectionDevice</command:noun>
      <maml:description>
        <maml:para>Representation of a VM device and its SRM protection statusNo summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Representation of a VM device and its SRM protection status</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmVmProtectionDevice</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>Identificator of the device</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of the device</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(TypeEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Backing</maml:name>
          <maml:Description>
            <maml:para>Backing type of the device:&lt;ul&gt;&lt;li&gt;FILE - file-backed type of device.&lt;li&gt;RDM - Raw-disk mapping (RDM) type of device.&lt;li&gt;CLIENT - Client device.&lt;li&gt;HOST - Host device.&lt;/ul&gt;</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(BackingEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>Label of the device</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProductionPath</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">FriendlyDatastorePathData</command:parameterValue>
          <dev:type>
            <maml:name>FriendlyDatastorePathData</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProductionDatastores</maml:name>
          <maml:Description>
            <maml:para>List of production datastores in case of device with FILE backing type. Could contain multiple values in case of linked clone VM.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RecoveryPath</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">FriendlyDatastorePathData</command:parameterValue>
          <dev:type>
            <maml:name>FriendlyDatastorePathData</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Replicated</maml:name>
          <maml:Description>
            <maml:para>Weather this device is already replicated</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Detached</maml:name>
          <maml:Description>
            <maml:para>Weather this device is detached. Devices with RDM, CLIENT and HOST backing type are always detached and cannot be configured for protection.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Key</maml:name>
        <maml:Description>
          <maml:para>Identificator of the device</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of the device</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(TypeEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Backing</maml:name>
        <maml:Description>
          <maml:para>Backing type of the device:&lt;ul&gt;&lt;li&gt;FILE - file-backed type of device.&lt;li&gt;RDM - Raw-disk mapping (RDM) type of device.&lt;li&gt;CLIENT - Client device.&lt;li&gt;HOST - Host device.&lt;/ul&gt;</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(BackingEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>Label of the device</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProductionPath</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FriendlyDatastorePathData</command:parameterValue>
        <dev:type>
          <maml:name>FriendlyDatastorePathData</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProductionDatastores</maml:name>
        <maml:Description>
          <maml:para>List of production datastores in case of device with FILE backing type. Could contain multiple values in case of linked clone VM.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RecoveryPath</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FriendlyDatastorePathData</command:parameterValue>
        <dev:type>
          <maml:name>FriendlyDatastorePathData</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Replicated</maml:name>
        <maml:Description>
          <maml:para>Weather this device is already replicated</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Detached</maml:name>
        <maml:Description>
          <maml:para>Weather this device is detached. Devices with RDM, CLIENT and HOST backing type are always detached and cannot be configured for protection.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$FriendlyDatastorePathData &#x3D; Initialize-SrmFriendlyDatastorePathData -Datastore &quot;MyDatastore&quot; -DatastoreName &quot;local&quot; -Path &quot;vms/finance-vm&quot; -Filename &quot;finance-vm.vmdk&quot; -FriendlyPath &quot;MyFriendlyPath&quot;
$VmProtectionDevice &#x3D; Initialize-SrmVmProtectionDevice -Key 0 -Type &quot;HARD_DRIVE&quot; -Backing &quot;FILE&quot; -Label &quot;MyLabel&quot; -ProductionPath $FriendlyDatastorePathData -ProductionDatastores &quot;MyProductionDatastores&quot; -RecoveryPath $FriendlyDatastorePathData -Replicated $false -Detached $false
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVmProtectionDevice with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$VmProtectionDevice &#x3D; Initialize-SrmVmProtectionDevice
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVmProtectionDevice with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmvmprotectiondevice</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmFriendlyDatastorePathData</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmFriendlyDatastorePathData</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmVmProtectionLocation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VmProtectionLocation</command:noun>
      <maml:description>
        <maml:para>Details about a protection resource of a VM. For example: folder, resource pool, host, network.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Details about a protection resource of a VM. For example: folder, resource pool, host, network.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmVmProtectionLocation</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Editable</maml:name>
          <maml:Description>
            <maml:para>Whether this location protection setting is editable in the current state</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Source</maml:name>
          <maml:Description>
            <maml:para>Source location</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SourceName</maml:name>
          <maml:Description>
            <maml:para>The name of the &lt;code&gt;source&lt;/code&gt; object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Target</maml:name>
          <maml:Description>
            <maml:para>Target location. If the VM is not protected this is recommendation based on the existing inventory mappings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TargetName</maml:name>
          <maml:Description>
            <maml:para>The name of the &lt;code&gt;target&lt;/code&gt; object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsInventoryMappedTarget</maml:name>
          <maml:Description>
            <maml:para>Whether the &lt;code&gt;target&lt;/code&gt; came from inventory mappings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SourceHasInventoryMapping</maml:name>
          <maml:Description>
            <maml:para>Whether the &lt;code&gt;source&lt;/code&gt; has existing inventory mapping</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Editable</maml:name>
        <maml:Description>
          <maml:para>Whether this location protection setting is editable in the current state</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Source</maml:name>
        <maml:Description>
          <maml:para>Source location</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SourceName</maml:name>
        <maml:Description>
          <maml:para>The name of the &lt;code&gt;source&lt;/code&gt; object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Target</maml:name>
        <maml:Description>
          <maml:para>Target location. If the VM is not protected this is recommendation based on the existing inventory mappings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TargetName</maml:name>
        <maml:Description>
          <maml:para>The name of the &lt;code&gt;target&lt;/code&gt; object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsInventoryMappedTarget</maml:name>
        <maml:Description>
          <maml:para>Whether the &lt;code&gt;target&lt;/code&gt; came from inventory mappings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SourceHasInventoryMapping</maml:name>
        <maml:Description>
          <maml:para>Whether the &lt;code&gt;source&lt;/code&gt; has existing inventory mapping</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$VmProtectionLocation &#x3D; Initialize-SrmVmProtectionLocation -Editable $false -Source &quot;MySource&quot; -SourceName &quot;MySourceName&quot; -Target &quot;MyTarget&quot; -TargetName &quot;MyTargetName&quot; -IsInventoryMappedTarget $false -SourceHasInventoryMapping $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVmProtectionLocation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VmProtectionLocation &#x3D; Initialize-SrmVmProtectionLocation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVmProtectionLocation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmvmprotectionlocation</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmVmProtectionNetwork</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VmProtectionNetwork</command:noun>
      <maml:description>
        <maml:para>Representation of a network setting for a protected VM.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Representation of a network setting for a protected VM.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmVmProtectionNetwork</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Editable</maml:name>
          <maml:Description>
            <maml:para>Whether this location protection setting is editable in the current state</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Source</maml:name>
          <maml:Description>
            <maml:para>Source location</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SourceName</maml:name>
          <maml:Description>
            <maml:para>The name of the &lt;code&gt;source&lt;/code&gt; object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Target</maml:name>
          <maml:Description>
            <maml:para>Target location. If the VM is not protected this is recommendation based on the existing inventory mappings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TargetName</maml:name>
          <maml:Description>
            <maml:para>The name of the &lt;code&gt;target&lt;/code&gt; object.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsInventoryMappedTarget</maml:name>
          <maml:Description>
            <maml:para>Whether the &lt;code&gt;target&lt;/code&gt; came from inventory mappings.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SourceHasInventoryMapping</maml:name>
          <maml:Description>
            <maml:para>Whether the &lt;code&gt;source&lt;/code&gt; has existing inventory mapping</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Editable</maml:name>
        <maml:Description>
          <maml:para>Whether this location protection setting is editable in the current state</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Source</maml:name>
        <maml:Description>
          <maml:para>Source location</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SourceName</maml:name>
        <maml:Description>
          <maml:para>The name of the &lt;code&gt;source&lt;/code&gt; object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Target</maml:name>
        <maml:Description>
          <maml:para>Target location. If the VM is not protected this is recommendation based on the existing inventory mappings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TargetName</maml:name>
        <maml:Description>
          <maml:para>The name of the &lt;code&gt;target&lt;/code&gt; object.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsInventoryMappedTarget</maml:name>
        <maml:Description>
          <maml:para>Whether the &lt;code&gt;target&lt;/code&gt; came from inventory mappings.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SourceHasInventoryMapping</maml:name>
        <maml:Description>
          <maml:para>Whether the &lt;code&gt;source&lt;/code&gt; has existing inventory mapping</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$VmProtectionNetwork &#x3D; Initialize-SrmVmProtectionNetwork -Editable $false -Source &quot;MySource&quot; -SourceName &quot;MySourceName&quot; -Target &quot;MyTarget&quot; -TargetName &quot;MyTargetName&quot; -IsInventoryMappedTarget $false -SourceHasInventoryMapping $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVmProtectionNetwork with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VmProtectionNetwork &#x3D; Initialize-SrmVmProtectionNetwork
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVmProtectionNetwork with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmvmprotectionnetwork</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmVmProtectionSettings</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VmProtectionSettings</command:noun>
      <maml:description>
        <maml:para>Protection settings for a VMNo summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Protection settings for a VM</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmVmProtectionSettings</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlaceholderNeedsRepair</maml:name>
          <maml:Description>
            <maml:para>Whether repair placeholder operation is required. If true, only repair placeholder is possible and not configure protection.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Location</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VmLocationData</command:parameterValue>
          <dev:type>
            <maml:name>VmLocationData</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Devices</maml:name>
          <maml:Description>
            <maml:para>List of VM devices, including hard disks, optical disks and floppy disks</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VmProtectionDevice&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VmProtectionDevice&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Networks</maml:name>
          <maml:Description>
            <maml:para>List of VM networks</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VmProtectionNetwork&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VmProtectionNetwork&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Folder</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VmProtectionLocation</command:parameterValue>
          <dev:type>
            <maml:name>VmProtectionLocation</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourcePool</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VmProtectionLocation</command:parameterValue>
          <dev:type>
            <maml:name>VmProtectionLocation</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Host</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VmProtectionLocation</command:parameterValue>
          <dev:type>
            <maml:name>VmProtectionLocation</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ChangeVersion</maml:name>
          <maml:Description>
            <maml:para>Version number of these settings. Keep this if need to update the VM protection settings. Applicable only if the VM is protected.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlaceholderNeedsRepair</maml:name>
        <maml:Description>
          <maml:para>Whether repair placeholder operation is required. If true, only repair placeholder is possible and not configure protection.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Location</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VmLocationData</command:parameterValue>
        <dev:type>
          <maml:name>VmLocationData</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Devices</maml:name>
        <maml:Description>
          <maml:para>List of VM devices, including hard disks, optical disks and floppy disks</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VmProtectionDevice&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VmProtectionDevice&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Networks</maml:name>
        <maml:Description>
          <maml:para>List of VM networks</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VmProtectionNetwork&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VmProtectionNetwork&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Folder</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VmProtectionLocation</command:parameterValue>
        <dev:type>
          <maml:name>VmProtectionLocation</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourcePool</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VmProtectionLocation</command:parameterValue>
        <dev:type>
          <maml:name>VmProtectionLocation</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Host</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VmProtectionLocation</command:parameterValue>
        <dev:type>
          <maml:name>VmProtectionLocation</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ChangeVersion</maml:name>
        <maml:Description>
          <maml:para>Version number of these settings. Keep this if need to update the VM protection settings. Applicable only if the VM is protected.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$FriendlyDatastorePathData &#x3D; Initialize-SrmFriendlyDatastorePathData -Datastore &quot;MyDatastore&quot; -DatastoreName &quot;local&quot; -Path &quot;vms/finance-vm&quot; -Filename &quot;finance-vm.vmdk&quot; -FriendlyPath &quot;MyFriendlyPath&quot;
$VmLocationData &#x3D; Initialize-SrmVmLocationData -Name &quot;MyName&quot; -ProtectedSite &quot;MyProtectedSite&quot; -ProductionVmPath $FriendlyDatastorePathData -RecoverySite &quot;MyRecoverySite&quot; -PlaceholderVmPath $FriendlyDatastorePathData -PlaceholderVm &quot;MyPlaceholderVm&quot;


$VmProtectionDevice &#x3D; Initialize-SrmVmProtectionDevice -Key 0 -Type &quot;HARD_DRIVE&quot; -Backing &quot;FILE&quot; -Label &quot;MyLabel&quot; -ProductionPath $FriendlyDatastorePathData -ProductionDatastores &quot;MyProductionDatastores&quot; -RecoveryPath $FriendlyDatastorePathData -Replicated $false -Detached $false

$VmProtectionNetwork &#x3D; Initialize-SrmVmProtectionNetwork -Editable $false -Source &quot;MySource&quot; -SourceName &quot;MySourceName&quot; -Target &quot;MyTarget&quot; -TargetName &quot;MyTargetName&quot; -IsInventoryMappedTarget $false -SourceHasInventoryMapping $false
$VmProtectionLocation &#x3D; Initialize-SrmVmProtectionLocation -Editable $false -Source &quot;MySource&quot; -SourceName &quot;MySourceName&quot; -Target &quot;MyTarget&quot; -TargetName &quot;MyTargetName&quot; -IsInventoryMappedTarget $false -SourceHasInventoryMapping $false
$VmProtectionSettings &#x3D; Initialize-SrmVmProtectionSettings -PlaceholderNeedsRepair $false -Location $VmLocationData -Devices $VmProtectionDevice -Networks $VmProtectionNetwork -Folder $VmProtectionLocation -ResourcePool $VmProtectionLocation -Host $VmProtectionLocation -ChangeVersion &quot;MyChangeVersion&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVmProtectionSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$VmProtectionSettings &#x3D; Initialize-SrmVmProtectionSettings
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVmProtectionSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmvmprotectionsettings</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmVmLocationData</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmVmProtectionLocation</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmVmProtectionLocation</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmVmProtectionLocation</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmVmRecoveryIpCustomizationSettingsSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VmRecoveryIpCustomizationSettingsSpec</command:noun>
      <maml:description>
        <maml:para>Update spec defining the IP customization for a VM.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Update spec defining the IP customization for a VM.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmVmRecoveryIpCustomizationSettingsSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpCustomizationType</maml:name>
          <maml:Description>
            <maml:para>IP customization modes:&lt;ul&gt;&lt;li&gt;Auto (AUTO) &lt;ul&gt; &lt;li&gt;If the advanced setting &#39;recovery.useIpMapperAutomatically&#39; is set to True - Site Recovery Manager evaluates the IP subnet mapping rules during recovery to customize the virtual machines.&lt;/li&gt; &lt;li&gt;If the advanced setting &#39;recovery.useIpMapperAutomatically&#39; is set to False - Site Recovery Manager does not evaluate the IP subnet mapping rules during recovery.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Use IP customization rules if applicable (NETWORK_LEVEL) &lt;ul&gt; &lt;li&gt;Site Recovery Manager will evaluate the IP subnet mapping rules during recovery of the concrete VM regardless of the advanced setting value of recovery.useIpMapperAutomatically.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Manual IP customization (MANUAL) &lt;ul&gt; &lt;li&gt;Manually set up explicit recovery IP settings per VM.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;li&gt;No IP customization (NO_CUSTOMIZATION) &lt;ul&gt; &lt;li&gt;Do not change VM IP settings during recovery.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(IpCustomizationTypeEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NicSettings</maml:name>
          <maml:Description>
            <maml:para>Contains the IP settings for all the virtual ethernet cards on the VM</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;NicSettings&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;NicSettings&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpCustomizationType</maml:name>
        <maml:Description>
          <maml:para>IP customization modes:&lt;ul&gt;&lt;li&gt;Auto (AUTO) &lt;ul&gt; &lt;li&gt;If the advanced setting &#39;recovery.useIpMapperAutomatically&#39; is set to True - Site Recovery Manager evaluates the IP subnet mapping rules during recovery to customize the virtual machines.&lt;/li&gt; &lt;li&gt;If the advanced setting &#39;recovery.useIpMapperAutomatically&#39; is set to False - Site Recovery Manager does not evaluate the IP subnet mapping rules during recovery.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Use IP customization rules if applicable (NETWORK_LEVEL) &lt;ul&gt; &lt;li&gt;Site Recovery Manager will evaluate the IP subnet mapping rules during recovery of the concrete VM regardless of the advanced setting value of recovery.useIpMapperAutomatically.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Manual IP customization (MANUAL) &lt;ul&gt; &lt;li&gt;Manually set up explicit recovery IP settings per VM.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;li&gt;No IP customization (NO_CUSTOMIZATION) &lt;ul&gt; &lt;li&gt;Do not change VM IP settings during recovery.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(IpCustomizationTypeEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NicSettings</maml:name>
        <maml:Description>
          <maml:para>Contains the IP settings for all the virtual ethernet cards on the VM</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;NicSettings&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;NicSettings&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>


$GeneralIpV4Setting &#x3D; Initialize-SrmGeneralIpV4Setting -IpAddress &quot;MyIpAddress&quot; -Type &quot;DHCP&quot; -DefaultGateway &quot;MyDefaultGateway&quot; -AlternateGateway &quot;MyAlternateGateway&quot; -SubnetMask &quot;255.255.255.0&quot;
$GeneralIpV6Setting &#x3D; Initialize-SrmGeneralIpV6Setting -IpAddress &quot;fdda:5cc1:23:4::1f&quot; -Type &quot;DHCP&quot; -DefaultGateway &quot;MyDefaultGateway&quot; -AlternateGateway &quot;MyAlternateGateway&quot; -SubnetPrefixLength 0
$DnsSetting &#x3D; Initialize-SrmDnsSetting -Type &quot;DHCP&quot; -PreferredServer &quot;MyPreferredServer&quot; -AlternateServer &quot;MyAlternateServer&quot; -Suffixes &quot;MySuffixes&quot;
$WinsSetting &#x3D; Initialize-SrmWinsSetting -PrimaryServer &quot;MyPrimaryServer&quot; -AlternateServer &quot;MyAlternateServer&quot;
$IpSettings &#x3D; Initialize-SrmIpSettings -IpV4 $GeneralIpV4Setting -IpV6 $GeneralIpV6Setting -Dns $DnsSetting -Wins $WinsSetting

$NicSettings &#x3D; Initialize-SrmNicSettings -DeviceId 0 -PrimaryIpSettings $IpSettings -SecondaryIpSettings $IpSettings

$VmRecoveryIpCustomizationSettingsSpec &#x3D; Initialize-SrmVmRecoveryIpCustomizationSettingsSpec -IpCustomizationType &quot;AUTO&quot; -NicSettings $NicSettings
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVmRecoveryIpCustomizationSettingsSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$VmRecoveryIpCustomizationSettingsSpec &#x3D; Initialize-SrmVmRecoveryIpCustomizationSettingsSpec -IpCustomizationType &quot;AUTO&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVmRecoveryIpCustomizationSettingsSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmvmrecoveryipcustomizationsettingsspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmVmRecoverySettingsSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VmRecoverySettingsSpec</command:noun>
      <maml:description>
        <maml:para>Recovery settings for a VM, defined in the context of a recovery planNo summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Recovery settings for a VM, defined in the context of a recovery plan</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmVmRecoverySettingsSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpCustomizationType</maml:name>
          <maml:Description>
            <maml:para>IP customization modes:&lt;ul&gt;&lt;li&gt;Auto (AUTO) &lt;ul&gt; &lt;li&gt;If the advanced setting &#39;recovery.useIpMapperAutomatically&#39; is set to True - Site Recovery Manager evaluates the IP subnet mapping rules during recovery to customize the virtual machines.&lt;/li&gt; &lt;li&gt;If the advanced setting &#39;recovery.useIpMapperAutomatically&#39; is set to False - Site Recovery Manager does not evaluate the IP subnet mapping rules during recovery.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Use IP customization rules if applicable (NETWORK_LEVEL) &lt;ul&gt; &lt;li&gt;Site Recovery Manager will evaluate the IP subnet mapping rules during recovery of the concrete VM regardless of the advanced setting value of recovery.useIpMapperAutomatically.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Manual IP customization (MANUAL) &lt;ul&gt; &lt;li&gt;Manually set up explicit recovery IP settings per VM.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;li&gt;No IP customization (NO_CUSTOMIZATION) &lt;ul&gt; &lt;li&gt;Do not change VM IP settings during recovery.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(IpCustomizationTypeEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NicSettings</maml:name>
          <maml:Description>
            <maml:para>Contains the IP settings for all the virtual ethernet cards on the VM</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;NicSettings&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;NicSettings&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Priority</maml:name>
          <maml:Description>
            <maml:para>Recovery priority group. Used to translate server priority values to client priorities. The recovery priority for this VM. P1 is the highest and P5 is the lowest priority.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(PriorityEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StartupAction</maml:name>
          <maml:Description>
            <maml:para>Startup action after recovery:&lt;ul&gt;&lt;li&gt;DO_NOT_POWER_ON - The VM will not be powered on and post-power-on steps will not be executed as partof the recovery and test workflows. Note that the VM may still get powered onduring recovery as part of the IP customization workflow.&lt;li&gt;POWER_ON - The VM will be powered on and post-power-on steps will be executed as part of the recovery and test workflows.&lt;/ul&gt;</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(StartupActionEnum)</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ShutdownActionSettings</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ShutdownActionSettings</command:parameterValue>
          <dev:type>
            <maml:name>ShutdownActionSettings</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrePowerOnSteps</maml:name>
          <maml:Description>
            <maml:para>Contains all per VM steps that should be executed before the VM is powered on</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;Callout&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;Callout&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PostPowerOnSteps</maml:name>
          <maml:Description>
            <maml:para>Contains all per VM steps that should be executed after the VM is powered on</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;Callout&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;Callout&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StartupActionSettings</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">StartupActionSettings</command:parameterValue>
          <dev:type>
            <maml:name>StartupActionSettings</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DependentVms</maml:name>
          <maml:Description>
            <maml:para>This is a list of VM identities that must be powered-on before this VM can be powered on. Dependencies are only valid within VMs of the same recovery priority. If there are dependent VMs that are not in the current plan and same recovery priority, they will be ignored. This list may contain VMs that are not contained by any protection group in the plan. But it will only contain valid VMs.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;DependentVm&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;DependentVm&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpCustomizationType</maml:name>
        <maml:Description>
          <maml:para>IP customization modes:&lt;ul&gt;&lt;li&gt;Auto (AUTO) &lt;ul&gt; &lt;li&gt;If the advanced setting &#39;recovery.useIpMapperAutomatically&#39; is set to True - Site Recovery Manager evaluates the IP subnet mapping rules during recovery to customize the virtual machines.&lt;/li&gt; &lt;li&gt;If the advanced setting &#39;recovery.useIpMapperAutomatically&#39; is set to False - Site Recovery Manager does not evaluate the IP subnet mapping rules during recovery.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Use IP customization rules if applicable (NETWORK_LEVEL) &lt;ul&gt; &lt;li&gt;Site Recovery Manager will evaluate the IP subnet mapping rules during recovery of the concrete VM regardless of the advanced setting value of recovery.useIpMapperAutomatically.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Manual IP customization (MANUAL) &lt;ul&gt; &lt;li&gt;Manually set up explicit recovery IP settings per VM.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;li&gt;No IP customization (NO_CUSTOMIZATION) &lt;ul&gt; &lt;li&gt;Do not change VM IP settings during recovery.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(IpCustomizationTypeEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NicSettings</maml:name>
        <maml:Description>
          <maml:para>Contains the IP settings for all the virtual ethernet cards on the VM</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;NicSettings&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;NicSettings&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Priority</maml:name>
        <maml:Description>
          <maml:para>Recovery priority group. Used to translate server priority values to client priorities. The recovery priority for this VM. P1 is the highest and P5 is the lowest priority.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(PriorityEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StartupAction</maml:name>
        <maml:Description>
          <maml:para>Startup action after recovery:&lt;ul&gt;&lt;li&gt;DO_NOT_POWER_ON - The VM will not be powered on and post-power-on steps will not be executed as partof the recovery and test workflows. Note that the VM may still get powered onduring recovery as part of the IP customization workflow.&lt;li&gt;POWER_ON - The VM will be powered on and post-power-on steps will be executed as part of the recovery and test workflows.&lt;/ul&gt;</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(StartupActionEnum)</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ShutdownActionSettings</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ShutdownActionSettings</command:parameterValue>
        <dev:type>
          <maml:name>ShutdownActionSettings</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrePowerOnSteps</maml:name>
        <maml:Description>
          <maml:para>Contains all per VM steps that should be executed before the VM is powered on</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;Callout&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;Callout&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PostPowerOnSteps</maml:name>
        <maml:Description>
          <maml:para>Contains all per VM steps that should be executed after the VM is powered on</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;Callout&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;Callout&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StartupActionSettings</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">StartupActionSettings</command:parameterValue>
        <dev:type>
          <maml:name>StartupActionSettings</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DependentVms</maml:name>
        <maml:Description>
          <maml:para>This is a list of VM identities that must be powered-on before this VM can be powered on. Dependencies are only valid within VMs of the same recovery priority. If there are dependent VMs that are not in the current plan and same recovery priority, they will be ignored. This list may contain VMs that are not contained by any protection group in the plan. But it will only contain valid VMs.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;DependentVm&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;DependentVm&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>


$GeneralIpV4Setting &#x3D; Initialize-SrmGeneralIpV4Setting -IpAddress &quot;MyIpAddress&quot; -Type &quot;DHCP&quot; -DefaultGateway &quot;MyDefaultGateway&quot; -AlternateGateway &quot;MyAlternateGateway&quot; -SubnetMask &quot;255.255.255.0&quot;
$GeneralIpV6Setting &#x3D; Initialize-SrmGeneralIpV6Setting -IpAddress &quot;fdda:5cc1:23:4::1f&quot; -Type &quot;DHCP&quot; -DefaultGateway &quot;MyDefaultGateway&quot; -AlternateGateway &quot;MyAlternateGateway&quot; -SubnetPrefixLength 0
$DnsSetting &#x3D; Initialize-SrmDnsSetting -Type &quot;DHCP&quot; -PreferredServer &quot;MyPreferredServer&quot; -AlternateServer &quot;MyAlternateServer&quot; -Suffixes &quot;MySuffixes&quot;
$WinsSetting &#x3D; Initialize-SrmWinsSetting -PrimaryServer &quot;MyPrimaryServer&quot; -AlternateServer &quot;MyAlternateServer&quot;
$IpSettings &#x3D; Initialize-SrmIpSettings -IpV4 $GeneralIpV4Setting -IpV6 $GeneralIpV6Setting -Dns $DnsSetting -Wins $WinsSetting

$NicSettings &#x3D; Initialize-SrmNicSettings -DeviceId 0 -PrimaryIpSettings $IpSettings -SecondaryIpSettings $IpSettings

$ShutdownActionSettings &#x3D; Initialize-SrmShutdownActionSettings -SkipShutdownGuest $false -TimeoutSeconds 0
$Callout &#x3D; Initialize-SrmCallout -Name &quot;MyName&quot; -Content &quot;MyContent&quot; -CalloutType &quot;PROMPT&quot; -TimeoutSeconds 0 -StepType &quot;PRE_POWER_ON&quot; -Id &quot;MyId&quot;
$StartupActionSettings &#x3D; Initialize-SrmStartupActionSettings -PowerOnVmtoolsTimeoutSeconds 0 -DelayBeforePowerOnStepsAndDependentVmsSeconds 0
$DependentVm &#x3D; Initialize-SrmDependentVm -Id &quot;MyId&quot; -Name &quot;MyName&quot; -Template $false -InsideVapp $false -Status &quot;OK&quot; -PriorityGroup &quot;P1&quot; -ProtectionGroupName &quot;MyProtectionGroupName&quot;
$VmRecoverySettingsSpec &#x3D; Initialize-SrmVmRecoverySettingsSpec -IpCustomizationType &quot;AUTO&quot; -NicSettings $NicSettings -Priority &quot;P1&quot; -StartupAction &quot;POWER_ON&quot; -ShutdownActionSettings $ShutdownActionSettings -PrePowerOnSteps $Callout -PostPowerOnSteps $Callout -StartupActionSettings $StartupActionSettings -DependentVms $DependentVm
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVmRecoverySettingsSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ShutdownActionSettings &#x3D; Initialize-SrmShutdownActionSettings -TimeoutSeconds 0
$VmRecoverySettingsSpec &#x3D; Initialize-SrmVmRecoverySettingsSpec -IpCustomizationType &quot;AUTO&quot; -Priority &quot;P1&quot; -StartupAction &quot;POWER_ON&quot; -ShutdownActionSettings $ShutdownActionSettings
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVmRecoverySettingsSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmvmrecoverysettingsspec</maml:uri>
      </maml:navigationLink>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmShutdownActionSettings</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-SrmStartupActionSettings</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmVmReplicationInfoDrResponseEntity</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VmReplicationInfoDrResponseEntity</command:noun>
      <maml:description>
        <maml:para>Information about replicated virtual machine.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Information about replicated virtual machine.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmVmReplicationInfoDrResponseEntity</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The identifier of the virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the virtual machine.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Template</maml:name>
          <maml:Description>
            <maml:para>Whether this VM is a template VM</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>InsideVapp</maml:name>
          <maml:Description>
            <maml:para>Whether this VM is inside a vApp</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ReplicationStatus</maml:name>
          <maml:Description>
            <maml:para>Virtual machine VR replication status</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>default(VMware.Sdk.Srm.Model.VmReplicationInfo.ReplicationStatusEnum)</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The identifier of the virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the virtual machine.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Template</maml:name>
        <maml:Description>
          <maml:para>Whether this VM is a template VM</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>InsideVapp</maml:name>
        <maml:Description>
          <maml:para>Whether this VM is inside a vApp</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ReplicationStatus</maml:name>
        <maml:Description>
          <maml:para>Virtual machine VR replication status</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>default(VMware.Sdk.Srm.Model.VmReplicationInfo.ReplicationStatusEnum)</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$VmReplicationInfoDrResponseEntity &#x3D; Initialize-SrmVmReplicationInfoDrResponseEntity -Id &quot;MyId&quot; -Name &quot;MyName&quot; -Template $false -InsideVapp $false -ReplicationStatus &quot;FULL_SYNC&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVmReplicationInfoDrResponseEntity with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VmReplicationInfoDrResponseEntity &#x3D; Initialize-SrmVmReplicationInfoDrResponseEntity -Id &quot;MyId&quot; -Name &quot;MyName&quot; -ReplicationStatus &quot;FULL_SYNC&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVmReplicationInfoDrResponseEntity with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmvmreplicationinfodrresponseentity</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmVvolProtectionGroupSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VvolProtectionGroupSpec</command:noun>
      <maml:description>
        <maml:para>VMware vSphere Virtual Volumes (vVols)-based replication details for creation or modification of the protection group.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>VMware vSphere Virtual Volumes (vVols)-based replication details for creation or modification of the protection group.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmVvolProtectionGroupSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ReplicationGroups</maml:name>
          <maml:Description>
            <maml:para>The list of replication groups that are currently unprotected which will be associated with a protection group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VvolReplicationGroupData&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VvolReplicationGroupData&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ReplicationGroups</maml:name>
        <maml:Description>
          <maml:para>The list of replication groups that are currently unprotected which will be associated with a protection group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VvolReplicationGroupData&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VvolReplicationGroupData&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$VvolReplicationGroupData &#x3D; Initialize-SrmVvolReplicationGroupData -FaultDomainId &quot;MyFaultDomainId&quot; -DeviceGroupId &quot;MyDeviceGroupId&quot;
$VvolProtectionGroupSpec &#x3D; Initialize-SrmVvolProtectionGroupSpec -ReplicationGroups $VvolReplicationGroupData
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVvolProtectionGroupSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$VvolReplicationGroupData &#x3D; Initialize-SrmVvolReplicationGroupData -FaultDomainId &quot;MyFaultDomainId&quot; -DeviceGroupId &quot;MyDeviceGroupId&quot;
$VvolProtectionGroupSpec &#x3D; Initialize-SrmVvolProtectionGroupSpec -ReplicationGroups $VvolReplicationGroupData
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVvolProtectionGroupSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmvvolprotectiongroupspec</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmVvolReplicationGroupData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VvolReplicationGroupData</command:noun>
      <maml:description>
        <maml:para>Details about the VMware vSphere Virtual Volumes replication group.No summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Details about the VMware vSphere Virtual Volumes replication group.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmVvolReplicationGroupData</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FaultDomainId</maml:name>
          <maml:Description>
            <maml:para>The fault domain ID.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DeviceGroupId</maml:name>
          <maml:Description>
            <maml:para>The Device group ID.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FaultDomainId</maml:name>
        <maml:Description>
          <maml:para>The fault domain ID.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DeviceGroupId</maml:name>
        <maml:Description>
          <maml:para>The Device group ID.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$VvolReplicationGroupData &#x3D; Initialize-SrmVvolReplicationGroupData -FaultDomainId &quot;MyFaultDomainId&quot; -DeviceGroupId &quot;MyDeviceGroupId&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVvolReplicationGroupData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VvolReplicationGroupData &#x3D; Initialize-SrmVvolReplicationGroupData -FaultDomainId &quot;MyFaultDomainId&quot; -DeviceGroupId &quot;MyDeviceGroupId&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmVvolReplicationGroupData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmvvolreplicationgroupdata</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SrmWinsSetting</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>WinsSetting</command:noun>
      <maml:description>
        <maml:para>WINS settingNo summary available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>WINS setting</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SrmWinsSetting</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrimaryServer</maml:name>
          <maml:Description>
            <maml:para>The address of the preferred WINS server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AlternateServer</maml:name>
          <maml:Description>
            <maml:para>The address of the alternate WINS server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrimaryServer</maml:name>
        <maml:Description>
          <maml:para>The address of the preferred WINS server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AlternateServer</maml:name>
        <maml:Description>
          <maml:para>The address of the alternate WINS server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$WinsSetting &#x3D; Initialize-SrmWinsSetting -PrimaryServer &quot;MyPrimaryServer&quot; -AlternateServer &quot;MyAlternateServer&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmWinsSetting with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$WinsSetting &#x3D; Initialize-SrmWinsSetting
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SrmWinsSetting with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://developer.vmware.com/docs/powercli/latest/vmware.sdk.srm/commands/initialize-srmwinssetting</maml:uri>
      </maml:navigationLink>
 
    </command:relatedLinks>
  </command:command>
 
</helpItems>