AppVeyor | Forge Version | Forge PDK Version | Forge Downloads |
---|---|---|---|
Manage the KMS client settings on a Windows machine.
key_management_service_name
- The FQDN of the KMS server.key_management_service_port
- [Optional] The port of the KMS server. Defaults to '1688'.attempt_activation
- [Optional] Whether or not to run 'slmgr /ato' after setting either the KMS name or port. Defaults to 'true'.At a minimum set the key_management_service_name
to the FQDN of your KMS server.
class { 'kms_win':
key_management_service_name => 'kmsserver.contoso.com',
}
Kms_win is released under the MIT license.