Every once in awhile I get the question of what license was installed on this windows vm?
A simple powershell way is to use:
powershell “(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey”
Every once in awhile I get the question of what license was installed on this windows vm?
A simple powershell way is to use:
powershell “(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey”