Receive-DtcDiagnosticTransaction

Applies To: Windows Server 2012 R2 Preview

Receive-DtcDiagnosticTransaction

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.

Syntax

Parameter Set: Default
Receive-DtcDiagnosticTransaction [[-ComputerName] <String> ] [[-Port] <Int32> ] [[-PropagationMethod] <DtcTransactionPropagation> ] [ <CommonParameters>]

Detailed Description

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.

Parameters

-ComputerName<String>

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.

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-Port<Int32>

Specifies the listening port of the test RM. If no port number is specified, the name of the local computer is used.

Aliases

none

Required?

false

Position?

2

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-PropagationMethod<DtcTransactionPropagation>

Specifies the propagation mechanism (PULL/PUSH) to be used. The default is PULL.

Aliases

none

Required?

false

Position?

3

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters.

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.