< Back

Start-DtcDiagnosticResourceManager

Tue Jan 29, 2019 10:25 pm

NAME Start-DtcDiagnosticResourceManager



SYNOPSIS

Starts a diagnostic Resource Manager.





SYNTAX

Start-DtcDiagnosticResourceManager [[-Port] <Int32>] [[-Name] <String>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-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.



Required? false

Position? 2

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-Port [<Int32>]

Specifies the listening port of the test RM.



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, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS











OUTPUTS











Example 1: Start a diagnostic resource manager



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



This example starts a DTC diagnostic resource manager.







RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=317183

Join-DtcDiagnosticResourceManager

Stop-DtcDiagnosticResourceManager