PowerShell Logo Small

Set-DtcClusterTMMapping



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

Set-DtcClusterTMMapping is supported only on clustered computers and can be used to modify and existing Cluster DTC Mapping.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


Set-DtcClusterTMMapping is supported only on clustered computers and can be used to modify and existing Cluster DTC Mapping.



<

RELATED LINKS


Online Version:



REMARKS

<

Examples




Create a new DTC Cluster TM Mapping.
PS C:\> Set-DtcClusterTMMapping -Name "localTestAppMapping" -ExecutablePath "c:\TestApp\SampleApp.exe" -ClusterResourceName "DtcResource2"



Modify an existing DTC Cluster TM Mapping using Set-DtcClusterTMMapping.