Hi, I have list of schedules from Task Scheduler that I can get the list by writing command Get-ScheduledTask in powershell, this is what it shows
I want to get all the taskname here and I can’t get these values by common get text, so I tried using CV get text and it works.
the problem is, I can’t use CV extract table, so I need to use CV get text and loop through, but I’m not familiar with the descriptor how to make it dynamic so I can get all the task name?
descriptor for taskname number 1
descriptor for taskname number 2