正在从网络访问 windows 个计划任务

Acessing windows schedules task from web

我需要在 windows 服务器上为预测工具公开当前计划的任务。有什么方法可以通过网络服务或我可以安装的某些服务来访问任务吗?

有一个不错的 powershell 命令

Get-WinEvent -LogName "Microsoft-Windows-TaskScheduler/Operational"

将为您提供所有可用的日志信息