PowerShell Logo Small

Get-DtcTransactionsTraceSetting



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

Gets the DTC transactions trace setting of the host.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Get-DtcTransactionsTraceSetting cmdlet gets the Distributed Transaction Coordinator (DTC) transactions trace setting of the host. Trace settings are shared by all DTC
instances on a single host.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=317164
Set-DtcTransactionsTraceSetting

REMARKS

<

Examples


Example 1: Get DTC transactions trace setting

PS C:\>Get-DtcTransactionsTraceSetting
AbortedTransactionsTracingEnabled AllTransactionsTracingEnabled LongLivedTransactionsTracingEnabled PSComputerName
--------------------------------- ----------------------------- ----------------------------------- --------------
True False True



This command queries the transactions trace setting on the local host.