I’m having trouble figuring out a way to search for a semi generic scheduled task name. What I have so far is: “Get-ScheduledTask -Computername compname | ? TaskName -eq “Daily 2am”. That will find tasks named “Daily 2am”, however I think at one point I renamed it and it might be “Daily 1am” or something of that nature, so I’m trying to figure out how to search for “Daily*” That doesn’t seem to be working and I’m not really sure what to google to help me figure it out.
Thanks all.
submitted by /u/Dryfter9
[link] [comments]
The post Searching for a task name in Scheduled Tasks appeared first on How to Code .NET.