Merge branch 'v-gmoor-fixes-for-pr-4478' of https://github.com/MicrosoftDocs/windows-docs-pr into v-gmoor-fixes-for-pr-4478

This commit is contained in:
Gary Moore
2020-12-30 21:49:09 -08:00
2 changed files with 13 additions and 3 deletions

View File

@ -32,10 +32,10 @@ This topic describes how to deploy Windows 10 Enterprise E3 or E5 licenses with
## Firmware-embedded activation key
To determine if the computer has a firmware-embedded activation key, type the following command at an elevated Windows PowerShell prompt
To determine if the computer has a firmware-embedded activation key, type the following command at an elevated Windows PowerShell prompt:
```powershell
(Get-WmiObject -query select * from SoftwareLicensingService).OA3xOriginalProductKey
```PowerShell
(Get-CimInstance -query select * from SoftwareLicensingService).OA3xOriginalProductKey
```
If the device has a firmware-embedded activation key, it will be displayed in the output. If the output is blank, the device does not have a firmware embedded activation key. Most OEM-provided devices designed to run Windows 8 or later will have a firmware-embedded key.