Get-NfsServer
SYNOPSIS
Gets details of the NFS servers on a PowerStore cluster.
SYNTAX
Get-NfsServer [-Cluster] <Cluster> [[-Id] <String[]>] [<CommonParameters>]
DESCRIPTION
Gets details of the NFS servers on a PowerStore cluster. The options include listing all NFS servers on the cluster, and getting NFS servers by ID.
EXAMPLES
Example 1
PS C:\> Get-NfsServer -Cluster $cluster
Where $cluster is a PowerStore cluster instance. Returns a list of all NFS servers on the PowerStore cluster.
Example 2
PS C:\> Get-NfsServer -Cluster $cluster -Id id1,id2
Where $cluster is a PowerStore cluster instance. Returns NFS servers with IDs id1 and id2 on the PowerStore cluster.
PARAMETERS
-Cluster
The PowerStore cluster instance.
Type: Cluster
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
-Id
The NFS server ID.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.