< Back
Stop-DtcDiagnosticResourceManager
Post
NAME Stop-DtcDiagnosticResourceManager
SYNOPSIS
Stops and removes a diagnostic Resource Manager job.
SYNTAX
Stop-DtcDiagnosticResourceManager [[-Job] <DtcDiagnosticResourceManagerJob>] [<CommonParameters>]
Stop-DtcDiagnosticResourceManager [[-InstanceId] <Guid>] [<CommonParameters>]
Stop-DtcDiagnosticResourceManager [[-Name] <String>] [<CommonParameters>]
DESCRIPTION
The Stop-DtcDiagnosticResourceManager cmdlet stops and removes a DiagnosticResourceManagerJob that runs as a Windows PowerShell???? background job.
To stop the default Resource Manager, you must explicitly specify the name of the default Resource Manager.
PARAMETERS
-InstanceId [<Guid>]
Specifies the DtcDiagResourceManagerJob instance ID to stop.
Required? false
Position? 1
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-Job [<DtcDiagnosticResourceManagerJob>]
Specifies the DtcDiagResourceManagerJob instance to stop. This parameter accepts pipeline input.
Required? false
Position? 1
Default value none
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Name [<String>]
Specifies a name of the diagnostic resource manager to stop.
Required? false
Position? 1
Default value none
Accept pipeline input? false
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: Stop a diagnostic resource manager
PS C:\\>Stop-DtcDiagnosticResourceManager -Name "testRM"
This command stops the DTC diagnostic resource manager named testRM.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/p/?linkid=317186
Join-DtcDiagnosticResourceManager
Start-DtcDiagnosticResourceManager
SYNOPSIS
Stops and removes a diagnostic Resource Manager job.
SYNTAX
Stop-DtcDiagnosticResourceManager [[-Job] <DtcDiagnosticResourceManagerJob>] [<CommonParameters>]
Stop-DtcDiagnosticResourceManager [[-InstanceId] <Guid>] [<CommonParameters>]
Stop-DtcDiagnosticResourceManager [[-Name] <String>] [<CommonParameters>]
DESCRIPTION
The Stop-DtcDiagnosticResourceManager cmdlet stops and removes a DiagnosticResourceManagerJob that runs as a Windows PowerShell???? background job.
To stop the default Resource Manager, you must explicitly specify the name of the default Resource Manager.
PARAMETERS
-InstanceId [<Guid>]
Specifies the DtcDiagResourceManagerJob instance ID to stop.
Required? false
Position? 1
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-Job [<DtcDiagnosticResourceManagerJob>]
Specifies the DtcDiagResourceManagerJob instance to stop. This parameter accepts pipeline input.
Required? false
Position? 1
Default value none
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Name [<String>]
Specifies a name of the diagnostic resource manager to stop.
Required? false
Position? 1
Default value none
Accept pipeline input? false
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: Stop a diagnostic resource manager
PS C:\\>Stop-DtcDiagnosticResourceManager -Name "testRM"
This command stops the DTC diagnostic resource manager named testRM.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/p/?linkid=317186
Join-DtcDiagnosticResourceManager
Start-DtcDiagnosticResourceManager