Get-RubrikHvmFormatReport
SYNOPSIS
Retrieves backup format report on one or more Hyper-V Virtual Machines known to a Rubrik cluster
SYNTAX
Get-RubrikHvmFormatReport [[-name] <String>] [-NamePrefix <String>] [-hostname <String>]
[-HostnamePrefix <String>] [-Relic] [-SLA <String>] [-PrimaryClusterID <String>] [-id <String>]
[-SLAID <String>] [-LatestSnapshotFormat <String>] [-SetToUpgrade] [-Server <String>] [-api <String>]
[<CommonParameters>]DESCRIPTION
The Get-RubrikHvmFormatReport cmdlet is used to pull the backup format report from a Rubrik cluster on any number of Hyper-V Virtual Machines.
EXAMPLES
EXAMPLE 1
Get-RubrikHvmFormatReport -Hostname 'Server1'This will return backup format report on all Hyper-V Virtual Machines from host "Server1".
EXAMPLE 2
This will return backup format report on all Hyper-V Virtual Machines of "Server1" that are protected by the Gold SLA Domain.
EXAMPLE 3
This will return backup format report on all removed Hyper-V Virtual Machines that were formerly protected by Rubrik.
EXAMPLE 4
Get-RubrikHvmFormatReport -LatestSnapshotFormat fastvhdx This will return backup format report on all removed Hyper-V Virtual Machines that were formerly protected by Rubrik.
EXAMPLE 5
This will return backup format report for the specified HypervVirtualMachine ID
PARAMETERS
-name
Name of the Hyper-V Virtual Machine
-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
-LatestSnapshotFormat
Filter the report based on whether the Hyper-V Virtual Machine used fast VHDX format for its latest snapshot.
-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
RELATED LINKS
Last updated
Was this helpful?