We need to run a Powershell script called through a Powershell step run with elevated permissions (a service account) or can we pass a credential object of some sort.
We are running “start-process powershell -Credential $cred -argumentlist $exeString” after setting the proper credentials for $cred.
We have not found documentation to facilitate this.