vagrant/templates/locales/command_ps.yml

33 lines
1.1 KiB
YAML
Raw Normal View History

en:
vagrant_ps:
detecting: |-
2015-06-05 07:11:06 +00:00
Detecting if a remote PowerShell connection can be made with the guest...
resetting: |-
2015-06-06 05:24:05 +00:00
Resetting WinRM TrustedHosts to their original value.
errors:
elevated_no_command: |-
A command must be provided when the --elevated flag is provided for
the powershell command. Please provide a command when using the
--elevated flag and try again.
host_unsupported: |-
2015-06-05 07:11:06 +00:00
Your host does not support PowerShell. A remote PowerShell connection
can only be made from a windows host.
ps_remoting_undetected: |-
Unable to establish a remote PowerShell connection with the guest.
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}