How to find serial number Windows 11 VM

Discussion in 'Windows Virtual Machine' started by JoopG1, Dec 29, 2021.

Tags:
  1. JoopG1

    JoopG1 Bit poster

    Messages:
    1
    I accidentally removed my Windows 11 VM from my Microsoft Account. To register it again I need the serial number of the Windows VM, but the suggestion in the KB - "wmic bios get serial number" - does not work anymore, because wmic is removed from the last update of Windows 11. Who knows another way to find the serial number of the vm?
     
  2. GampaA@P

    GampaA@P Pro

    Messages:
    442
    Hello @JoopG1, please contact the Microsoft support team regarding the key.
     
  3. mmika

    mmika Pro

    Messages:
    488
    JoopG1, it's not clear what serial number is required. But as you wanted to get serial number from SMBIOS, you may use windows powershell:

    Get-CimInstance -ClassName Win32_BIOS | Select-Object -Property SerialNumber

    returns same data as "wmic bios get serialnumber"
     

Share This Page