HelpCache/Microsoft.Dtc.PowerShell.dll-help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems xmlns="http://msh" schema="maml">
  <!-- Updatable Help Version 3.0.0.0 -->
  <command:command xmlns:maml="http://schemas.microsoft.com/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>Complete-DtcDiagnosticTransaction</command:name>
      <maml:description>
        <maml:para>Invokes the Commit process if the specified transaction is the root transaction; otherwise it invokes the Complete method on the transaction object specified by DtcDiagnosticTransaction.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Complete</command:verb>
      <command:noun>DtcDiagnosticTransaction</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>Complete-DTCDiagnoticTransaction invokes the Commit process if the specified transaction is the root transaction; otherwise it invokes the Complete method on the transaction object specified by DtcDiagnosticTransaction. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Complete-DtcDiagnosticTransaction</maml:name>
        <command:parameter required="true" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="1" aliases="">
          <maml:name>Transaction</maml:name>
          <maml:description>
            <maml:para></maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">DtcDiagnosticTransaction</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="1" aliases="">
        <maml:name>Transaction</maml:name>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">DtcDiagnosticTransaction</command:parameterValue>
        <dev:type>
          <maml:name>DtcDiagnosticTransaction</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Default</maml:name>
          <maml:uri></maml:uri>
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description>
          <maml:para>Specifies the DtcDiagnosticTransaction object on which to invoke the Complete method. This parameter can be piped into the cmdlet.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues></command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <command:examples>
      <command:example>
        <maml:title></maml:title>
        <maml:introduction>
          <maml:para></maml:para>
        </maml:introduction>
        <dev:code>PS C:\&gt;
</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
        <command:commandLines>
          <command:commandLine>
            <command:commandText />
          </command:commandLine>
        </command:commandLines>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://go.microsoft.com/fwlink/?linkid=317152
</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/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>Join-DtcDiagnosticResourceManager</command:name>
      <maml:description>
        <maml:para>Join-DtcDiagnosticResourceManager enlists a given diagnostic Resource Manager (RM) for a specified transaction object. The transaction first needs to be sent to the RM.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Join</command:verb>
      <command:noun>DtcDiagnosticResourceManager</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>Join-DtcDiagnosticResourceManager enlists a given diagnostic Resource Manager (RM) for a specified transaction object. The transaction first needs to be sent to the RM.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Join-DtcDiagnosticResourceManager</maml:name>
        <command:parameter required="true" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="1" aliases="">
          <maml:name>Transaction</maml:name>
          <maml:description>
            <maml:para>Specifies the transaction object on which the RM is to be enlisted.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">DtcDiagnosticTransaction</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="2" aliases="">
          <maml:name>ComputerName</maml:name>
          <maml:description>
            <maml:para>Specifies the hostname of the computer on which the RM is running. If no hostname is specified the name of the local computer is used.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="3" aliases="">
          <maml:name>Port</maml:name>
          <maml:description>
            <maml:para>Specifies the listening port of the test RM. If no port number is specified, the name of the local computer is used.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="named" aliases="">
          <maml:name>Volatile</maml:name>
          <maml:description>
            <maml:para>If this optional parameter is specified, then a volatile enlistment is made. The default is a durable enlistment.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="2" aliases="">
        <maml:name>ComputerName</maml:name>
        <maml:description>
          <maml:para>Specifies the hostname of the computer on which the RM is running. If no hostname is specified the name of the local computer is used.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="3" aliases="">
        <maml:name>Port</maml:name>
        <maml:description>
          <maml:para>Specifies the listening port of the test RM. If no port number is specified, the name of the local computer 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></dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="1" aliases="">
        <maml:name>Transaction</maml:name>
        <maml:description>
          <maml:para>Specifies the transaction object on which the RM is to be enlisted.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">DtcDiagnosticTransaction</command:parameterValue>
        <dev:type>
          <maml:name>DtcDiagnosticTransaction</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="named" aliases="">
        <maml:name>Volatile</maml:name>
        <maml:description>
          <maml:para>If this optional parameter is specified, then a volatile enlistment is made. The default is a durable enlistment.</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></dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri></maml:uri>
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri></maml:uri>
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <command:examples>
      <command:example>
        <maml:title></maml:title>
        <maml:introduction>
          <maml:para></maml:para>
        </maml:introduction>
        <dev:code>PS C:\&gt;
