Invoke-RubrikVgfUpgrade
SYNOPSIS
Connects to Rubrik and sets the forceFull flag of any number of Volume Groups that needs upgrade
SYNTAX
DESCRIPTION
The Invoke-RubrikVgfUpgrade cmdlet will update the forceFull flag of a given list of Volume Groups. If these Volume Groups are using the SMB backup method, their forceFull flag will be set, and they will be upgraded to use the fast VHDX method in the next backup.
EXAMPLES
EXAMPLE 1
This will set the forceFull flag of the given volume groups, if they need upgrade
EXAMPLE 2
This will set the forceFull flag of the Volume Group belonging to the specified hostname, if it needs upgrade
PARAMETERS
-VGList
VolumeGroup ID
-notPrintingDetail
Print details during confirmation
-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 Feng Lu for community usage github: fenglu42
RELATED LINKS
Last updated