I've found this in the task log
ExecuteProcess("E:\Program Files (x86)\VisualCron\\PowerShell\TaskPowerShell.exe" 109)->System.IO.FileNotFoundException: Could not find file 'E:\Scripts\AD_Account_Expiry\Scripts\Live script\test.ps1'.
File name: 'E:\Scripts\AD_Account_Expiry\Scripts\Live script\test.ps1'
at TaskPowerShell.PowerShellTaskClass.Run(ProcessPowerShellTaskInfoClass ti, StringBuilder& sbStandardOut, StringBuilder& sbStandardError, Boolean& bolResult)
ExecuteProcess("E:\Program Files (x86)\VisualCron\\PowerShell\TaskPowerShell.exe" 109)->Unhandled execution error: System.IO.FileNotFoundException: Could not find file 'E:\Scripts\AD_Account_Expiry\Scripts\Live script\test.ps1'.
File name: 'E:\Scripts\AD_Account_Expiry\Scripts\Live script\test.ps1'
at TaskPowerShell.PowerShellTaskClass.Run(ProcessPowerShellTaskInfoClass ti, StringBuilder& sbStandardOut, StringBuilder& sbStandardError, Boolean& bolResult)
at guwpFnV83JfDxQ01Fu.EWEEOhEWhJTb9BlSI9.awJMrJJ0x(String[] )
In the path in the first line there is a double \ in between visual cron and Powershell, could this be the problem?