How to export/read ConfigMgr audit messages to/from external log management system?

The title pretty much explains the scenario. Is there any built-in way to export or read audit messages concerning who did and what with ConfigMgr to external log management system? I'm talking about the kind of data that Status message queries provide with audit messages... Any suggestions are welcome.

February 25th, 2015 6:48pm

There is nothing built-in, but you can create custom SQL jobs to do that.
Free Windows Admin Tool Kit Click here and download it now
February 25th, 2015 7:17pm

The only suggestion I've got is have a look at PowerShell. I think you could use Get-CMSiteStatusMessage and Get-CMComponentStatusMessage for that.
February 25th, 2015 7:18pm

Thanks for the info. SQL view came to my mind also. Any references or examples on the methods you guys suggest?
Free Windows Admin Tool Kit Click here and download it now
February 25th, 2015 7:53pm

I can't help you with the SQL information. The PowerShell information can be found here: https://technet.microsoft.com/en-us/library/jj821831(v=sc.20).aspx
February 25th, 2015 7:57pm

SQL SSIS: https://msdn.microsoft.com/library/ms141026.aspx or simple SQL a
Free Windows Admin Tool Kit Click here and download it now
February 25th, 2015 8:15pm

I figured this out by creating a status filter rule that writes all the audit messages to Windows eventlog as well. It's pretty easy to get the stuff out from there.

Those PowerShell commands suggested, only open the built-in Status Filter Viewer and do not output the queries into the shell.

March 13th, 2015 3:20am

I figured this out by creating a status filter rule that writes all the audit messages to Windows eventlog as well. It's pretty easy to get the stuff out from there.

Those PowerShell commands suggested, only open the built-in Status Filter Viewer and do not output the queries into the shell.

Free Windows Admin Tool Kit Click here and download it now
March 13th, 2015 3:21am

I figured this out by creating a status filter rule that writes all the audit messages to Windows eventlog as well. It's pretty easy to get the stuff out from there.

Those PowerShell commands suggested, only open the built-in Status Filter Viewer and do not output the queries into the shell.

  • Marked as answer by Narcoticoo Friday, March 13, 2015 7:19 AM
March 13th, 2015 7:19am

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

Other recent topics Other recent topics