PowerShell Logo Small

Get-DtcClusterTMMapping



This is the built-in help made by Microsoft for the command 'Get-DtcClusterTMMapping', 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 cluster DTC Mapping data.

SYNTAX


Get-DtcClusterTMMapping [-AsJob] [-CimSession <CimSession[]>] [-Name <String>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-DtcClusterTMMapping cmdlet gets cluster Distributed Transaction Coordinator (DTC) Mapping data. If you do not specify the Name parameter, the cmdlet gets all
cluster Transaction Manager (TM) mapping data. This cmdlet is supported on clustered computers only.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=317157
Add-DtcClusterTMMapping
Remove-DtcClusterTMMapping
Set-DtcClusterTMMapping

REMARKS

<

Examples


Example 1: Get cluster mapping

PS C:\>Get-DtcClusterTMMapping -Name "TestMapping"



This example get the cluster DTC TM mapping for the MappingName TestMapping.