I have a PS script that needs to kill a specific application on the local server using the Stop-Process cmdlet. I don't want my service account to be a local administrator on the server but I can't figure out what other access rights I can grant it. I've tried Power Users but that was a no-go.
Any ideas?