Hi I'm writing a PHP page that initiates a Powershell script. I initiate the script with shell_exec("powershell -command ./kickoff.ps1") this all works fine, however, I need to run this script as another user. I'm running IIS on a Windows server (half the problem). I've tried runas...