PowerShell Logo Small

Get-DtcTransactionsStatistics



This is the built-in help made by Microsoft for the command 'Get-DtcTransactionsStatistics', 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 a summary of transactions.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Get-DtcTransactionsStatistics cmdlet gets a summary of transactions being handled by the Distributed Transaction Coordinator (DTC) instance specified by the DtcName
parameter.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/p/?linkid=317162

REMARKS

<

Examples


Example 1: Get DTC transactions statistics

PS C:\>Get-DtcTransactionsStatistics –DtcName "Local"
Open : 1
Committed : 0
Aborted : 0
ForcedAbort : 0
InDoubt : 0
Heuristic : 0
SinglePhaseInDoubt : 0
OpenMax : 1
CommittedMax : 0
AbortedMax : 0
InDoubtMax : 0
HeuristicMax : 0



This command gets the summary of transactions handled by the Local DTC instance.