I want a script to create a Hyper-V virtual machine as part of the build process. In particular, I need to be able to start processes, maybe send keys to a virtual machine, but so far I can start processes with certain commands, I think that I will be fine.
I already know this useful library: http://www.codeplex.com/PSHyperv , but it seems that all operations at the level of the VM controller are more than managing the OS in the VM.
source
share