【发布时间】:2017-03-03 10:02:03
【问题描述】:
我需要通过 Powershell 脚本启动 Outlook 并安排它。
Powershell 脚本在从 powershell 命令提示符手动运行时能够启动 Outlook。
但是当通过 Windows 任务计划程序运行相同的脚本时,我只能看到进程在后台启动,而前端没有运行 Outlook 实例。
我想知道为什么应用程序没有在前端启动。
【问题讨论】:
标签: powershell scheduled-tasks
我需要通过 Powershell 脚本启动 Outlook 并安排它。
Powershell 脚本在从 powershell 命令提示符手动运行时能够启动 Outlook。
但是当通过 Windows 任务计划程序运行相同的脚本时,我只能看到进程在后台启动,而前端没有运行 Outlook 实例。
我想知道为什么应用程序没有在前端启动。
【问题讨论】:
标签: powershell scheduled-tasks