qnd:azure:azure_iaas

This is an old revision of the document!


Azure IaaS

Get VM creation date-time

Using the VM disk as a proxy for the machine this one-liner gets the creation date-time of the disk.

get-azdisk -ResourceGroupName "rg-TKMNA-Net" -DiskName "WVD-NA-P-30_OsDisk_1_d4b7de4e2a3247a285502a58e03e820b" |
 select Name, TimeCreated,@{N="WVD-NA-P-30"; e = {($_.managedby -split "/")[8]} }
  • qnd/azure/azure_iaas.1620755156.txt.gz
  • Last modified: 2021/05/11 17:45
  • by mgupton