PowerShell Logo Small

Add-DtcClusterTMMapping



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

Add-DtcClusterTMMapping is supported only on clustered computers and can be used to add a Cluster DTC Mapping.

SYNTAX


Add-DtcClusterTMMapping -ClusterResourceName <String> -ComPlusAppId <String> -Local <Boolean> -Name <String> [<CommonParameters>]
Add-DtcClusterTMMapping -ClusterResourceName <String> -ExecutablePath <String> -Local <Boolean> -Name <String> [<CommonParameters>]
Add-DtcClusterTMMapping -ClusterResourceName <String> -Local <Boolean> -Name <String> -Service <String> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Add-DtcClusterTMMapping is supported only on clustered computers and can be used to add a Cluster DTC Mapping.



<

RELATED LINKS


Online Version:



REMARKS

<

Examples




Create a new DTC Cluster TM Mapping.
PS C:\> Add-DtcClusterTMMapping -Name "localTestAppMapping" -ExecutablePath "c:\TestApp\App.exe" -ClusterResourceName "DtcResource1" -Local
$true



Create a new DTC Cluster TM Mapping using Add-DtcClusterTMMapping.