Start-DtcDiagnosticResourceManager

Applies To: Windows Server 2012 R2 Preview

Start-DtcDiagnosticResourceManager

Start-DtcDiagnosticResourceManager starts running a Diagnostic Resource Manager (RM) as a Windows 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 Windows 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

none

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

none

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.

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.