Automate Virtual PC 2007 with PowerShell?

后端 未结 3 1771
青春惊慌失措
青春惊慌失措 2021-02-14 04:48

This is basically a duplicate of this question, but the accepted answer was \"no\" and I would like to keep this question open until getting an actual answer instead of acceptin

3条回答
  •  耶瑟儿~
    2021-02-14 05:00

    To test some of my own software within a VM I use AutoIt (http://www.autoitscript.com/autoit3/) to start the VM, and within the VM I use it again to start and control my application. Communication is done using a shared folder within the VM (writing the AutoIt script to execute, output of the application like a log).

    It's not Powershell, but maybe this helps anyway. :)

    Regards,

    Sebastiaan

提交回复
热议问题