Last updated
Last updated
Retrieves details on one or more Hyper-V virtual machines known to a Rubrik cluster
The Get-RubrikHyperVVM cmdlet is used to pull a detailed data set from a Rubrik cluster on any number of Hyper-V virtual machines
This will return details on all Hyper-V virtual machines named "Server1".
This will return details on all Hyper-V virtual machines named "Server1" that are protected by the Gold SLA Domain.
This will return all Hyper-V virtual machines named "Server1" and returns the Detailed Objects of these VMs
This will return all removed Hyper-V virtual machines that were formerly protected by Rubrik.
Name of the Hyper-V virtual machine
Filter results to include only relic (removed) virtual machines
SLA Domain policy assigned to the virtual machine
Filter by SLA Domain assignment type
Filter the summary 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.
Virtual machine id
SLA id value
DetailedObject will retrieved the detailed Hyper-V VM object, the default behavior of the API is to only retrieve a subset of the full Hyper-V VM object unless we query directly by ID. Using this parameter does affect performance as more data will be retrieved and more API-queries will be performed.
Rubrik server IP or FQDN
API version
Written by Chris Wahl for community usage Twitter: @ChrisWahl GitHub: chriswahl
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see .