SCCM Troubleshooting Guide

Here are some useful articles for SCCM troubleshooting:   SCCM Issues by Category: http://arnavsharma.net/system-centre–more/basic-sccm-troubleshooting-made-easy PXE Boot: http://blog.jocha.se/tech/sccm-2012-troubleshooting-pxe How to read SCCM log files: https://www.swc.com/blog/microsoft-system-center/sccm-troubleshooting-101-log-files SCCM … Read more

SCCM WSUS Error 80072EE2

We started using SCCM WSUS for workstation patches, but I always saw half machines success with half machines waiting for updates.  It was always the … Read more

SCCM Reports – No SCCM agent workstation client

select all SMS_R_System.Name0,SMS_R_System.Last_Logon_Timestamp0,SMS_R_System.Resource_Domain_OR_Workgr0,SMS_R_System.Client0,SMS_R_System.Operating_System_Name_and0 from vSMS_R_System AS SMS_R_System WHERE (Client0 IS NULL) AND (Operating_System_Name_and0 NOT LIKE N’%OS X%’) AND (Operating_System_Name_and0 LIKE N’%Microsoft Windows NT Workstation%’) ORDER … Read more