puppet-windowsfeature icon indicating copy to clipboard operation
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

Results 6 puppet-windowsfeature issues
Sort by recently updated
recently updated
newest added

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...

enhancement

To better optimize this provider and minimize creation/destruction of powershell processes, this should use the pwshlib module.

enhancement

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,...

modulesync 9.1.0

modulesync

modulesync 9.2.0

modulesync

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...

bug