该方法只支持Win7及其以上系统,不支持Windows 2003
1 $Schedule = New-Object -com "Schedule.Service"2 $Schedule.Connect() 3 $tasks = $Schedule.GetFolder("\").GetTasks(0)4 $tasks | Format-Table
本文共 173 字,大约阅读时间需要 1 分钟。
该方法只支持Win7及其以上系统,不支持Windows 2003
1 $Schedule = New-Object -com "Schedule.Service"2 $Schedule.Connect() 3 $tasks = $Schedule.GetFolder("\").GetTasks(0)4 $tasks | Format-Table
转载地址:http://sxhlo.baihongyu.com/