vagrant/plugins/communicators/winrm
Seng Lin Shee 774940521e Ignore Powershell progress updates on stderr
Starting with PowerShell 5, the progress bar can be observed via the
Write-Progress cmdlet. From WinRM, this appears as a stderr output.
Vagrant assumes that there is error if output appears on stderr.

This terminates various scripts which previously executed successfully
in Vagrant (prior to Windows 10).

This fix injects a variable assignment at various points of the script
execution process to disable display of the progress bar.
2015-11-18 13:52:25 -08:00
..
command_filters Remove unneeded executable permissions. 2015-01-20 11:53:30 +01:00
scripts Ignore Powershell progress updates on stderr 2015-11-18 13:52:25 -08:00
command_filter.rb Added mkdir command filter for WinRM to be compatible with PS4+ 2014-07-30 15:43:11 -04:00
communicator.rb Ignore Powershell progress updates on stderr 2015-11-18 13:52:25 -08:00
config.rb Added execution_time_limit for WinRM. 2015-08-31 11:42:25 -04:00
errors.rb Better error handling for WinRM (using winrm v1.3.0.dev.2) 2014-12-11 13:22:39 -05:00
helper.rb communicators/winrm: use winrm_info cap if available [GH-3832] 2014-05-20 20:13:36 -07:00
plugin.rb communicators/winrm: silence warnings loading winrm 2014-04-21 13:51:27 -07:00
shell.rb Ignore Powershell progress updates on stderr 2015-11-18 13:52:25 -08:00