The Get-RubrikHvmFormatUpgradeReport cmdlet is used to return the projected space consumption on any number of Hyper-V Virtual Machines if they are migrated to use the new format.
This will return projected space consumption on Hyper-V Virtual Machines within the given Hyper-V Virtual Machine ID list.
EXAMPLE 2
This will return projected space consumption on all Hyper-V Virtual Machines on the Rubrik cluster.
EXAMPLE 3
This will return projected space consumption on all Hyper-V Virtual Machines from host "Server1".
EXAMPLE 4
This will return projected space consumption on all Hyper-V Virtual Machines of "Server1" that are protected by the Gold SLA Domain.
EXAMPLE 5
This will return projected space consumption on all removed Hyper-V Virtual Machines that were formerly protected by Rubrik.
EXAMPLE 6
This will return projected space consumption for the specified HypervVirtualMachine ID
PARAMETERS
-name
Name of the Hyper-V Virtual Machine
-VMList
List of Hyper-V Virtual Machine IDs
-NamePrefix
Prefix of Hyper-V Virtual Machine names
-hostname
Filter results by hostname
-HostnamePrefix
Prefix of host names
-Relic
Filter results to include only relic (removed) Hyper-V Virtual Machines
-SLA
SLA Domain policy assigned to the Hyper-V Virtual Machine
-PrimaryClusterID
Filter the report information based on the primarycluster_id of the primary Rubrik cluster. Use local as the primary_cluster_id of the Rubrik cluster that is hosting the current REST API session.
-id
Hyper-V Virtual Machine id
-SLAID
SLA id value
-SetToUpgrade
Filter the report based on whether a Hyper-V Virtual Machine is set to take a full snapshot on the next backup.
-Server
Rubrik server IP or FQDN
-api
API version
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 Abhinav Prakash for community usage github: ab-prakash