PowerShell Logo Small

Get-DtcTransaction



This is the built-in help made by Microsoft for the command 'Get-DtcTransaction', 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 information about transactions being handled by the DTC instance.

SYNTAX


Get-DtcTransaction [-AsJob] [-CimSession <CimSession[]>] [-DtcName <String>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-DtcTransaction cmdlet gets information about transactions being handled by the Distributed Transaction Coordinator (DTC) instance. Use the DtcName parameter t
o specify the DTC instance.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Get DTC transactions

PS C:\>Get-DtcTransaction –DtcName "Local"
TransactionId : b61f99fd-3c83-451c-9d92-4e790ca59585
Description : xxxxxxxxxx
State : Active
IsolationLevel : 0
Parent :



This command queries the transactions handled by the local DTC instance.