Using Operation manager and Patch management

My question is if it is possible to use System Center Operations manager 2012 to send out an alert if a Server hasn't been updated Via SCCM in over 30 days or X number of days. I do not have access to SCCM to configure a rule if that's an option.  I do have access to any database that might be needed though.

Thanks

September 1st, 2015 10:33am

Did you try SCOM integration with SCCM. That will probably fulfill your requirement.

Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 11:09am

Hi 

you can use powershell script base monitoring,use below command to get last windows update time 

Get-HotFix  | Sort-Object InstalledOn -Descending |select InstalledOn -First 1

http://blogs.msdn.com/b/wei_out_there_with_system_center/archive/2013/10/03/opsmgr-using-wizards-to-create-powershell-based-monitors.aspx

http://scug.be/dieter/2014/04/24/scom-creating-a-powershell-script-monitor-with-silect-mpauthor/

Regards

September 2nd, 2015 3:44am

Look also at this MP from Tyan

http://blog.tyang.org/2014/10/04/updated-configmgr-2012-r2-client-management-pack-version-1-2-0-0/

---------------------

Claus Leclercq

Free Windows Admin Tool Kit Click here and download it now
September 14th, 2015 9:27am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics