Share via

Windows Enterprise activation via Key Management Service (KMS) host failing with DNS SRV record mapping error

Manon David 0 Reputation points
2026-06-09T11:36:50.9366667+00:00

We're seeing activation failures across recently provisioned corporate PCs. When slmgr.vbs /ato is executed, the system reports that it cannot locate any available KMS activation services. This appears to point toward a DNS configuration issue, potentially involving missing or incorrect _vlmcs._tcp service locator records on the local DNS servers.

Windows for business | Windows 365 Enterprise

1 answer

Sort by: Most helpful
  1. VPHAN 35,285 Reputation points Independent Advisor
    2026-06-09T12:33:38.4666667+00:00

    Hi Manon David,

    The core of this issue lies in the client's inability to locate the KMS host via DNS. You must verify that the Service Location record, specifically _vlmcs._tcp in your Forward Lookup Zone, exists and points to the correct KMS host server. This record allows the Windows client to dynamically discover the activation service without manual intervention. If this record is missing or misconfigured, the client will fail the handshake, resulting in the error you are seeing.

    Once you have ensured the DNS infrastructure is correct, you can force the client to re-establish the connection. Open an elevated command prompt on a target PC and run slmgr /ckms to clear any existing, potentially incorrect KMS host information cached on the local system. Follow this by running slmgr /skms <KMS_FQDN>:1688 to explicitly point the client to your server, then execute slmgr /ato to trigger the activation request. This process effectively resets the discovery mechanism. If the failure persists, verify that your network environment is not blocking TCP port 1688, as the activation traffic must pass freely between the client and the KMS host.

    Hope this answer has brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.

    VPHAN

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.