我在Windows 2003 Server上运行计划任务(对于Powershell脚本)。我相信脚本运行正常。该任务计划每天从上午7:00到晚上11:50每10分钟运行一次。但是,它永远不会超过一天。它总是在下午的某个时间停止(下午2点到6点之间)。我不确定到底发生了什么,但我总是得到错误
The attempt to log on to the account associated with the task failed, therefore, the task did not run.
The specific error is:
0x80070569: Logon failure: the user has not been granted the requested logon type at this computer. Verify that the task's Run-as name and password are valid and try again.
似乎大多数有此错误的人都说他们需要让用户"以批处理作业登录"。但是,这个选项对我来说是灰色的。我搜索用户遇到类似问题的其他地方,但解决方案没有详细编写(其中一些与GPO有关)。我只使用了Windows Server的基本功能,我不知道如何到达他们所指的地方。
有人可以确认是否"作为批处理作业登录"确实是一个解决方案,并提供了如何解决我的问题的详细演练?
谢谢,
答案 0 :(得分:0)
这确实是个问题。您无法设置此值的原因可能与组策略有关。服务器是否在域中?如果是这样,请按照Microsoft的以下文章中所述检查组策略:
http://technet.microsoft.com/en-us/library/cc755659(v=ws.10)