Perform an Azure Virtual Machine (VM) inventory with PowerShell
To generate quickly an overview of all the Virtual Machines (VMs) in an Azure subscription I made a PowerShell script that uses the Azure Az PowerShell module. This script will do an inventory of all VMs in a subscription. The following VM information is displayed per subscription: Name PowerState …
Continue Reading