SCCM Documentation Updated

Configuration Manager 2007 documentation library (https://technet.microsoft.com/en-us/library/bb680651.aspx) has been updated on the Web with updates for April. Topics that were updated have Updated: April 1, 2011 at the top of the topic.   Configuration Manager 2007 Quizzes also updated   Configuration Manager 2012 documentation library  Configuration Manager 2012 Documentation Library.

Single system required Patch’s report from SQL

—Single system required Patch’s report from SQL   SELECT DISTINCT SYS.Name0 AS [Machine Name], UCS.Status AS [Patch Status Code], CASE WHEN UCS.Status = ‘2’ THEN ‘Applicable’ WHEN UCS.Status = ‘3’ THEN ‘Installed’ ELSE ” END AS ‘Patch Status’, UI.BulletinID, UI.ArticleID, UI.Title FROM v_R_System AS SYS LEFT OUTER JOIN v_Update_ComplianceStatusAll AS UCS ON SYS.ResourceID = UCS.ResourceID … Read more

state messages for some reason is not being updated correctly Causes Updates Compliance Report Issue

run the below script to get the actual system state. this will help to report back actual compliance of patch level to SCCM Server   Option ExplicitOn Error Resume Next Call RefreshServerComplianceState ‘ WScript.Echo “Finished” Sub RefreshServerComplianceState()     ‘ Initialize the UpdatesStore variable.    dim newCCMUpdatesStore     ‘ Create the COM object.    set newCCMUpdatesStore = CreateObject … Read more

Package not downloading due to some IIS File filtering blocking issue

Check with these commands     BITSADMIN /LIST /ALLUSERS   C:>BITSADMIN /geterror {7D46DE5B-3911-40B1-A72B-607737DB06F9} BITSADMIN version 2.0 [ 6.6.3790.3959 ]BITS administration utility.(C) Copyright 2000-2004 Microsoft Corp. ERROR FILE:    https://sccmserver.mydomain:80/SMS_DP_SMSPKGD$/SMSPKG/HCC0005F/AdminImage/x86/en-us/acad/Acad/Program Files/Root/HelpHtml/contexthelp/+CONSTRAINTSETTINGS.htm -> C:WINDOWSsystem32CCMCacheHCC0005F.1.SystemAdminImage/x86/en-us/acad/Acad/Program Files/Root/HelpHtml/contexthelp/+CONSTRAINTSETTINGS.htmERROR CODE:    0x80190194 – The requested URL is not found on this server.ERROR CONTEXT: 0x00000005 – When processing the remote file error has occurred … Read more

Determine Server Placement for Internet-Based Client Management – IBC

All server placement references below refer to a primary site only; secondary sites do not support Internet-based client management. Server Placement for Sites that Do Not Need to Also Manage Intranet Client If the Configuration Manager 2007 site does not need to support both Internet clients and intranet clients, Scenarios 1 and 2 in the … Read more