<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=Microsoft%2FKMS</id>
	<title>Microsoft/KMS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=Microsoft%2FKMS"/>
	<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=Microsoft/KMS&amp;action=history"/>
	<updated>2026-06-26T14:22:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>https://k2.ixota.com/index.php?title=Microsoft/KMS&amp;diff=5210&amp;oldid=prev</id>
		<title>Kenneth: /* Temporary Workaround */</title>
		<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=Microsoft/KMS&amp;diff=5210&amp;oldid=prev"/>
		<updated>2019-08-09T22:21:58Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Temporary Workaround&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== KMS Server ==&lt;br /&gt;
&lt;br /&gt;
Key Management Service (KMS) allows organizations to activate systems within their own network, while MAK activates systems on a one-time basis, using Microsoft’s hosted activation services. [http://www.microsoft.com/licensing/existing-customers/product-activation.aspx]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
# Install Server 2003 SP2 (or R2)&lt;br /&gt;
# Install [http://www.microsoft.com/downloads/details.aspx?FamilyId=81D1CB89-13BD-4250-B624-2F8C57A1AE7B&amp;amp;displaylang=en KMS 1.1]&lt;br /&gt;
# Install [http://support.microsoft.com/kb/968915 KMS 1.2 update]&lt;br /&gt;
# Install &amp;#039;VOLUME_KMS_R2_C channel&amp;#039; host key license&lt;br /&gt;
#* slmgr /ipk [KEY]&lt;br /&gt;
# Activate host key license&lt;br /&gt;
#* slmgr /ato&lt;br /&gt;
# Modify DNS to have SRV record point to KMS server&lt;br /&gt;
#* kms             IN      A       10.10.10.100&lt;br /&gt;
#* _vlmcs._tcp     IN SRV 0 100 1688  kms.oeey.com.&lt;br /&gt;
#* Microsoft: Forward Lookup Zones -&amp;gt; [domain] -&amp;gt; _tcp -&amp;gt; Other New Records... -&amp;gt; Service Location (SRV) -&amp;gt; Create Record...&lt;br /&gt;
#** Service: _vlmcs | Protocol: _tcp | Priority: 0 | Weight: 100 | Port number: 1688 | Host offering this service: kms.oeey.com. (note the ending period)&lt;br /&gt;
# Have clients get domain name from DHCP Server or set Host name DNS domain name manually&lt;br /&gt;
# Activate clients&lt;br /&gt;
#* slmgr /ato&lt;br /&gt;
#* or Through GUI activation&lt;br /&gt;
# Meet the 25 minimum requirement for activation to take affect (VMs do not count to minimum)&lt;br /&gt;
&lt;br /&gt;
Check:&lt;br /&gt;
 dig SRV _vlmcs._tcp.oeey.com&lt;br /&gt;
   ;; ANSWER SECTION:&lt;br /&gt;
   _vlmcs._tcp.oeey.com. 3600 IN SRV 0 0 1688 kms.oeey.com.&lt;br /&gt;
&lt;br /&gt;
== Temporary Workaround ==&lt;br /&gt;
&lt;br /&gt;
KMS auto discovery is failing on oeey.com domain:&lt;br /&gt;
&lt;br /&gt;
Temp workaroun:&lt;br /&gt;
&lt;br /&gt;
Set kms server:&lt;br /&gt;
 slmgr /skms 10.10.10.100:1688&lt;br /&gt;
&lt;br /&gt;
Activate license:&lt;br /&gt;
 slmgr /ato&lt;br /&gt;
&lt;br /&gt;
Rearm temporary license if needed:&lt;br /&gt;
 slmgr /rearm&lt;br /&gt;
&lt;br /&gt;
To clear later:&lt;br /&gt;
 slmgr /ckms&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
=== KMS Server ===&lt;br /&gt;
&lt;br /&gt;
Run commands from here:&lt;br /&gt;
 cd C:\WINDOWS\System32\&lt;br /&gt;
&lt;br /&gt;
Show license count:&lt;br /&gt;
 cscript slmgr.vbs /dli&lt;br /&gt;
&lt;br /&gt;
 Key Management Service is enabled on this machine&lt;br /&gt;
     Current count: 42&lt;br /&gt;
&lt;br /&gt;
Show license count with additional details:&lt;br /&gt;
 cscript slmgr.vbs /dlv&lt;br /&gt;
&lt;br /&gt;
licensecount.bat:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@echo off&lt;br /&gt;
REM Scripted by Kenneth Burgener &amp;lt;kenneth.burgener@oeey.com&amp;gt; 2010&lt;br /&gt;
echo.&lt;br /&gt;
echo.&lt;br /&gt;
echo Counting licenses, please wait...&lt;br /&gt;
echo.&lt;br /&gt;
echo.&lt;br /&gt;
cscript //Nologo slmgr.vbs -dli&lt;br /&gt;
echo.&lt;br /&gt;
pause&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== KMS Client ===&lt;br /&gt;
&lt;br /&gt;
WARNING: MAKE SURE YOUR TIME IS ACRUATE!&lt;br /&gt;
&lt;br /&gt;
This is for Vista, Windows 7, Server 2008 and Server 2008 R2 clients&lt;br /&gt;
&lt;br /&gt;
DNS: Modify DNS to have SRV record point to KMS server:&lt;br /&gt;
 kms IN A 10.10.10.100&lt;br /&gt;
 _vlmcs._tcp IN SRV 0 100 1688 kms.oeey.com. &lt;br /&gt;
&lt;br /&gt;
nslookup:&lt;br /&gt;
 set type=SRV&lt;br /&gt;
 _vlmcs._tcp.oeey.com&lt;br /&gt;
 &lt;br /&gt;
 _vlmcs._tcp.testhost.oeey.com      SRV service location:&lt;br /&gt;
           priority       = 0&lt;br /&gt;
           weight         = 100&lt;br /&gt;
           port           = 1688&lt;br /&gt;
           svr hostname   = kms.oeey.com&lt;br /&gt;
 kms.oeey.com internet address = 10.10.10.100&lt;br /&gt;
&lt;br /&gt;
Manually point to KMS server:&lt;br /&gt;
 slmgr /skms 10.10.10.100:1688&lt;br /&gt;
&lt;br /&gt;
Activate client:&lt;br /&gt;
 slmgr /ato&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
See [[Microsoft/KMS/Notes]]&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;br /&gt;
&lt;br /&gt;
Vista Windows Server 2008 W2K8 W2K8R2 License Server KMS MAK&lt;br /&gt;
&lt;br /&gt;
[[Category:Microsoft]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:Windows Administration]]&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
		
	</entry>
</feed>