hello,
I tried to list the scheduled task from task scheduler Library using
Get-ScheduledTask
But I don’t see the task that was created by me in the output of the above command, is there anything I am missing please help.
hello,
I tried to list the scheduled task from task scheduler Library using
Get-ScheduledTask
But I don’t see the task that was created by me in the output of the above command, is there anything I am missing please help.
It should list. You can try once using native command once.
schtasks /query
when using ``Get-ScheduledTask’ is it not showing only the one you created ?