I'm using vagrant on windows 8, with the hyper-v provider starting a windows server 2012 box.
Before I updated to vagrant 1.7.4 I was on version 1.7.2, and everything worked. But after updating I am getting an error when it is trying to mount the shared folder: The following WinRM command responded with a non-zero exit status. Vagrant assumes that this means the command failed! cmdkey /add:xxx.xxx.xxx.xxx /user:DOMAIN\user /pass:Password Stdout from the command: Stderr from the command: Exception calling "RegisterTaskDefinition" with "7" argument(s): "The user name or password is incorrect. (Exception from HRESULT: 0x8007052E)" At C:\tmp\vagrant-elevated-shell.ps1:58 char:1 + $folder.RegisterTaskDefinition($task_name, $task, 6, $username, $password, 1, $n ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : ComMethodTargetInvocation I have replaced the details from the line: cmdkey /add:xxx.xxx.xxx.xxx /user:DOMAIN\user /pass:Password With placeholders for obvious reasons. I did try and run the command above in the VM and I get the following output: CMDKEY: Credential added successfully. So I assume it is working correctly. Is there something broken or changed between 1.7.2 and 1.7.4? -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/ecabcb5d-1b93-4ef8-9849-cc28df561b6a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
