Get-ClusterQuorum
Gets information about the quorum configuration of a failover cluster.
Syntax
Default (Default)
Get-ClusterQuorum
[[-Cluster] <String>]
[-InputObject <PSObject>]
[<CommonParameters>]
Description
The Get-ClusterQuorum
cmdlet gets information about the quorum configuration of a failover
cluster.
The quorum configuration in a failover cluster determines the number of failures that the cluster can sustain. If an additional failure occurs, then the cluster must stop running. The relevant failures in this context are failures of nodes or, in some cases, of a disk witness (which contains a copy of the cluster configuration) or file share witness.
Examples
Example 1
Get-ClusterQuorum
This example displays the quorum configuration for the local cluster.
Example 2
Get-ClusterQuorum -Cluster Cluster1
This example displays the quorum configuration for the cluster named Cluster1
.
Parameters
-Cluster
Specifies the name of the cluster on which to run this cmdlet. If the input for this parameter is
.
or it is omitted, then the cmdlet runs on the local cluster.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-InputObject
Specifies the cluster for which to query the quorum type.
Parameter properties
Type: | PSObject |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | True |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.