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 bar #139

Closed Andy-Adrian closed 3 years ago

Andy-Adrian commented 3 years ago

Pull Request (PR) description

(#138) '0x5 occurred while reading the console output buffer' errors occur on non-interactive connections to Windows 2019.

Adding $ProgressPreference='SilentlyContinue' prior to Install and Uninstall actions allows them to complete with no error.

This Pull Request (PR) fixes the following issues

Fixes #138

Andy-Adrian commented 3 years ago

@kenyon Do you need anything else to get this merged?