...

How To Get Windows Id

Used by IT departments to uniquely identify a machine.

Get-WmiObject -Class SoftwareLicensingService | Select-Object ProductID how to get windows id

Get-WmiObject -Class Win32_ComputerSystemProduct | Select-Object -ExpandProperty UUID Used by IT departments to uniquely identify a machine

Or for the installed Product ID:

Open the Start menu and select Settings (the gear icon). how to get windows id

wmic path softwarelicensingservice get OA3xOriginalProductID

Settings → Accounts → Access Work or School → Click on connected account → Info → Device ID

Top