</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
        <command:commandLines>
          <command:commandLine>
            <command:commandText />
          </command:commandLine>
        </command:commandLines>
      </command:example>
      <command:example>
        <maml:title></maml:title>
        <maml:introduction>
          <maml:para></maml:para>
        </maml:introduction>
        <dev:code>
PS C:\&gt;
</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
        <command:commandLines>
          <command:commandLine>
            <command:commandText />
          </command:commandLine>
        </command:commandLines>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://go.microsoft.com/fwlink/?linkid=317166
</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/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>New-DtcDiagnosticTransaction</command:name>
      <maml:description>
        <maml:para>New-DtcDiagnosticTransaction creates a new transaction in a Transaction Manager (TM) on the specified host. By default it creates a transaction on the default transaction manager on the local computer. This command returns a transaction object that can passed to other cmdlets.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>DtcDiagnosticTransaction</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>New-DtcDiagnosticTransaction creates a new transaction in a Transaction Manager (TM) on the specified host. By default it creates a transaction on the default transaction manager on the local computer. This command returns a transaction object that can passed to other cmdlets.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-DtcDiagnosticTransaction</maml:name>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="1" aliases="">
          <maml:name>Timeout</maml:name>
          <maml:description>
            <maml:para>Specifies the timeout for the transaction in seconds. If not specified the default timeout value specified in System.Transactions.Transaction object is used.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="2" aliases="">
          <maml:name>IsolationLevel</maml:name>
          <maml:description>
            <maml:para>Specifies the isolation level to be used by the transaction. Allowed values are Serializable, RepeatableRead, ReadCommitted, ReadUncommitted, Snapshot and Chaos. If not specified the default IsolationLevel value specified in System.Transactions.Transaction object is used.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">IsolationLevel</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="2" aliases="">
        <maml:name>IsolationLevel</maml:name>
        <maml:description>
          <maml:para>Specifies the isolation level to be used by the transaction. Allowed values are Serializable, RepeatableRead, ReadCommitted, ReadUncommitted, Snapshot and Chaos. If not specified the default IsolationLevel value specified in System.Transactions.Transaction object is used.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">IsolationLevel</command:parameterValue>
        <dev:type>
          <maml:name>IsolationLevel</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="1" aliases="">
        <maml:name>Timeout</maml:name>
        <maml:description>
          <maml:para>Specifies the timeout for the transaction in seconds. If not specified the default timeout value specified in System.Transactions.Transaction object 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></dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri></maml:uri>
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri></maml:uri>
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <command:examples>
      <command:example>
        <maml:title></maml:title>
        <maml:introduction>
          <maml:para></maml:para>
        </maml:introduction>
        <dev:code>PS C:\&gt;
</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
        <command:commandLines>
          <command:commandLine>
            <command:commandText />
          </command:commandLine>
        </command:commandLines>
      </command:example>
      <command:example>
        <maml:title></maml:title>
        <maml:introduction>
          <maml:para></maml:para>
        </maml:introduction>
        <dev:code>
PS C:\&gt;
</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
        <command:commandLines>
          <command:commandLine>
            <command:commandText />
          </command:commandLine>
        </command:commandLines>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://go.microsoft.com/fwlink/?linkid=317167
