PowerShell Logo Small

Receive-DtcDiagnosticTransaction



This is the built-in help made by Microsoft for the command 'Receive-DtcDiagnosticTransaction', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Propagates a transaction from a given diagnostic Resource Manager.

SYNTAX


Receive-DtcDiagnosticTransaction [[-ComputerName] <String>] [[-Port] <Int32>] [[-PropagationMethod] <DtcTransactionPropagation>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Receive-DtcDiagnosticTransaction cmdlet propagates a transaction from a specified diagnostic Resource Manager (RM). A transaction is created on the specified RM and
propagated to the Windows PowerShell® client using either pull or push propagation. Use the PropagationMethod parameter to specify the propagation mechanism.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=317168
Complete-DtcDiagnosticTransaction
New-DtcDiagnosticTransaction
Send-DtcDiagnosticTransaction
Undo-DtcDiagnosticTransaction

REMARKS

<

Examples


Example 1: Receive a diagnostic transaction

PS C:\>Receive-DtcDiagnosticTransaction –ComputerName "Host1" –Port 17123 –PropagationMethod Pull
Id
--
d23fd4b1-1b54-486a-9e9f-a92550a19ce2



This command pulls a diagnostic transaction from Host1 port 17123.