Powershell – Get VM Names, Serial Number, Bios UUID

Get-WmiObject -Namespace root\virtualization\v2 -class Msvm_VirtualSystemSettingData | select ElementName, BIOSSerialNumber, BIOSGUID | Sort-Object -Property ElementName


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *