台中市教育局 KMS 認證設定
一、設定KMS自動化認證環境
1.台中市 KMS server:
kms.tc.edu.tw
2.DNS server 設定(bind dns server)
_vlmcs._tcp.cgsh.tc.edu.tw. IN SRV 0 0 1688 kms.tc.edu.tw.
2-1.DNS server 檢查
nslookup -type=srv _vlmcs._tcp
3.設定 Client DNS 尾碼 (或由 DHCP server 設定)
3-1.認證主機設定 DNS 尾碼
控制台\系統及安全性\系統 變更設定
3-2. iscDHCPd server 設定 domain-name
#ISC DHCPd server
subnet 192.168.41.0 netmask 255.255.255.0 {
# — default gateway
option routers 192.168.41.254;
option subnet-mask 255.255.255.0;
option domain-name-servers 163.17.51.6 , 8.8.8.8 , 168.95.1.1;
option domain-name “cgsh.tc.edu.tw”;
3-3.Fortigate 200D dhcp server 「額外dhcp選項」
ipconfig 檢查
二、Windows 認證
1.Slmgr.vbs 指令
https://msdn.microsoft.com/zh-tw/library/dn502540(v=ws.11).aspx
1-1.解除安裝目前 Windows 版本的產品金鑰
slmgr /upk
1-2.嘗試安裝 5×5 產品金鑰。
slmgr /ipk <ProductKey>
slmgr/ipk W269N-WFGWX-YVC9B-4J6C9-T83GX (大量授權 Windows 10 Professional)
VK7JG-NPHTM-C97JM-9MPGT-3V66T
註:
A.KMS 用戶端安裝識別碼
B.Appendix A: KMS Client Setup Keys
1-3.Windows 線上啟用
slmgr /ato
1-4.顯示詳細的授權資訊
slmgr /dlv
2.Windows 家用版升級至「大量授權認證」專業版
2-1.先將家用版升級至專業版
VK7JG-NPHTM-C97JM-9MPGT-3V66T
2-2.再轉大量授權 KEY
Operating system edition | KMS Client Setup Key |
---|---|
Windows 10 Professional | W269N-WFGWX-YVC9B-4J6C9-T83GX |
Windows 10 Professional N | MH37W-N47XK-V7XM9-C7227-GCQG9 |
Windows 10 Enterprise | NPPR9-FWDCX-D2C8J-H872K-2YT43 |
Windows 10 Enterprise N | DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 |
Windows 10 Education | NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 |
Windows 10 Education N | 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ |
Windows 10 Enterprise 2015 LTSB | WNMTR-4C88C-JK8YV-HQ7T2-76DF9 |
Windows 10 Enterprise 2015 LTSB N | 2F77B-TNFGY-69QQF-B8YKP-D69TJ |
Windows 10 Enterprise 2016 LTSB | DCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ |
Windows 10 Enterprise 2016 LTSB N | QFFDN-GRT3P-VKWWX-X7T3R-8B639 |
三、Office自動化認證
1.管理 Office 2016 大量啟用的工具 ospp.vbs
路徑「c:\Program Files\Microsoft Office\Office16>ospp.vbs」
https://technet.microsoft.com/zh-tw/library/ee624350.aspx
一般而言,如果已經正確安裝設定 Office 金鑰管理服務 (KMS) 主機,則不需要設定 Office KMS 用戶端。
KMS 用戶端會使用 DNS 自動搜尋 KMS 主機,然後嘗試啟用。KMS 服務會使用 DNS 中的服務 (SRV) 資源記錄 (RR) 來儲存和交涉 KMS 主機的位置。
1-1.檢查授權狀態
cscript ospp.vbs /dstatusall
「KMS machine name from DNS: kms.tc.edu.tw:1688」,確定是由 DNS server 要來KMS位址。
1-2.啟用 Office
cscript ospp.vbs /act
1-3.移除 KMS 主機名稱,改使用網域名稱系統 (DNS) 來自動探索 KMS 生產主機
cscript ospp.vbs /remhst
以系統管理員身份執行