Hi!
I'm have an PowerShell script running as a scheduled task.
The script is executed like: -ExecutionPolicy Unrestricted D:\Import\ImportLogs.ps1
Everything is working great when running the script manually, but when running as an scheduled task, the method
Get-ChildItem is not working (no result).
/Jonas