Licencias - sevioptero/Windows_info GitHub Wiki

Contenido:


Obtener el Product Key de Windows

(Get-WmiObject -Class SoftwareLicensingService).OA3xOriginalProductKey

Obtener el nombre del servidor KMS (descubierto por dns)

(Get-WmiObject -Class SoftwareLicensingService).DiscoveredKeyManagementServiceMachineName

Referencia

Idera

powertheshell