On standalone computers for which I want to activate the Windows 2016 and 2019 license I have set the KMS domain with:
slmgr.vbs -skms-domain DomainFQDN
When I type, on the computer which I want to activate, the following command line, it returns correctly the two KMS servers.
nslookup -type=all _vlmcs._tcp.DomainFQDN
The server accepts the license key with slmgr.vbs -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
.
However, during the activation process with slmgr.vbs -ato
I get the following error message:
Error: 0x80072EE2
The network trace shows:
- that the computer does not request the DNS to find KMS servers on the registered domain
- the computer requests the DNS for activation-v2.sls.microsoft.com
Did I miss something or am I doing something wrong?