Can anyone tell me how to create a scheduled task using powershell that runs as the local system or local service?
Everything works great except the call to ITaskFolder.
I think you would need to use "nt authority\localservice" as the user name.
Kindness,
Dan