I've downloaded the powershell script located here: http://gallery.technet.microsoft.com/scriptcenter/Get-Scheduled-tasks-from-3a377294
However, this doesn't give me the piece of info I'm looking for. i want to see if any task is set to wake the pc in order to run that task. I see where in the script it's looping through and displaying the properties for each task. But I'm not familiar with working with powershell or the Schedule.Service object so i don't know what property that is. Could someone eithe tell me a way to get a list of tasks set to wake the pc? or just tell me how to edit that script so it displays that bit of info.
thanks