Get-EmcClusterGroup

Gets the list of cluster groups.

 

Syntax

Get-EmcClusterGroup [-ClusterSystem] <IWindowsFailoverClusterSystem> [-Silent] [<CommonParameters>]

 

Parameters

-ClusterSystem <IWindowsFailoverClusterSystem>

Attributes: Required, Position: 1

Specifies the ESI cluster system object. You can add a cluster system object to ESI by using the Get-EmcClusterSystemCredential and Connect-EmcSystem cmdlets. You can get a cluster system object by using the Get-EmcClusterSystem cmdlet.

 

-Silent <SwitchParameter>

Attributes: Optional, Position: named

Turns off all the informational and verbose messages. However, it still displays errors.

 

<CommonParameters>

This cmdlet supports these common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. Type get-help about_commonparameters for more details.

 

Examples

-------------- Example 1 --------------

C:\PS>Get-EmcClusterSystem | Get-EmcClusterGroup -Silent | select name

Name

----

Available Storage

App1

App2

This example gets the cluster groups of the cluster system.