PowerShell Logo Small

Start-DtcTransactionsTraceSession



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

Starts a new DTC transactions trace session for the host.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Start-DtcTransactionsTraceSession cmdlet starts a new Distributed Transaction Coordinator (DTC) transactions trace session for the host. If there is an active session,
this cmdlet prompts you before it stops the current session and starts a new trace session.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Start a trace session

PS C:\> Start-DtcTransactionsTraceSession



This command starts a trace session.