Answered by:
Installing security update (KBs) on client machine 'manually' - SCCM compliance report

Question
-
Hi All
Once a KB is installed manually (downloaded from MS website and installed) on a client machine, will it be picked up in the SCCM compliance report.
If so then how long will it take to show the compliance status in SCCM report.
Kindly advice.
Regards Ram
Thursday, December 17, 2015 5:25 AM
Answers
-
It will only be picked up after the client has run a software update scan cycle (which is configured by default to run every 7 days).
Jason | http://blog.configmgrftw.com | @jasonsandys
- Proposed as answer by Paul Winstanley [MVP]MVP Tuesday, December 22, 2015 10:07 AM
- Marked as answer by RKRamesh Tuesday, March 1, 2016 9:52 AM
Thursday, December 17, 2015 12:55 PM -
not sure if there is anything showing the last run software update scan cycle.
Dear Sir,
SQL DB can show you this:
select
Name0 as PCname,
v_UpdateScanStatus.LastScanTime
from v_R_System
inner join v_UpdateScanStatus on v_R_System.ResourceID = v_UpdateScanStatus.ResourceIDBest regards
Frank
- Marked as answer by Frank Dong Thursday, January 7, 2016 6:17 AM
Friday, December 18, 2015 6:28 AM
All replies
-
It will only be picked up after the client has run a software update scan cycle (which is configured by default to run every 7 days).
Jason | http://blog.configmgrftw.com | @jasonsandys
- Proposed as answer by Paul Winstanley [MVP]MVP Tuesday, December 22, 2015 10:07 AM
- Marked as answer by RKRamesh Tuesday, March 1, 2016 9:52 AM
Thursday, December 17, 2015 12:55 PM -
Thanks Jason.
Just wondering if there is way to check from the SCCM console for the respective client machine to identify when was the last software update scan cycle.
Under Client Activity i do see attributes like Policy Request, Heartbeat DDR, Hardware Scan, Software Scan and Status Message, not sure if there is anything showing the last run software update scan cycle.
Regards Ram
Friday, December 18, 2015 2:04 AM -
not sure if there is anything showing the last run software update scan cycle.
Dear Sir,
SQL DB can show you this:
select
Name0 as PCname,
v_UpdateScanStatus.LastScanTime
from v_R_System
inner join v_UpdateScanStatus on v_R_System.ResourceID = v_UpdateScanStatus.ResourceIDBest regards
Frank
- Marked as answer by Frank Dong Thursday, January 7, 2016 6:17 AM
Friday, December 18, 2015 6:28 AM -
Thanks Frank. I think this should work, btw is there anything in SCCM console that can show us the UpdateScan status.
Regards Ram
Tuesday, December 22, 2015 9:45 AM -
Dear Sir,
Can't see that directly from console. But you can run reports Software Updates - D Scan.
Best regards
Frank
- Edited by Frank Dong Wednesday, December 23, 2015 8:37 AM
Wednesday, December 23, 2015 8:37 AM