qnd:azure:azure_iaas

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
qnd:azure:azure_iaas [2021/05/11 16:32] – created mguptonqnd:azure:azure_iaas [2021/10/07 13:01] (current) mgupton
Line 1: Line 1:
 ====== Azure IaaS ====== ====== Azure IaaS ======
 +
 +====== Virtual Machine Agents/Extensions ======
 +  * [[https://docs.microsoft.com/en-us/azure/azure-monitor/agents/agents-overview]]
  
 ====== Get VM creation date-time ====== ====== Get VM creation date-time ======
 +Using the VM managed disk as a proxy for the machine this one-liner gets the creation date-time of the disk. This is not a perfect solution, but it will work in many cases.
 <code powershell> <code powershell>
-get-azdisk -ResourceGroupName "rg-TKMNA-Net" -DiskName "WVD-NA-P-30_OsDisk_1_d4b7de4e2a3247a285502a58e03e820b" |+get-azdisk -ResourceGroupName "rg-test" -DiskName "WVD-NA-P-30_OsDisk_1_d4b7de4e2a3247a285502a58e03e820b" |
  select Name, TimeCreated,@{N="WVD-NA-P-30"; e = {($_.managedby -split "/")[8]} }  select Name, TimeCreated,@{N="WVD-NA-P-30"; e = {($_.managedby -split "/")[8]} }
 </code> </code>
  
  
  • qnd/azure/azure_iaas.1620750758.txt.gz
  • Last modified: 2021/05/11 16:32
  • by mgupton