Manage Windows features via the ServerManager powershell module
Install the windows feature
Note: Some features require reboot after un/installation. If so, until the server is restarted other features can not be installed!
Example:
Run salt MinionName win_servermanager.list_available to get a list of available roles and features. Use the name in the right column. Do not use the role or feature names mentioned in the PKGMGR documentation. In this example for IIS-WebServerRole the name to be used is Web-Server.
ISWebserverRole:
win_servermanager.installed:
- force: True
- recurse: True
- name: Web-Server
Remove the windows feature name:
short name of the feature (the right column in win_servermanager.list_available)
the server is restarted.
name listed for each feature, not the indented one. Do not use the role or feature names mentioned in the PKGMGR documentation.
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2015.5.1