Run PowerShell or batch file remotely

0 Comments

  To configure Windows PowerShell to receive remote commands in DEV http://www.howtogeek.com/117192/how-to-run-powershell-commands-on-remote-computers/ Start Windows PowerShell with the "Run as administrator" option. On server: enable-psremoting On server: Set-ExecutionPolicy Unrestricted On server: Set-Item wsman:\localhost\client\trustedhosts * (allows any