Hi I'm trying to execute the following powershell script through an "Action" - but it does not seem to Work. "Invoke-Command -computername SERVER1 {Stop-Process -processname "NOTEPAD" -Force}" I tried executing it directly from a Shell on the PA server - and that worked like a charm. What am I missing? Kind regards Karsten asked 21 Sep '15, 04:50 KMStolten |
You need to enable powershell remoting to do that: http://www.itsupportforum.net/topic/how-to-enable-powershell-remoting/ answered 23 Feb '16, 21:03 Lewyh |