Windows-Server-2008-R2
GPUpdate 不會應用服務更改
嘗試應用組策略設置時,我的電腦上出現以下錯誤。這特定於本地電腦上對服務的更改:
User Policy update has completed successfully. Computer policy update has completed successfully. The following warning were encountered during computer policy processing: Windows field to apply the Group Policy Services Settings. Group Policy services setting might have its own log file. Please click on the "More information" link.
我打開了 GPP 日誌記錄並收到以下錯誤:
Failed to open file. [ hr = 0x80070003 "The system cannot find the path specified." ] Error reading GPE XML data file. [ hr = 0x80070003 "The system cannot find the path specified." ] Completed loading of package. [ hr = 0x80070003 "The system cannot find the path specified." ] Completed apply GPO. [ hr = 0x80070003 "The system cannot find the path specified." ] Leaving ProcessGroupPolicyExServices() returned 0x00000003
這就是我得到的所有資訊!我對多個 GPO 進行了服務更改,但沒有一個生效。即使是帶有服務更改的全新 GPO 也無法正常工作。有沒有人見過這個?
環境是 Windows Server 2008 R2 和 Windows 7 都在同一個域上。
找到了這個問題的問題。原來主要策略在讀取 services.xml 文件時遇到了問題。我將其刪除並重新進行了服務更改,並且一切都開始正確地再次應用。某些策略的更改和損壞的 services.xml 之間可能存在競爭條件