puppet-windowsfeature
puppet-windowsfeature copied to clipboard
Library that uses ServerAdministration api that comes with Windows Server 2008 and Windows Server 2012 to add / remove windows features
Currently this module only supports install/uninstalling windows features, but would be valuable if it could additionally support enabling/disabling Windows optional features too. I think this should just involve adjusting the...
To better optimize this provider and minimize creation/destruction of powershell processes, this should use the pwshlib module.
Would you consider adding `*-WindowsCapability` cmdlet support to the windowsfeature type/provider? It looks like those cmdlets were available starting from Server 2016 based on https://docs.microsoft.com/en-us/powershell/module/dism/get-windowscapability?view=windowsserver2016-ps and https://docs.microsoft.com/en-us/powershell/module/dism/add-windowscapability?view=windowsserver2016-ps ## Affected Puppet,...
Trying to manage windowsfeatures causes errors to the tune of; ``` Could not prefetch windowsfeature provider 'default': Malformed XML: Content at the start of the document (got 'Set-PSReadLineOption : The...