If you need to disable KMS servicing (i.e. a server that tries to publish _VLMCS._tcp.domain.com records for a domain then do the following:
- Start an administrative cmd-prompt
- slmgr.vbs -cdns
- net stop slsvc && net start slsvc
To verify that the server isn’t trying to publish the DNS record for KMS server run the following command “slmgr.vbs -dlv”.
- DNS publishing is enabled
- DNS publishing is disabled
2 comments:
You have a typo on the first command, is slmgr.vbs -cdns
Hello Julian,
You are correct. I have updated the post. Thanks for sharing. :)
Regards,
Rikard
Post a Comment