Get-RubrikNfsArchive

SYNOPSIS

Connects to Rubrik and retrieves a list of NFS archive targets

SYNTAX

ID

Get-RubrikNfsArchive [-Id] <String> [-Server <String>] [-api <String>] [<CommonParameters>]

Query

Get-RubrikNfsArchive [[-Name] <String>] [-Server <String>] [-api <String>] [<CommonParameters>]

DESCRIPTION

The Get-RubrikNfsArchive cmdlet is used to pull a list of configured NFS archive targets from the Rubrik cluster.

EXAMPLES

EXAMPLE 1

Get-RubrikNfsArchive

This will return all the NFS archive targets configured on the Rubrik cluster.

EXAMPLE 2

This will return the archive target with an id of '1111-2222-3333' on the Rubrik cluster.

EXAMPLE 3

This will return the archive target with a name of 'NFS01' on the Rubrik cluster.

PARAMETERS

-Id

NFS Archive ID

-Name

NFS Archive Name

-Server

Rubrik server IP or FQDN

-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 Preston for community usage Twitter: @mwpreston GitHub: mwpreston

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/get-rubriknfsarchive

Last updated

Was this helpful?