PowerShell Logo Small

Set-DtcClusterDefault



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

Sets the cluster default transactions coordinator.

SYNTAX


Set-DtcClusterDefault [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -DtcResourceName <String> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-DtcClusterDefault cmdlet sets the cluster default transactions coordinator.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=317174
Get-DtcClusterDefault

REMARKS

<

Examples


Example 1: Specify a resource

PS C:\> Set-DtcClusterDefault -DtcResourceName "ClusteredDtcResource"



This command sets the default cluster DTC to the resource named ClusteredDtcResource.