Start-DtcDiagnosticResourceManager
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.
Examples
Example 1: Start a diagnostic resource manager
PS C:\> Start-DtcDiagnosticResourceManager -Port 17124 -Name "testRM"
This example starts a DTC diagnostic resource manager.
Parameters
-Name
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.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Port
Specifies the listening port of the test RM.
Type: | Int32 |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |