mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Some checks failed
/ sync-acceptance (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.1 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.2 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.3 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.4 (push) Has been cancelled
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
# Copyright IBM Corp. 2010, 2025
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
en:
|
|
vagrant_ps:
|
|
detecting: |-
|
|
Detecting if a remote PowerShell connection can be made with the guest...
|
|
resetting: |-
|
|
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: |-
|
|
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
|
|
Windows remote management service.
|
|
|
|
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}
|