Azure VM PowerShell audit VHD disk information
I was having trouble getting a list of VHDs that are in use by my Azure VMs for OS and Data disks. I wanted to list them in a single line CSV to audit each VMs configuration. The issue was I had 3 commands with different objects: Get-AzureVM Get-AzureOSDisk Get-AzureDataDisk I wanted each output on … Read more