Forum Discussion
Manas Saha
Aug 24, 2017Brass Contributor
Invoke-Command is not helping me anymore..
Team , I need a solution here , I am trying to connect my VM which is running in Hyper-V and I would like to deploy some of the scripts which will run automatically inside the VM and then it will...
Sep 19, 2017
https://www.howtogeek.com/117192/how-to-run-powershell-commands-on-remote-computers/
Make shure the VM and abse machine are on the same network, that the VM is not set to be on a private network. Then powershell remotign should work. Or you could run the script from a VM and output to a networkdrive.
Hope this helps