</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/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>Receive-DtcDiagnosticTransaction</command:name>
      <maml:description>
        <maml:para>Receive-DtcDiagnosticTransaction propagates a transaction from a given Diagnostic Resource manager (RM). A transaction is created on the specified RM and propagated to the PowerShell client using either PULL or PUSH propagation, as specified by the user.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Receive</command:verb>
      <command:noun>DtcDiagnosticTransaction</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>Receive-DtcDiagnosticTransaction propagates a transaction from a given Diagnostic Resource manager (RM). A transaction is created on the specified RM and propagated to the PowerShell client using either PULL or PUSH propagation, as specified by the user.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Receive-DtcDiagnosticTransaction</maml:name>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="1" aliases="">
          <maml:name>ComputerName</maml:name>
          <maml:description>
            <maml:para>Specifies the hostname of the computer on which the RM is running. If no hostname is specified the name of the local computer is used.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="2" aliases="">
          <maml:name>Port</maml:name>
          <maml:description>
            <maml:para>Specifies the listening port of the test RM. If no port number is specified, the name of the local computer is used.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="3" aliases="">
          <maml:name>PropagationMethod</maml:name>
          <maml:description>
            <maml:para>Specifies the propagation mechanism (PULL/PUSH) to be used. The default is PULL.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">DtcTransactionPropagation</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="1" aliases="">
        <maml:name>ComputerName</maml:name>
        <maml:description>
          <maml:para>Specifies the hostname of the computer on which the RM is running. If no hostname is specified the name of the local computer is used.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="2" aliases="">
        <maml:name>Port</maml:name>
        <maml:description>
          <maml:para>Specifies the listening port of the test RM. If no port number is specified, the name of the local computer 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></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="3" aliases="">
        <maml:name>PropagationMethod</maml:name>
        <maml:description>
          <maml:para>Specifies the propagation mechanism (PULL/PUSH) to be used. The default is PULL.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">DtcTransactionPropagation</command:parameterValue>
        <dev:type>
          <maml:name>DtcTransactionPropagation</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri></maml:uri>
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri></maml:uri>
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <command:examples>
      <command:example>
        <maml:title></maml:title>
        <maml:introduction>
          <maml:para></maml:para>
        </maml:introduction>
        <dev:code>PS C:\&gt;
</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
        <command:commandLines>
          <command:commandLine>
            <command:commandText />
          </command:commandLine>
        </command:commandLines>
      </command:example>
      <command:example>
        <maml:title></maml:title>
        <maml:introduction>
          <maml:para></maml:para>
        </maml:introduction>
        <dev:code>
PS C:\&gt;
</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
        <command:commandLines>
          <command:commandLine>
            <command:commandText />
          </command:commandLine>
        </command:commandLines>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://go.microsoft.com/fwlink/?linkid=317168
</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/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>Send-DtcDiagnosticTransaction</command:name>
      <maml:description>
        <maml:para>Send-DtcDiagnosticTransaction propagates a transaction to a specified Diagnostic Resource Manager (RM). The propagation mechanism can be specified by the user.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Send</command:verb>
      <command:noun>DtcDiagnosticTransaction</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>Send-DtcDiagnosticTransaction propagates a transaction to a specified Diagnostic Resource Manager (RM). The propagation mechanism can be specified by the user.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Send-DtcDiagnosticTransaction</maml:name>
        <command:parameter required="true" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="1" aliases="">
          <maml:name>Transaction</maml:name>
          <maml:description>
            <maml:para>Specifies the transaction to be used in the transaction propagation. This parameter can be piped to the cmdlet.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">DtcDiagnosticTransaction</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="2" aliases="">
          <maml:name>ComputerName</maml:name>
          <maml:description>
            <maml:para>Specifies the hostname of the computer on which the RM is running. If no hostname is specified the name of the local computer is used.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="3" aliases="">
          <maml:name>Port</maml:name>
          <maml:description>
            <maml:para>Specifies the listening port of the test RM. If no port number is specified, the name of the local computer is used.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="4" aliases="">
          <maml:name>PropagationMethod</maml:name>
          <maml:description>
            <maml:para>Specifies the propagation mechanism (PULL/PUSH) to be used. The default is PULL.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">DtcTransactionPropagation</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="2" aliases="">
        <maml:name>ComputerName</maml:name>
        <maml:description>
          <maml:para>Specifies the hostname of the computer on which the RM is running. If no hostname is specified the name of the local computer is used.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="3" aliases="">
        <maml:name>Port</maml:name>
        <maml:description>
          <maml:para>Specifies the listening port of the test RM. If no port number is specified, the name of the local computer 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></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="4" aliases="">
        <maml:name>PropagationMethod</maml:name>
        <maml:description>
          <maml:para>Specifies the propagation mechanism (PULL/PUSH) to be used. The default is PULL.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">DtcTransactionPropagation</command:parameterValue>
        <dev:type>
          <maml:name>DtcTransactionPropagation</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="1" aliases="">
        <maml:name>Transaction</maml:name>
        <maml:description>
          <maml:para>Specifies the transaction to be used in the transaction propagation. This parameter can be piped to the cmdlet.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">DtcDiagnosticTransaction</command:parameterValue>
        <dev:type>
          <maml:name>DtcDiagnosticTransaction</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri></maml:uri>
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri></maml:uri>
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <command:examples>
      <command:example>
        <maml:title></maml:title>
        <maml:introduction>
          <maml:para></maml:para>
        </maml:introduction>
        <dev:code>PS C:\&gt;
</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
        <command:commandLines>
          <command:commandLine>
            <command:commandText />
          </command:commandLine>
        </command:commandLines>
      </command:example>
      <command:example>
        <maml:title></maml:title>
        <maml:introduction>
          <maml:para></maml:para>
        </maml:introduction>
        <dev:code>
PS C:\&gt;
</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
        <command:commandLines>
          <command:commandLine>
            <command:commandText />
          </command:commandLine>
        </command:commandLines>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://go.microsoft.com/fwlink/?linkid=317171
</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/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>Start-DtcDiagnosticResourceManager</command:name>
      <maml:description>
        <maml:para>Start-DtcDiagnosticResourceManager starts running a Diagnostic Resource Manager (RM) as a powershell background job.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Start</command:verb>
      <command:noun>DtcDiagnosticResourceManager</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>Start-DtcDiagnosticResourceManager starts running a Diagnostic Resource Manager (RM) as a powershell background job.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Start-DtcDiagnosticResourceManager</maml:name>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="1" aliases="">
          <maml:name>Port</maml:name>
          <maml:description>
            <maml:para>Specifies the port number on which the test RM is listening for requests to flow transactions. If no port number is specified, a default port number is used.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="2" aliases="">
          <maml:name>Name</maml:name>
          <maml:description>
            <maml:para>Specifies the name for the diagnostic resource manager to start. This name can later be used to refer to the RM. If no name is specified, RM instance Id, a guid, is always assigned to the RM and can be used to refer to it.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="2" aliases="">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Specifies the name for the diagnostic resource manager to start. This name can later be used to refer to the RM. If no name is specified, RM instance Id, a guid, is always assigned to the RM and can be used to refer to it.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="1" aliases="">
        <maml:name>Port</maml:name>
        <maml:description>
          <maml:para>Specifies the port number on which the test RM is listening for requests to flow transactions. If no port number is specified, a default port number 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></dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri></maml:uri>
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri></maml:uri>
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <command:examples>
      <command:example>
        <maml:title></maml:title>
        <maml:introduction>
          <maml:para></maml:para>
        </maml:introduction>
        <dev:code>PS C:\&gt;
</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
        <command:commandLines>
          <command:commandLine>
            <command:commandText />
          </command:commandLine>
        </command:commandLines>
      </command:example>
      <command:example>
        <maml:title></maml:title>
        <maml:introduction>
          <maml:para></maml:para>
        </maml:introduction>
        <dev:code>
PS C:\&gt;
</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
        <command:commandLines>
          <command:commandLine>
            <command:commandText />
          </command:commandLine>
        </command:commandLines>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://go.microsoft.com/fwlink/?linkid=317183
