Hello,
A couple of things.
- Do not post your product key in a public forum, this exposes your key broadly.
- The license report shows 3V66T( the last 5 digits of a product key) This is the generic setup key used when the OEM is installing Windows and building out their images.
- This key is supposed to trigger the activation sequence on first user boot up to retrieve the key from the OEM firmware which you showed with -wmic path softwarelicensingservice get OA3xOriginalProductKey. This did not happen so you can do it manually.
- you should be able to take the exposed key and install it:
- from an elevated CMD prompt run slmgr -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
- then run slmgr -ato to activate it.
- do these steps for each computer using wmic path softwarelicensingservice get OA3xOriginalProductKey to retrieve each product key and use that key to replace the xxxxx-xxxxx-xxxxx-xxxxx-xxxxx in the steps listed above.
Darrell