Home Forums Programming Powershell Trying to Execute a SQL Agent Job With Powershell in Job Steps RE: Trying to Execute a SQL Agent Job With Powershell in Job Steps

  • Jeff Moden (11/12/2014

    It's not PowerShell. The login that SQL Server uses needs to have privs to where the file is.

    Yep, try running your individual job steps as the user that the job is running under. That should flush out the underlying problem.