Get-ClusterSharedVolumeState
Gets the state of Cluster Shared Volumes in a cluster.
Syntax
Get-ClusterSharedVolumeState
[-Node <StringCollection>]
[[-Name] <StringCollection>]
[-InputObject <PSObject>]
[-Cluster <String>]
[<CommonParameters>]
Description
The Get-ClusterSharedVolumeState
cmdlet gets the state of Cluster Shared Volumes in a cluster.
Examples
Example 1
Get-ClusterSharedVolumeState
This command gets the state of Cluster Shared Volumes on the local cluster.
Parameters
-Cluster
Specifies the name of the cluster on which to run this cmdlet. If you specify a period (.
) or
don't specify this parameter, the cmdlet runs on the local cluster.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Specifies the input to this cmdlet. You can use this parameter, or you can pipe the input to this cmdlet.
Type: | PSObject |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
Specifies the names, as a collection of strings, of the Cluster Shared Volumes for which to get state information.
Type: | StringCollection |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Node
Specifies the names, as a collection of strings, of the cluster nodes for which to get the state of Cluster Shared Volumes.
Type: | StringCollection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Microsoft.FailoverClusters.PowerShell.Cluster, Microsoft.FailoverClusters.PowerShell.ClusterNode, Microsoft.FailoverClusters.PowerShell.ClusterSharedVolume