Get-RubrikQstarArchive

SYNOPSIS

Connects to Rubrik and retrieves a list of QStar archive targets

SYNTAX

Query (Default)

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

ID

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

DESCRIPTION

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

EXAMPLES

EXAMPLE 1

Get-RubrikQstarArchive

This will return all the QStar 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 'QStar01' on the Rubrik cluster.

PARAMETERS

-Id

QStar Archive ID

-Name

QStar 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-rubrikqstararchive

Last updated

Was this helpful?