Forum Discussion
Peter Holzinger
Feb 15, 2019Copper Contributor
M365 Win 10 E3 activation issue
Hi! We have deployed M365 in a hybrid environment. But we have problem to activate six computers with the Win 10 E3 license. We get this activation problem: The language above is Swedi...
Adam Deltinger
Feb 15, 2019Copper Contributor
Please try to do a manual activation! Read this document!
https://docs.microsoft.com/en-us/windows/deployment/windows-10-enterprise-subscription-activation
Adam
Feb 15, 2019
Please try to do a manual activation! Read this document!
https://docs.microsoft.com/en-us/windows/deployment/windows-10-enterprise-subscription-activation
Adam
- Peter HolzingerFeb 15, 2019Copper Contributor
Thanks for your reply! I will test it on Monday. I'll get back here with the result :)
- Feb 15, 2019Great! Keep us posted!
Trevlig helg!
Adam- Peter HolzingerFeb 18, 2019Copper Contributor
Hi!
The problem is sadly not solved.
I tried to activate through the script at https://docs.microsoft.com/en-us/windows/deployment/windows-10-enterprise-subscription-activation
@echo off FOR /F "skip=1" %%A IN ('wmic path SoftwareLicensingService get OA3xOriginalProductKey') DO ( SET "ProductKey=%%A" goto InstallKey ) :InstallKey IF [%ProductKey%]==[] ( echo No key present ) ELSE ( echo Installing %ProductKey% changepk.exe /ProductKey %ProductKey% )
But nothing happened.
I guess it was that script you meant, Adam?
//Peter