voxpupuli / puppet-windowsfeature

Library that uses ServerAdministration api that comes with Windows Server 2008 and Windows Server 2012 to add / remove windows features
https://forge.puppet.com/puppet/windowsfeature
MIT License
30 stars 50 forks source link

Ignore powershell progress screens #136

Closed trevor-vaughan closed 4 years ago

trevor-vaughan commented 4 years ago

In some remote, non-interactive, connections the triggering of a progress screen will cause an error like '0x5 occurred while reading the console output buffer'.

Adding $ProgressPreference='SilentlyContinue' causes 'self.instances' to successfully complete without error.

Pull Request (PR) description

This Pull Request (PR) fixes the following issues