Start-DtcDiagnosticResourceManager

Start-DtcDiagnosticResourceManager

Start-DtcDiagnosticResourceManager starts running a Diagnostic Resource Manager (RM) as a powershell background job.

Syntax

Parameter Set: Default
Start-DtcDiagnosticResourceManager [[-Port] <Int32> ] [[-Name] <String> ] [ <CommonParameters>]

Detailed Description

Start-DtcDiagnosticResourceManager starts running a Diagnostic Resource Manager (RM) as a powershell background job.

Parameters

-Name<String>

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.

Aliases

none

Required?

false

Position?

2

Default Value

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Port<Int32>

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.

Aliases

none

Required?

false

Position?

1

Default Value

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

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