Andrew Arnott
Andrew Arnott

Reputation: 81801

How to control processes in a Hyper-V VM's console?

I want to script the building of a Hyper-V VM as part of a build process. Specifically I need to be able to launch processes, perhaps sending keys into the VM as well, but as long as I can launch processes with specific command-lines I think I'll be good.

I'm already aware of this useful library: http://www.codeplex.com/PSHyperv, but it seems to be all VM-controller-level operations rather than controlling the OS within the VM.

Upvotes: 3

Views: 560

Answers (1)

notandy
notandy

Reputation: 3330

I recommend using PowerShell Remoting.

Upvotes: 3

Related Questions