Skip to content

Instantly share code, notes, and snippets.

@chelnak
Created July 25, 2016 14:47
Show Gist options
  • Select an option

  • Save chelnak/187d62bbae88753efffe6208e94a218c to your computer and use it in GitHub Desktop.

Select an option

Save chelnak/187d62bbae88753efffe6208e94a218c to your computer and use it in GitHub Desktop.
Get all resources and show their reservation with PowervRA
Get-vRAConsumerResource -WithExtendedData | ? {$_.ResourceType -eq "Infrastructure.Virtual"} | Select ResourceId, Name, @{Name="Reservation"; Expression={$_.Data.MachineReservationName}} | Sort-Object -Property Reservation, Name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment