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)

posted @ 2015-08-25 19:10  aladinggao  阅读(815)  评论(0)    收藏  举报