Script to find count of active VMs grouped by cloud provider
If you always wondered how to easily get count of VMs in each cloud, here's a simple script. This script uses GlideAggregate on the cmdb_rel_ci table to get the count of 'active' VMs in all the datacenters. The intent is to show how to use GlideAggre...
