Get-RubrikHyperVHost
Last updated
Last updated
Connects to Rubrik and retrieves a list of HyperV Hosts registered
The Get-RubrikHyperVHost cmdlet will retrieve all of the registered HyperV Hosts within the authenticated Rubrik cluster.
This will return a listing of all of the HyperV Hosts known to the connected Rubrik cluster
Get-RubrikHyperVHost -PrimarClusterId local This will return a listing of all of the HyperV Hosts whose primary cluster is that of the connected Rubrik cluster.
This will return a listing of all of the HyperV Hosts named 'hyperv01' registered with the connected Rubrik cluster
HyperV Host Id
HyperV Host Name
Rubrik server IP or FQDN
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.
API version
Written by Mike Preston for community usage Twitter: @mwpreston GitHub: mwpreston
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see .