Protect-RubrikHyperVVM
SYNOPSIS
Connects to Rubrik and assigns an SLA to a virtual machine
SYNTAX
None (Default)
Protect-RubrikHyperVVM -id <String> [-SLAID <String>] [-Server <String>] [-api <String>] [-WhatIf] [-Confirm]
[<CommonParameters>]SLA_Explicit
Protect-RubrikHyperVVM -id <String> [-SLA <String>] [-SLAID <String>] [-Server <String>] [-api <String>]
[-WhatIf] [-Confirm] [<CommonParameters>]SLA_Inherit
Protect-RubrikHyperVVM -id <String> [-Inherit] [-SLAID <String>] [-Server <String>] [-api <String>] [-WhatIf]
[-Confirm] [<CommonParameters>]SLA_Unprotected
Protect-RubrikHyperVVM -id <String> [-DoNotProtect] [-SLAID <String>] [-ExistingSnapshotRetention <String>]
[-Server <String>] [-api <String>] [-WhatIf] [-Confirm] [<CommonParameters>]DESCRIPTION
The Protect-RubrikHyperVVM cmdlet will update a virtual machine's SLA Domain assignment within the Rubrik cluster. The SLA Domain contains all policy-driven values needed to protect workloads. Note that this function requires the virtual machine ID value, not the name of the virtual machine, since virtual machine names are not unique across clusters. It is suggested that you first use Get-RubrikHyperVVM to narrow down the one or more virtual machine to protect, and then pipe the results to Protect-RubrikVM. You will be asked to confirm each virtual machine you wish to protect, or you can use -Confirm:$False to skip confirmation checks.
EXAMPLES
EXAMPLE 1
This will assign the Gold SLA Domain to any virtual machine named "VM1"
EXAMPLE 2
This will assign the Gold SLA Domain to any virtual machine named "VM1" that is currently assigned to the Silver SLA Domain without asking for confirmation
EXAMPLE 3
This will unprotect the VM1 HyperV VM while keeping existing snapshots forever
PARAMETERS
-id
Virtual machine ID
-SLA
The SLA Domain in Rubrik
-Inherit
Inherits the SLA Domain assignment from a parent object
-DoNotProtect
Removes the SLA Domain assignment
-SLAID
SLA id value
-ExistingSnapshotRetention
Determine the retention settings for the already existing snapshots
-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
RELATED LINKS
Last updated
Was this helpful?