We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEBUG virtualbox_4_2: - [1, "winrm", 5985, 5985] INFO winrm: Connecting to WinRM: localhost:5985 DEBUG winrm: WinRM Trying to connect INFO winrm: Execute: wmic computersystem where name="%COMPUTERNAME%" call rename name="dc" ERROR: Description = Invalid query DEBUG winrm: 1 DEBUG winrm: wmic computersystem where name="%COMPUTERNAME%" call rename name="dc" EXIT STATUS 1 ERROR warden: Error occurred: translation missing: en.vagrant.errors.winrm_bad_exit_status
I have a feeling that maybe the rename command is not quite correct
The text was updated successfully, but these errors were encountered:
The error is that alias is not found.
Sorry, something went wrong.
No branches or pull requests
DEBUG virtualbox_4_2: - [1, "winrm", 5985, 5985]
INFO winrm: Connecting to WinRM: localhost:5985
DEBUG winrm: WinRM Trying to connect
INFO winrm: Execute: wmic computersystem where name="%COMPUTERNAME%" call rename name="dc"
ERROR:
Description = Invalid query
DEBUG winrm: 1
DEBUG winrm: wmic computersystem where name="%COMPUTERNAME%" call rename name="dc" EXIT STATUS 1
ERROR warden: Error occurred: translation missing: en.vagrant.errors.winrm_bad_exit_status
I have a feeling that maybe the rename command is not quite correct
The text was updated successfully, but these errors were encountered: