mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-28 13:17:23 +00:00
Merge pull request #8868 from MaratMussabekov/patch-242
replaced outdated cmdlet
This commit is contained in:
commit
70cbfea063
@ -31,10 +31,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:
|
||||
|
||||
```
|
||||
(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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user