The Get-RubrikVgfReport cmdlet is used to pull the backup format report from a Rubrik cluster on any number of volume groups.
EXAMPLES
EXAMPLE 1
Get-RubrikVgfReport -Hostname 'Server1'
This will return backup format report on all volume groups from host "Server1".
EXAMPLE 2
Get-RubrikVgfReport -Hostname 'Server1' -SLA Gold
This will return backup format report on all volume groups of "Server1" that are protected by the Gold SLA Domain.
EXAMPLE 3
Get-RubrikVgfReport -Relic
This will return backup format report on all removed volume groups that were formerly protected by Rubrik.
EXAMPLE 4
Get-RubrikVgfReport -FailedLastSnapshot
This will return backup format report on all volume groups that needs to be migrated to use fast VHDX format since they have failed the latest snapshot using the legacy backup format.
EXAMPLE 5
Get-RubrikVgfReport -UsedFastVhdx false
This will return backup format report on volume groups that did not use fast VHDX format in the latest snapshot.
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.
Filter the report based on whether a Volume Group needs to be migrated to use fast VHDX format since they have failed the latest snapshot using the legacy backup format.
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