Im basically wondering if this is possible, Essentially I have a Powershell 3.0 Script that creates a Hyper-V Server/VHD etc.. it works well but it's obviously defaulting to my local machine.
What Im wondering is that if it's possible to make perhaps remote VHD's/VM's through powershell. Like Accessing another computer/server on a network and deploy the VM/VHD through Powershell on A Central Computer?
I looked around the Hyper-V cmdlets....but couldn't really find anything, I know you define Paths and such for VHD storage....and File storage and such, but creating the VM doesn't seem to have any parameters to allow remote control. Since ideally I would want to be able to deploy a VM and attach it to a pre-baked VHD via remote to another server/computer. Also the VHD's are being created on my Local Computer right now, is there a way to create them to a linked network server perhaps?