How to manage processes in the Hyper-V VM console?

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.

+3
source share
1 answer

I recommend using PowerShell Remoting .

+3
source

Source: https://habr.com/ru/post/1704211/


All Articles