PowerShell Logo Small

Stop-DtcTransactionsTraceSession



This is the built-in help made by Microsoft for the command 'Stop-DtcTransactionsTraceSession', 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 the active DTC transactions trace session on the host.

SYNTAX


Stop-DtcTransactionsTraceSession [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Stop-DtcTransactionsTraceSession cmdlet stops the active Distributed Transaction Coordinator (DTC) transactions trace session on the host. If there is no active session,
this cmdlet exits.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=317187
Get-DtcTransactionsTraceSession
Set-DtcTransactionsTraceSession
Start-DtcTransactionsTraceSession
Write-DtcTransactionsTraceSession

REMARKS

<

Examples


Example 1: Stop a DTC transaction trace session

PS C:\>Stop-DtcTransactionsTraceSession -Confirm:$False



This command stops a DTC transaction trace session.