当前位置: 代码迷 >> .NET相关 >> SCCM 客户端的修理
  详细解决方案

SCCM 客户端的修理

热度:191   发布时间:2016-04-24 02:43:49.0
SCCM 客户端的修复

1. Stopping the SMS Agent Host service (net stop ccmexec)

2. Stopping the WMI service (net stop winmgmt)

3. Deleting the WMI repository (rmdir /s /q %WINDIR%System32wbemrepository)

4. Starting the WMI service (net start winmgmt)

5. Starting the SMS Agent Host service (net start ccmexec)