PowerShell Logo Small

Get-DtcClusterDefault



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

Retrieves the default cluster server.

SYNTAX


Get-DtcClusterDefault [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-DtcClusterDefault cmdlet retrieves the default cluster server. This cmdlet is supported on clustered computers only.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Get default cluster resource name

PS C:\>Get-DtcClusterDefault

MSDTC-DTC-87314257DTC6



This command gets the default cluster resource name.