PowerShell Logo Small

Stop-DtcDiagnosticResourceManager



This is the built-in help made by Microsoft for the command 'Stop-DtcDiagnosticResourceManager', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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

Stop-DtcDiagnosticResourceManager stops and removes a DiagnosticResourceManagerJob that is running as a PowerShell background job.

SYNTAX


Stop-DtcDiagnosticResourceManager [[-Job] <DtcDiagnosticResourceManagerJob>] [<CommonParameters>]
Stop-DtcDiagnosticResourceManager [[-InstanceId] <Guid>] [<CommonParameters>]
Stop-DtcDiagnosticResourceManager [[-Name] <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Unlike Start-DtcDiagnosticResourceManager that can be invoked without any parameters to start the default Resource Manager,
Stop-DtcDiagnosticResourceManager requires that you explicitly specify the name of the default Resource Manager. For example,
Stop-DtcDiagnosticResourceManager "DtcDiagRM:3002".



<

RELATED LINKS


Online Version:



REMARKS

<

Examples




PS C:\>










PS C:\>