PowerShell Logo Small

Get-DtcTransactionsTraceSession



This is the built-in help made by Microsoft for the command 'Get-DtcTransactionsTraceSession', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' 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

Gets the DTC transactions trace session specific setting of the host.

SYNTAX


Get-DtcTransactionsTraceSession [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-DtcTransactionsTraceSession cmdlet gets the Distributed Transaction Coordinator (DTC) transactions trace session specific setting of the host. All DTC instanc
es on a single host share trace settings.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Get DTC transactions trace session

PS C:\>Get-DtcTransactionsTraceSession
BufferCount SessionStatus PSComputerName
----------- ------------- --------------
25 Stopped



This command queries the summary of transactions trace session on the local host.