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