KMS Referentie

KMS Referentie

Over tijd zal dit artikel worden uitgebreid

DNS Record testen: nslookup -type=srv _vlmcs._tcp.<FQDN>
TCP Port checken: Test-NetConnection _vlmcs._tcp.<FQDN> -port 1688 (powershell)

License status: Get-CimInstance SoftwareLicensingProduct -Filter “Name like ‘Windows%'” | where { $_.PartialProductKey } | select Description, LicenseStatus (powershell)

Possible LicenseStatus values:

0 – Unlicensed
1 – Licensed
2 – OOBGrace
3 – OOTGrace – the computer configuration has been changed, and it cannot be activated automatically, or more than 180 days passed
4 – NonGenuineGrace
5 – Notification – Windows trial period is over
6 – ExtendedGrace

cscript c:\Windows\System32\slmgr.vbs /dlv

https://massgrave.dev/index.html

https://github.com/massgravel/Microsoft-Activation-Scripts