vSphere Storage Appliance

 View Only

Aria Operations Manager - VM which are not Thin provisioned

  • 1.  Aria Operations Manager - VM which are not Thin provisioned

    Posted Aug 18, 2023 11:15 AM

    From PowerCLI I'm able to monitor all VMs which are not Thin provisioned:

    Get-VM | Get-HardDisk | Where-Object {$_.StorageFormat -ne "Thin"} | Select-Object Parent, Name, CapacityGB, StorageFormat

    Now I'm searching for entering this code in Aria Operations Manager, so I have this overview in an dashboard.

    Does someone knows if this is possible to use an PowerShell script in Aria?

    Because with the current metrics I'm not getting an good overview