Set-RubrikNutanixVM

SYNOPSIS

Applies settings on one or more virtual machines known to a Rubrik cluster

SYNTAX

Set-RubrikNutanixVM [-id] <String> [[-SnapConsistency] <String>] [-PauseBackups] [[-Server] <String>]
 [[-api] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

The Set-RubrikNutanixVM cmdlet is used to apply updated settings from a Rubrik cluster on any number of virtual machines

EXAMPLES

EXAMPLE 1

Get-RubrikNutanixVM 'Server1' | Set-RubrikNutanixVM -PauseBackups

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

-PauseBackups

Whether to pause or resume backups/archival for this VM.

-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 Mike Fal for community usage Twitter: @Mike_Fal GitHub: MikeFal

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/set-rubriknutanixvm

Last updated

Was this helpful?