PowerShell Logo Small

Write-DtcTransactionsTraceSession



This is the built-in help made by Microsoft for the command 'Write-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

Writes the data from an active DTC transactions trace session into the log file.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Write-DtcTransactionsTraceSession cmdlet writes the data from an active Distributed Transaction Coordinator (DTC) transactions trace session into the log file. If
there is no active session, this cmdlet exits.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Write a DTC transaction trace session to a log file

PS C:\>Write-DtcTransactionsTraceSession



This command writes current DTC transaction traces session information to a log file.