PowerShell Logo Small

Remove-DtcClusterTMMapping



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

Removes a cluster DTC mapping.

SYNTAX


Remove-DtcClusterTMMapping [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -All [-Confirm] [-WhatIf] [<CommonParameters>]
Remove-DtcClusterTMMapping [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -Name <String> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-DtcClusterTMMapping cmdlet removes 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=317169
Add-DtcClusterTMMapping
Get-DtcClusterTMMapping
Set-DtcClusterTMMapping

REMARKS

<

Examples


Example 1: Remove a local mapping

PS C:\> Remove-DtcClusterTMMapping -Name "LocalTestAppMapping"
Confirm

Are you sure you want to perform this action?

Removing Tm Mapping will result in the application using default Dtc as its transactions coordinator.

[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): Yes



This command removes a local DtcClusterTMMapping object.