解決oem中任務調度部分輸入正確windows用戶名和密碼不能執行任務的問題

 

在OEM中有些操作需要輸入操作系統的用戶名密碼才能繼續下去,但是無論怎樣輸入,
總是會返回RemoteOperationException: ERROR: Wrong password for user.(錯誤的用戶名密碼)的錯誤。


解決的方法就是在用戶策略裏面將你需要使用的用戶授予Logon as a Batch Job的權限。

1. Click on START => Programs => Administrative Tools => Local Security Policy (or also via START => Settings => Control Panel => Administrative Tools) 打開控制面板中的管理工具中的本地安全策略
2. Under Local Policies on the left, select User Rights Assignment folder
然後是本地策略-用戶權限分配
3. Look at the right side of the window and scroll down to the "Logon as Batch Job" privilege and select it. 然後找到Logon as a Batch Job(作爲批處理作業登陸)這一項
4. Either select Action from the menu bar then Security or right-click on the "Logon as a Batch Job" privilege then Security.
5. Select the Add button which evokes a Select Users/Groups box.
6. From the "Look In" field, select the local workstation/server.
7. Select the User administrator.
8. Select Add then OK.
然後打開將administrator這個用戶添加一下就ok了!
 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章