NAME
Start-DtcDiagnosticResourceManager
SYNOPSIS
Starts a diagnostic Resource Manager.SYNTAX
Start-DtcDiagnosticResourceManager [[-Port]
] [[-Name] ] [ ] DESCRIPTION
The Start-DtcDiagnosticResourceManager cmdlet starts a diagnostic Resource Manager (RM) as a Windows PowerShellr
background job.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. Required? false Position? 2 Default value none Accept pipeline input? false Accept wildcard characters? false] -Port [
Specifies the listening port of the test RM. Required? false Position? 1 Default value none Accept pipeline input? True (ByValue) Accept wildcard characters? false] This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/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=317183Join-DtcDiagnosticResourceManager
Stop-DtcDiagnosticResourceManager