Hey all,
I'm stuck with trying to monitor the status of scheduled tasks that are not in either the root path or /microsoft - something that SAM's native Scheduled Tasks monitor can do, let's say that they are in Task Scheduler Library \fnord
Get-ScheduledTask | where {($_.taskpath -eq '\Fnord\')} works fine on the local server but returns a script error on the SAM component monitor targeted against that server.
A simple get-scheduledtask from the SAM component returns all values from the server, except those in the \fnord path.
Any ideas?
Thanks in advance