Reputation: 1
So I have a PowerShell script on my aws windows server, and I'm trying to run that script through AWS Run Command. I've tried Start-Process C:\Path\NameOfPowerShellScript.ps1
. Unfortunately it doesn't work. What my code does is install java-jre on the server. Any help will be appreciated.PS Code runs fine locally.
Upvotes: 0
Views: 1410