PowerShell Logo Small

Add-DtcClusterTMMapping



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

Adds a cluster DTC mapping.

SYNTAX


Add-DtcClusterTMMapping [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -ClusterResourceName <String> -Local <Boolean> -Name <String> -Service
<String> [<CommonParameters>]
Add-DtcClusterTMMapping [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -ClusterResourceName <String> -ComPlusAppId <String> -Local <Boolean>
-Name <String> [<CommonParameters>]
Add-DtcClusterTMMapping [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -ClusterResourceName <String> -ExecutablePath <String> -Local <Boolean>
-Name <String> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Add-DtcClusterTMMapping cmdlet adds a cluster Distributed Transaction Coordinator (DTC) mapping. This cmdlet is supported on clustered computers only.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Create a cluster mapping

PS C:\> Add-DtcClusterTMMapping -ClusterResourceName "DtcResource1" -ExecutablePath "C:\TestApp\App.exe" -Local $False -Name "LocalTestAppMapping"



This command creates a DTC cluster Transaction Manager (TM) mapping.