PowerShell Logo Small

Get-Dtc



This is the built-in help made by Microsoft for the command 'Get-Dtc', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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

Get-Dtc can be used to enumerate DTC instances specified by the DtcName parameter, running on the host.

SYNTAX


Get-Dtc [-DtcName <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Get-Dtc can be used to enumerate DTC instances specified by the DtcName parameter, running on the host.



<

RELATED LINKS


Online Version:



REMARKS

<

Examples


Example 1

PS C:\> Get-Dtc
DtcName : Local
KtrmEndpointCid : b6628c9f-46ff-404d-a0fa-62657cb828af
OleTxEndpointCid : f3027ea1-4ee5-45b5-a01c-06f41221111b
Status : Started
UisEndpointCid : e9385758-8092-4dd7-8b09-587aa427a58e
VirtualServerName : CSDVM736403-GU
XAEndpointCid : ced49d85-82a9-49d9-a6ee-8c5b4bd7b5bd



Using Get-Dtc without any parameters




Example 2

PS C:\> PS C:\ Get-Dtc -DtcName Local
DtcName : Local
KtrmEndpointCid : b6628c9f-46ff-404d-a0fa-62657cb828af
OleTxEndpointCid : f3027ea1-4ee5-45b5-a01c-06f41221111b
Status : Started
UisEndpointCid : e9385758-8092-4dd7-8b09-587aa427a58e
VirtualServerName : CSDVM736403-GU
XAEndpointCid : ced49d85-82a9-49d9-a6ee-8c5b4bd7b5bd



Using Get-Dtc to obtain a specific DTC instances information.