Licencias - sevioptero/Windows_info GitHub Wiki
Contenido:
- Obtener el Product Key de Windows
- Obtener el nombre del servidor KMS (descubierto por dns)
- Referencia
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
- Managing Windows License Key.
- Managing Windows License Key (Part 2).
- Managing Windows License Key (Part 3).