标签: windows web-services scheduled-tasks
我需要在Windows服务器上公开当前计划的任务以获取预测工具。有没有办法通过Web服务或我可以安装的某些服务来访问任务?
答案 0 :(得分:0)
有一个很好的powershell命令
Get-WinEvent -LogName“Microsoft-Windows-TaskScheduler / Operational”
将为您提供所有可用的日志信息