====== KMS ======
Mindestanzahlen:
| Office | 5 |
| Windows Client | 25 |
| Windows Server | 5 (10*) |
* Reine Windows Server Umgebungen
===== KMS-Host per Befehl abfragen =====
Abfrage beim DNS-Server nach KMS-Host
nslookup -type=srv _vlmcs._tcp
nslookup -type=srv _vlmcs._tcp.oes.ml-bw.de
nslookup -type=srv _vlmcs._tcp.lab.grunwald.systems
===== Office Volume License Packs =====
Microsoft Office 2024 LTSC Volume License Pack \\
https://www.microsoft.com/de-de/download/details.aspx?id=106246
Microsoft Office 2021 LTSC Volume License Pack \\
https://www.microsoft.com/de-DE/download/details.aspx?id=103446
Microsoft Office 2019 Volume License Pack \\
https://www.microsoft.com/de-de/download/details.aspx?id=57342
Microsoft Office 2016 Volume License Pack \\
https://www.microsoft.com/de-DE/download/details.aspx?id=49164
Microsoft Office 2013 Volume License Pack \\
https://www.microsoft.com/de-de/download/details.aspx?id=35584
===== Office Aktivierungs-IDs =====
F3D89BBF-C0EC-47CE-A8FA-E5A5F97E447F # Office 2024 LTSC
47F3B983-7C53-4D45-ABC6-BCD91E2DD90A # Office 2021 LTSC
70512334-47b4-44db-a233-be5ea33b914c # Office 2019
98ebfe73-2084-4c97-932c-c0cd1643bea7 # Office 2016
2E28138A-847F-42BC-9752-61B03FFF33CD # Office 2013
bfe7a195-4f8f-4f0b-a622-cf13c7d16864 # Office 2010
===== Generische KMS-Keys =====
==== Office ====
https://learn.microsoft.com/de-de/office/volume-license-activation/gvlks \\
https://gist.github.com/AmbroseNTK/c6290a841deca679febb2ccc882516bb
==== Windows ====
https://learn.microsoft.com/en-us/windows-server/get-started/kms-client-activation-keys?tabs=server2025%2Cwindows1110ltsc%2Cversion1803%2Cwindows81#generic-volume-license-keys
===== Befehle =====
slmgr /ipk # Productkey installieren
slmgr /upk # Productkey deinstallieren
slmgr /ato # Windows aktivieren
slmgr /ato # Produkt mit aktivieren
slmgr /dli # Informationen zum Produkt anzeigen
slmgr /dlv # Ausfuehrliche Informationen anzeigen
slmgr /dlv all # Information zu allen Produkten anzeigen
cscript C:\Windows\System32\slmgr.vbs /dlv all > c:\dlv_all.txt
cd "C:\Program Files\Microsoft Office\Office16\"
cd "C:\Program Files (x86)\Microsoft Office\Office16\"
cscript ospp.vbs /act # Office Aktivierung
cscript ospp.vbs /rearm # Setzt Aktivierung zurück (180 Tage Testzeitraum)
cscript ospp.vbs /dstatus # Status des lokalen Clients
cscript ospp.vbs /dstatusall # Status aller Clients
cscript ospp.vbs /dhistorykms # Activation event history
net stop sppsvc # Software Protection Service stoppen
net start sppsvc # Software Protection Service starten
https://docs.microsoft.com/en-us/previous-versions/office/office-2010/ee624355(v=office.14)
===== Firewallfreischaltungen =====
netsh advfirewall firewall add rule name="KMS-Server" dir=in action=allow protocol=TCP localport=1688
netsh advfirewall firewall add rule name="KMS-Server" dir=out action=allow protocol=TCP localport=1688
===== Troubleshooting =====
https://learn.microsoft.com/en-us/windows-server/get-started/activation-troubleshoot-kms-general \\
https://learn.microsoft.com/en-us/troubleshoot/windows-server/licensing-and-activation/troubleshoot-activation-error-codes
===== Support =====
[[https://www.microsoft.com/en-us/licensing/existing-customer/activation-centers|Microsoft Volume License Key assisted support telephone numbers]]