2014-08-27 19:17:30 +00:00
|
|
|
en:
|
|
|
|
vagrant_ps:
|
|
|
|
detecting: |-
|
2015-06-05 07:11:06 +00:00
|
|
|
Detecting if a remote PowerShell connection can be made with the guest...
|
2018-03-14 14:41:04 +00:00
|
|
|
resetting: |-
|
2015-06-06 05:24:05 +00:00
|
|
|
Resetting WinRM TrustedHosts to their original value.
|
2014-08-27 19:17:30 +00:00
|
|
|
|
|
|
|
errors:
|
|
|
|
host_unsupported: |-
|
2015-06-05 07:11:06 +00:00
|
|
|
Your host does not support PowerShell. A remote PowerShell connection
|
2014-08-27 19:17:30 +00:00
|
|
|
can only be made from a windows host.
|
|
|
|
|
|
|
|
ps_remoting_undetected: |-
|
2015-06-05 07:11:06 +00:00
|
|
|
Unable to establish a remote PowerShell connection with the guest.
|
2014-08-27 19:17:30 +00:00
|
|
|
Check if the firewall rules on the guest allow connections to the
|
2015-06-05 07:11:06 +00:00
|
|
|
Windows remote management service.
|
2015-06-06 05:24:05 +00:00
|
|
|
|
|
|
|
powershell_error: |-
|
|
|
|
An error occurred while executing a PowerShell script. This error
|
|
|
|
is shown below. Please read the error message and see if this is
|
|
|
|
a configuration error with your system. If it is not, then please
|
|
|
|
report a bug.
|
|
|
|
|
|
|
|
Script: %{script}
|
|
|
|
Error:
|
|
|
|
|
|
|
|
%{stderr}
|