如何建置kms server可以參考以下文章:
Installing Volume Activation Services Role in Windows Server 2012 to setup a KMS Host
kms可以設定的參數:
- Volume License Activation Interval:在client端未啟用的30天內 (Out of Box grace period),client端嘗試去找kms啟用的時間間隔
- Volume License renewal Interval:client端啟用後,定期去找kms更新的時間間隔
因為架構非採用VAMT方式進行,因此只要client端找的到kms,就可以進行認證,因此通常搭配防火牆設定,允許特定主機來驗證。
若想知道哪些client (依據作業系統設定不同的Generic Volume License Key) 來找kms,可以使用:
$(foreach ($entry in (Get-EventLog -Logname "Key Management Service")) {$entry.ReplacementStrings[3]}) | sort-object -Unique
若同時有安裝office的kms授權套件:也可以在指令:Get-EventLog -Logname "Key Management Service" 找到相對應的資訊
要進行更詳細的troubleshooting,可以參考:
How to troubleshoot the Key Management Service (KMS)
裡面有非常完整的參數介紹
全站熱搜
留言列表