Archive for January 11th, 2010

Fix SCCM Client Scan State

If you have a client system that is incorrectly reporting it’s Software Updates scan state, you can use the follow script to force the client to do a full report of the compliance scan state.  It has worked for me thus far!

' Script from http://msdn.microsoft.com/en-us/library/cc146437.aspx
dim newCCMUpdatesStore
set newCCMUpdatesStore = CreateObject ("Microsoft.CCM.UpdatesStore")
newCCMUpdatesStore.RefreshServerComplianceState

Leave a Comment

Follow

Get every new post delivered to your Inbox.

Join 59 other followers