Jeff Bonhag 1e6c98f539
Document potential issue with PowerShell progress bar
Since PowerShell subprocesses don't inherit the setting for
`$ProgressPreference`, it's probably a good idea to set this variable to
`SilentlyContinue` globally when using the WinSSH communicator.

This commit also fixes a formatting issues with the list of supported
Windows guests.
2020-03-10 16:13:49 -04:00
..