Hi,
I would like to have a list for all OVDC in my Cloud Director exported to a xlsx or csv file to see all OVDCs with specific deatils. For example, now I have hundreds of OVDCs in environment under same Cloud Director and need a list with CpuExpandableReservation value for each to show.
Is there a script to do that?
If I run below command,
Get-OrgVdc | Sort-Object -Property Name | Ft -AutoSize
I get below details
Name Enabled CpuUsedGHz MemoryUsedGB StorageUsedGB AllocationModel
---- ------- ---------- ------------ ------------- ---------------
OVDC-*****************-TST True 0,00 (0,0%) 7,803 (0,8%) 14053,000 (30,6%) ReservationPool
I need for now add CpuExpandableReservation as True or False.