HelpCache/MSFT_DtcTransactionTask_v1.0.cdxml-help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml">
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-DtcTransaction</command:name>
      <maml:description>
        <maml:para>Get-DtcTransaction can be used to retrieve information of transactions being handled by the DTC service specified by the DtcName Parameter.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DtcTransaction</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>Get-DtcTransaction can be used to retrieve information of transactions being handled by the DTC service specified by the DtcName Parameter.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DtcTransaction</maml:name>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="named" aliases="">
          <maml:name>DtcName</maml:name>
          <maml:description>
            <maml:para>Specifies the DTC service for which the transaction information is to be retrieved. If this parameter is null or set to Local, this will retrieve the information of transactions handled by the Local DTC service.</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="named" aliases="">
        <maml:name>DtcName</maml:name>
        <maml:description>
          <maml:para>Specifies the DTC service for which the transaction information is to be retrieved. If this parameter is null or set to Local, this will retrieve the information of transactions handled by the Local DTC service.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri></maml: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=317161
</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/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>Set-DtcTransaction</command:name>
      <maml:description>
        <maml:para>Set-DtcTransaction can be used to modify the state of a transaction in the DTC host level properties stored in the registry.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>DtcTransaction</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>Set-DtcTransaction can be used to modify the state of a transaction in the DTC host level properties stored in the registry.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-DtcTransaction</maml:name>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="named" aliases="">
          <maml:name>DtcName</maml:name>
          <maml:description>
            <maml:para>Specifies the DTC service for which to modify the state of a transactions DTC host level properties</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="" pipelineInput="false" position="named" aliases="">
          <maml:name>Abort</maml:name>
          <maml:description>
            <maml:para>Specifies to abort the specified transaction.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="" pipelineInput="false" position="named" aliases="">
          <maml:name>TransactionId</maml:name>
          <maml:description>
            <maml:para>Specifies the TransactionId of the transaction to be returned.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-DtcTransaction</maml:name>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="named" aliases="">
          <maml:name>DtcName</maml:name>
          <maml:description>
            <maml:para>Specifies the DTC service for which to modify the state of a transactions DTC host level properties</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="" pipelineInput="false" position="named" aliases="">
          <maml:name>Commit</maml:name>
          <maml:description>
            <maml:para>Specifies to commit the specified transaction.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="" pipelineInput="false" position="named" aliases="">
          <maml:name>TransactionId</maml:name>
          <maml:description>
            <maml:para>Specifies the TransactionId of the transaction to be returned.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-DtcTransaction</maml:name>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="named" aliases="">
          <maml:name>DtcName</maml:name>
          <maml:description>
            <maml:para>Specifies the DTC service for which to modify the state of a transactions DTC host level properties</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="" pipelineInput="false" position="named" aliases="">
          <maml:name>Forget</maml:name>
          <maml:description>
            <maml:para>Specifies to forget the specified transaction.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="" pipelineInput="false" position="named" aliases="">
          <maml:name>TransactionId</maml:name>
          <maml:description>
            <maml:para>Specifies the TransactionId of the transaction to be returned.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-DtcTransaction</maml:name>
        <command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="named" aliases="">
          <maml:name>DtcName</maml:name>
          <maml:description>
            <maml:para>Specifies the DTC service for which to modify the state of a transactions DTC host level properties</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="" pipelineInput="false" position="named" aliases="">
          <maml:name>Trace</maml:name>
          <maml:description>
            <maml:para></maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="" pipelineInput="false" position="named" aliases="">
          <maml:name>TransactionId</maml:name>
          <maml:description>
            <maml:para>Specifies the TransactionId of the transaction to be returned.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="" pipelineInput="false" position="named" aliases="">
        <maml:name>Abort</maml:name>
        <maml:description>
          <maml:para>Specifies to abort the specified transaction.</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:parameter required="true" variableLength="false" globbing="" pipelineInput="false" position="named" aliases="">
        <maml:name>Commit</maml:name>
        <maml:description>
          <maml:para>Specifies to commit the specified transaction.</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:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="named" aliases="">
        <maml:name>DtcName</maml:name>
        <maml:description>
          <maml:para>Specifies the DTC service for which to modify the state of a transactions DTC host level properties</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="" pipelineInput="false" position="named" aliases="">
        <maml:name>Forget</maml:name>
        <maml:description>
          <maml:para>Specifies to forget the specified transaction.</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:parameter required="true" variableLength="false" globbing="" pipelineInput="false" position="named" aliases="">
        <maml:name>Trace</maml:name>
        <maml:description>
          <maml:para></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:parameter required="true" variableLength="false" globbing="" pipelineInput="false" position="named" aliases="">
        <maml:name>TransactionId</maml:name>
        <maml:description>
          <maml:para>Specifies the TransactionId of the transaction to be returned.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri></maml: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=317179
</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
</helpItems>