Mdt-2010
Microsoft 部署工具包 2010 失敗消息
我在使用 Microsoft Toolkit 2010 從伺服器部署 Windows 7 時遇到問題。
部署完成後,我收到一個 Windows 錯誤報告,其中顯示以下消息。
FAILURE (Er): 70: CreateObject(Microsoft.BDD.Utility) - Permission denied Litetouch deployment failed, Return Code = - 2147023589 0x8007051B
我不明白 Microsoft.BDD.Utility 到底是什麼以及何時使用此實用程序(Tasksequence?)?
誰能幫我解決這個問題?
BDD 2007 是 Microsoft 部署工具包 2010 的舊版本(您應該使用它來部署 Windows 7)。確保您執行的是 MDT 2010 而不是 BDD 2007(在此處下載:http: //www.microsoft.com/downloads/details.aspx? FamilyId=3BD8561F-77AC-4400-A0C1-FE871C461A89&displaylang=en )
我不熟悉這個工具,但錯誤 0x8007051B 意味著以下內容:
ERROR_INVALID_OWNER winerror.h # This security ID may not be assigned as the owner of this # object.
我的猜測是這與使用者權限有關,有人需要 SE_RESTORE_NAME 權限,但我不知道是什麼。