PowerShell Logo Small

Stop-DtcDiagnosticResourceManager



This is the built-in help made by Microsoft for the command 'Stop-DtcDiagnosticResourceManager', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

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



Search powershellhelp.space

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.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=317186
Join-DtcDiagnosticResourceManager
Start-DtcDiagnosticResourceManager

REMARKS

<

Examples


Example 1: Stop a diagnostic resource manager

PS C:\>Stop-DtcDiagnosticResourceManager -Name "testRM"



This command stops the DTC diagnostic resource manager named testRM.