Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| qnd:azure:azure_iaas [2021/05/11 17:45] – [Get VM creation date-time] mgupton | qnd:azure:azure_iaas [2021/10/07 13:01] (current) – mgupton | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Azure IaaS ====== | ====== Azure IaaS ====== | ||
| + | |||
| + | ====== Virtual Machine Agents/ | ||
| + | * [[https:// | ||
| ====== Get VM creation date-time ====== | ====== 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. | + | Using the VM managed |
| <code powershell> | <code powershell> | ||
| - | get-azdisk -ResourceGroupName "rg-TKMNA-Net" -DiskName " | + | get-azdisk -ResourceGroupName "rg-test" -DiskName " |
| | | ||
| </ | </ | ||