Gets the list of cluster nodes.
Syntax
Get-EmcClusterNode [-ClusterSystem] <IWindowsFailoverClusterSystem> [-Silent] [<CommonParameters>]
Parameters
-ClusterSystem <IWindowsFailoverClusterSystem>
Attributes: Required, Position: 1
Specifies the ESI Cluster System object. A cluster system object can be added to ESI using the Get-EmcClusterSystemCredential and Connect-EmcSystem cmdlets. A cluster system object can be obtained 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-EmcClusterNode -Silent | select name
Name
----
AppSite1
AppSite2
This example gets the cluster nodes of specified cluster systems.