I recently had a need to find our enterprise KMS servers. Fortunately, this can be easily accomplished by one of the following two methods:
1. Run the following nslookup command:
nslookup -type=srv _vlmcs._tcp
2. On my Windows 8.1 machine, I ran the following vbs script (included with my load). This method presents you with a popup window with the KMS server info.
Slmgr.vbs /dlv
Once you have the KMS server, run the following to register your server.
slmgr /skms "kms server Hostname/IP"
slmgr /ato
Done Deal!
No comments:
Post a Comment