Table of Contents
KMS
https://www.microsoft.com/en-us/licensing/existing-customer/activation-centers
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 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
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
Befehle
slmgr /ipk <Produktkey> # Productkey installieren slmgr /upk # Productkey deinstallieren slmgr /ato # Windows aktivieren slmgr /ato <Aktivierungs-ID> # Produkt mit <ID> aktivieren slmgr /dli <Aktivierungs-ID> # Informationen zum Produkt anzeigen slmgr /dlv <Aktivierungs-ID> # 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