Test-RubrikSnapshotVerification

SYNOPSIS

Tests a snapshot or multiple snapshots for consistency

SYNTAX

Test-RubrikSnapshotVerification [-id] <String> [-SnapshotID <String[]>] [-LocationID <String>]
 [-VerifyAfter <DateTime>] [-Server <String>] [-api <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

The Test-RubrikSnapshotVerification cmdlet can be used to validate the fingerprint of a snapshot(s) for consistency and reliablity, returning a csv containing the results

EXAMPLES

EXAMPLE 1

Test-RubrikSnapshotVerification -id 'VirtualMachine:::111'

This will initiate the test for all snapshots on VM with id 111. A callback uri is returned and an ID in order to track the request

EXAMPLE 2

This will initiate the test for all snapshots on VM 'jaapsvm', A callback uri is returned and an ID in order to track the request

EXAMPLE 3

This will initiate the test for all snapshots on VM with id 111. The cmdlet will then wait for the Snapshot verification to be completed, when this happens the file is stored to the current folder

EXAMPLE 4

This will initiate the test for all snapshots on VM with id 111. The cmdlet will then wait for the Snapshot verification to be completed, when this happens the results are converted from csv and displayed in the console

PARAMETERS

-id

Object id value

-SnapshotID

Snapshot id value(s)

-LocationID

Location id value(s)

-VerifyAfter

The datetime stamp to verify snapshots after

-Server

Rubrik server IP or FQDN

-api

API version

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

-Confirm

Prompts you for confirmation before running the cmdlet.

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 Jaap Brasser for community usage Twitter: @jaap_brasser GitHub: JaapBrasser

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/test-rubriksnapshotverification

Last updated

Was this helpful?