I have a KMS server which is activating Windows 7 and Office 2010 successfully.
I have added the Office 2013 KMS key successfully as can be seen here:
C:\Windows\System32>cscript slmgr.vbs /dlv 2E28138A-847F-42BC-9752-61B03FFF33CD
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.
Software licensing service version: 6.1.7601.17946
Name: Office 15, KMSHostVL edition
Description: Office 15, VOLUME_KMS channel
Activation ID: 2e28138a-847f-42bc-9752-61b03fff33cd
Application ID: 0ff1ce15-a989-479d-af46-f275c6370663
Extended PID: 55041-00206-234-039929-03-1033-7601.0000-1572013
Installation ID: 015365864922063413399291865191260711209110775075845252
Processor Certificate URL:
Machine Certificate URL:
Use License URL:
Product Key Certificate URL:
Partial Product Key:
License Status: Licensed
Remaining Windows rearm count: 1
Trusted time: 6/13/2013 4:51:08 PM
Key Management Service is enabled on this machine
Current count: 0
Listening on Port: 1688
DNS publishing enabled
KMS priority: Normal
Key Management Service cumulative requests received from clients
Total requests received: 0
Failed requests received: 0
Requests with License Status Unlicensed: 0
Requests with License Status Licensed: 0
Requests with License Status Initial grace period: 0
Requests with License Status License expired or Hardware out of tolerance: 0
Requests with License Status Non-genuine grace period: 0
Requests with License Status Notification: 0
So I have installed Office 2013 on a guest but it will not activate, when I do a /ato I get the following:
C:\windows\system32>cscript slmgr.vbs /ato 2E28138A-847F-42BC-9752-61B03FFF33CD
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.
Error: product not found.
If I run a slmgr.vbs /dlv all the relevant section is this:
Name: Office 15, OfficeProPlusVL_KMS_Client edition
Description: Office 15, VOLUME_KMSCLIENT channel
Activation ID: b322da9c-a2e2-4058-9e4e-f59a6970bd69
As you can see, the activation ID is different on the client than the server:
Server - Activation ID: b322da9c-a2e2-4058-9e4e-f59a6970bd69
Client - Activation ID: 2e28138a-847f-42bc-9752-61b03fff33cd
I beleve that that because the Activation IDs are different, they are not activating but they both seem to be valid IDs for Office 2013 Pro Plus.
Any ideas?