PowerShell Logo Small

Set-DtcClusterTMMapping



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

Modifies an existing cluster DTC mapping.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Set-DtcClusterTMMapping cmdlet modifies an existing 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=317175
Add-DtcClusterTMMapping
Get-DtcClusterTMMapping
Remove-DtcClusterTMMapping

REMARKS

<

Examples


Example 1: Modify a DTC cluster mapping

PS C:\> Set-DtcClusterTMMapping -ExecutablePath "C:\TestApp\SampleApp.exe" -Name "LocalTestAppMapping" -ClusterResourceName "DtcResource2"



This command modifies an existing DTC cluster TM mapping.