Get-RubrikNASShare
SYNOPSIS
Get information on NAS shares.
SYNTAX
Get-RubrikNASShare [-ID <String>] [-HostID <String>] [-ShareType <String>] [-HostName <String>]
[-exportPoint <String>] [-Server <String>] [-PrimaryClusterID <String>] [-api <String>] [<CommonParameters>]DESCRIPTION
Get all information for NAS shares configured within Rubrik.
EXAMPLES
EXAMPLE 1
Get-RubrikNASShare -ShareType 'SMB'Get all SMB NAS Shares
EXAMPLE 2
Get all NAS Shares attached to host 'FOO'.
PARAMETERS
-ID
NAS Share ID
-HostID
Host ID associated with the share
-ShareType
Share type (NFS or SMB)
-HostName
Host name
-exportPoint
export point
-Server
Rubrik server IP or FQDN
-PrimaryClusterID
Filter the summary information based on the primarycluster_id of the primary Rubrik cluster. Use 'local' as the primary_cluster_id of the Rubrik cluster that is hosting the current REST API session.
-api
API version
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.
INPUTS
OUTPUTS
NOTES
Written by Mike Fal Twitter: @Mike_Fal GitHub: MikeFal
RELATED LINKS
Last updated
Was this helpful?