Set-RubrikVM
SYNOPSIS
Applies settings on one or more virtual machines known to a Rubrik cluster
SYNTAX
DESCRIPTION
The Set-RubrikVM cmdlet is used to apply updated settings from a Rubrik cluster on any number of virtual machines
EXAMPLES
EXAMPLE 1
This will pause backups on any virtual machine named "Server1"
EXAMPLE 2
This will unpause backups on any virtual machine named "Server1"
EXAMPLE 3
This will find all virtual machines in the Platinum SLA Domain and set their snapshot consistency to crash consistent (no application quiescence) while also limiting the number of active hypervisor snapshots to 2 and enable storage array (SAN) snapshots for ingest
PARAMETERS
-id
Virtual machine ID
-SnapConsistency
Consistency level mandated for this VM
-cloudInstantiationSpec
Raw Cloud Instantiation spec
-MaxNestedSnapshots
The number of existing virtual machine snapshots allowed by Rubrik. Choices range from 0 - 4 snapshots.
-PauseBackups
Whether to pause or resume backups/archival for this VM.
-UseArrayIntegration
User setting to dictate whether to use storage array snaphots for ingest. This setting only makes sense for VMs where array based ingest is possible.
-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 Chris Wahl for community usage Twitter: @ChrisWahl GitHub: chriswahl
RELATED LINKS
https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/set-rubrikvm
Last updated