PowerShell Logo Small

Remove-DtcClusterTMMapping



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

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

SYNTAX


Remove-DtcClusterTMMapping -All [<SwitchParameter>] [<CommonParameters>]
Remove-DtcClusterTMMapping -Name <String> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


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



<

RELATED LINKS


Online Version:



REMARKS

<

Examples




PS C:\> Remove-DtcClusterTMMapping -Name "localTestAppMapping" -ExecutablePath "c:\TestApp\App.exe" -ClusterResourceName "DtcResource1" -Local
$true



Removing a local DtcClusterTMMapping.