</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/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>Stop-DtcDiagnosticResourceManager</command:name>
      <maml:description>
        <maml:para>Stop-DtcDiagnosticResourceManager stops and removes a DiagnosticResourceManagerJob that is running as a PowerShell background job.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Stop</command:verb>
      <command:noun>DtcDiagnosticResourceManager</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>Unlike Start-DtcDiagnosticResourceManager that can be invoked without any parameters to start the default Resource Manager, Stop-DtcDiagnosticResourceManager requires that you explicitly specify the name of the default Resource Manager. For example, Stop-DtcDiagnosticResourceManager "DtcDiagRM:3002".</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Stop-DtcDiagnosticResourceManager</maml:name>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="1" aliases="">
          <maml:name>Job</maml:name>
          <maml:description>
            <maml:para>Specifies the DtcDiagResourceManagerJob instance to stop. This parameter can be piped.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">DtcDiagnosticResourceManagerJob</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Stop-DtcDiagnosticResourceManager</maml:name>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="1" aliases="">
          <maml:name>InstanceId</maml:name>
          <maml:description>
            <maml:para>Specifies the DtcDiagResourceManagerJob instance id to stop.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Stop-DtcDiagnosticResourceManager</maml:name>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="1" aliases="">
          <maml:name>Name</maml:name>
          <maml:description>
            <maml:para>Specifies a name of the diagnostic resource manager to stop.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="1" aliases="">
        <maml:name>InstanceId</maml:name>
        <maml:description>
          <maml:para>Specifies the DtcDiagResourceManagerJob instance id to stop.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="1" aliases="">
        <maml:name>Job</maml:name>
        <maml:description>
          <maml:para>Specifies the DtcDiagResourceManagerJob instance to stop. This parameter can be piped.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">DtcDiagnosticResourceManagerJob</command:parameterValue>
        <dev:type>
          <maml:name>DtcDiagnosticResourceManagerJob</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="1" aliases="">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Specifies a name of the diagnostic resource manager to stop.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes></command:inputTypes>
    <command:returnValues></command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <command:examples>
      <command:example>
        <maml:title></maml:title>
        <maml:introduction>
          <maml:para></maml:para>
        </maml:introduction>
        <dev:code>PS C:\&gt;
</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
        <command:commandLines>
          <command:commandLine>
            <command:commandText />
          </command:commandLine>
        </command:commandLines>
      </command:example>
      <command:example>
        <maml:title></maml:title>
        <maml:introduction>
          <maml:para></maml:para>
        </maml:introduction>
        <dev:code>
PS C:\&gt;
</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
        <command:commandLines>
          <command:commandLine>
            <command:commandText />
          </command:commandLine>
        </command:commandLines>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://go.microsoft.com/fwlink/?linkid=317186
</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/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>Undo-DtcDiagnosticTransaction</command:name>
      <maml:description>
        <maml:para>Undo-DtcDiagnosticTransaction invokes the Abort process on the specified transaction. </maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Undo</command:verb>
      <command:noun>DtcDiagnosticTransaction</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>Undo-DtcDiagnosticTransaction invokes the Abort process on the specified transaction. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Undo-DtcDiagnosticTransaction</maml:name>
        <command:parameter required="true" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="1" aliases="">
          <maml:name>Transaction</maml:name>
          <maml:description>
            <maml:para></maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">DtcDiagnosticTransaction</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="1" aliases="">
        <maml:name>Transaction</maml:name>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">DtcDiagnosticTransaction</command:parameterValue>
        <dev:type>
          <maml:name>DtcDiagnosticTransaction</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Default</maml:name>
          <maml:uri></maml:uri>
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description>
          <maml:para>Specifies the transaction object on which to invoke the Abort process. This parameter can be piped into the cmdlet.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri></maml:uri>
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <command:examples>
      <command:example>
        <maml:title></maml:title>
        <maml:introduction>
          <maml:para></maml:para>
        </maml:introduction>
        <dev:code>PS C:\&gt;
</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
        <command:commandLines>
          <command:commandLine>
            <command:commandText />
          </command:commandLine>
        </command:commandLines>
      </command:example>
      <command:example>
        <maml:title></maml:title>
        <maml:introduction>
          <maml:para></maml:para>
        </maml:introduction>
        <dev:code>
PS C:\&gt;
</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
        <command:commandLines>
          <command:commandLine>
            <command:commandText />
          </command:commandLine>
        </command:commandLines>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>http://go.microsoft.com/fwlink/?linkid=317188
</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
</helpItems>