Start-DtcDiagnosticResourceManager

Start-DtcDiagnosticResourceManager

Starts a diagnostic Resource Manager.

구문

Parameter Set: Default
Start-DtcDiagnosticResourceManager [[-Port] <Int32> ] [[-Name] <String> ] [-InformationAction <System.Management.Automation.ActionPreference> {SilentlyContinue | Stop | Continue | Inquire | Ignore | Suspend} ] [-InformationVariable <System.String> ] [ <CommonParameters>]

자세한 설명

The Start-DtcDiagnosticResourceManager cmdlet starts a diagnostic Resource Manager (RM) as a Windows PowerShell® background job.

매개 변수

-InformationAction<System.Management.Automation.ActionPreference>

별칭

infa

필수 여부

false

위치

named

기본값

none

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-InformationVariable<System.String>

별칭

iv

필수 여부

false

위치

named

기본값

none

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-Name<String>

Specifies the name for the diagnostic resource manager to start. You can later refer to the RM by using this name. If you do not specify a name, the RM instance ID, a GUID, is always assigned to the RM and you can refer to it by that ID.

별칭

none

필수 여부

false

위치

2

기본값

none

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-Port<Int32>

Specifies the listening port of the test RM.

별칭

none

필수 여부

false

위치

1

기본값

none

파이프라인 입력 적용 여부

True (ByValue)

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

예제

Example 1: Start a diagnostic resource manager

This example starts a DTC diagnostic resource manager.

PS C:\> Start-DtcDiagnosticResourceManager -Port 17124 -Name "testRM" 

관련 항목

Join-DtcDiagnosticResourceManager

Stop-DtcDiagnosticResourceManager