Search found 2 matches

by StefanH
13. Feb 2012, 16:50
Forum: VirtualBox on Windows Hosts
Topic: Problem with VBoxManage guestcontrol and powershell
Replies: 2
Views: 3183

Re: Problem with VBoxManage guestcontrol and powershell

Seems like its a powershell issue. The powershell command line switch

Code: Select all

-inputformat none
is doing the magic... :)
by StefanH
13. Feb 2012, 15:01
Forum: VirtualBox on Windows Hosts
Topic: Problem with VBoxManage guestcontrol and powershell
Replies: 2
Views: 3183

Problem with VBoxManage guestcontrol and powershell

Hi, I have a strange behaviour here when trying to execute a powershell command on my guest system using VBoxManage... Hope you can help me. My goal is to remotely trigger the execution of different scripts on my guest VM and get their stdout and stderr. This works great for arbitrary scripts, e.g. ...