This module allows you to manage windows licensing via slmgr.vbs
salt '*' license.install XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
Attempt to activate the current machine via Windows Activation
CLI Example:
salt '*' license.activate
Return information about the license, if the license is not correctly activated this will return None.
CLI Example:
salt '*' license.info
Install the given product key
CLI Example:
salt '*' license.install XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
Check to see if the product key is already installed.
5 digits of the license.
CLI Example:
salt '*' license.installed XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
Return true if the current machine is licensed correctly
CLI Example:
salt '*' license.licensed
Uninstall the current product key
CLI Example:
salt '*' license.uninstall
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy