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!
I'm a Sr. Systems Engineer at a Global Environmental Engineering company. I've been in IT since 1999 and from 2005, my focus has been VMware datacenter products. More recently, my attention has been for Microsoft Azure services. As the Global Service Owner for VMware Datacenter products, I've had the pleasure of having in-depth and hands-on experience with not only VMware products, but server, storage and networking technologies.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment