Start-Dtc
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.
Optional Parameters
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 |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the listening port of the test RM.
Type: | Int32 |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True (ByValue) |
Accept wildcard characters: | False |