Is anyone successful to get the exact Azure VM OS version using AZ Powershell #22811
Closed
supernoc365
started this conversation in
General
Replies: 1 comment
-
Finally, I got below AZ PowerShell command which provide exact OS information. Get-AzVM -Name VMNAME -ResourceGroupName RGNAME -Status | Select-Object Name, OsName,OsVersion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking for Az Powershell command or script which will pull exact OS version for all Azure VMs. Like Windows Server 2019, Centos 6.10, Centos 7.10, Rocky Linux 8.7
Checked for similar discussion but could not find.
Beta Was this translation helpful? Give feedback.
All reactions