Here are links to several important SCOM tools that have become harder to find over the years:
- Awesome tool to visualize an MP, unseal, export to Excel, originally posted by Boris, Updated By Daniele Muscetta
- Also β check out this enhanced fork which adds more features: MPViewer post – GitHub download
- Tool to easily view overrides, export them to excel
- Originally posted by Boris, Updated By Daniele Muscetta
- Create overrides in bulk to disable multiple workflows at once
- Originally posted by Boris, Updated By Daniele Muscetta
- This will modify Data Warehouse Retention settings
- https://kevinholman.com/2010/01/05/understanding-and-modifying-data-warehouse-retention-and-grooming/
Data Warehouse Grooming Settings Tool
- This tool is BETTER than DWDataRP in that it makes it easy to change retention values
- Gives you instant feedback on the consumed space by data type
- This tool is amazing for test firing any event on any machine for MP testing
- https://kevinholman.com/2011/08/02/how-to-test-fire-any-windows-event-on-any-server-from-any-application/
- Super useful management pack for all kinds of enhanced configuration and management over SCOM agents and servers
- https://kevinholman.com/2017/05/09/scom-management-mp-making-a-scom-admins-life-a-little-easier/
- This is a solution to modify alerts after they are generated
- Can enhance alerts by adding data to custom fields change resolution states
- Can filter by rule/monitor, and groups, and integrate with ticketing systems
- This is a solution to modify alerts after they are generated
- Can enhance alerts by adding data to custom fields change resolution states
- Can filter by rule/monitor, and groups, and integrate with ticketing systems
- Has a professional web interface and very simple configuration
SCOM 2007R2 Authoring Console Resource Kit
- This is the old SCOM 2007R2 Authoring Console, no longer supported but still useful in designing advanced workflows
Visual Studio Authoring Extensions (VSAE)
- Add-in for Visual Studio for advanced authoring of Management Packs, or utilizing fragments.
- Tool to quickly change scripts from management packs to βunescapeβ the XML special characters used so you can run scripts manually
- https://www.scom2k7.com/quickly-fix-scom-scripts-from-exported-management-packs-with-transform-tool/
- A solution that helps enterprises schedule maintenance mode in SCOM with advanced features in access control, browser support, and on demand MM.
- https://www.scom2k7.com/
Another good resource, an updated list of MP releases:
https://social.technet.microsoft.com/wiki/contents/articles/16174.microsoft-management-packs.aspx
This is good. All SCOM Tools together in one location.
There is actually a later build of MPViewer available, one that I’ve been using for quite a while. The version number is the same, but the title bar indicates “Management Pack Viewer 2012 Reloaded (release 1)”. It is available (indirectly) here:
https://blogs.technet.microsoft.com/kevinjustin/2017/09/19/mpviewer-reloaded/
Should that link fail in the future, the more direct link is here:
http://scug.be/jan/2016/06/06/mp-viewer-2012reloaded/
It’s a pleasure to see it’s still the ‘small’ stuff that counts. Hugs,
Good to see you around, my friend. π
It appears my MSDN blog has been brought back online? It had disappeared for a while and I wondered why, but I have no control over it after all. I had left the latest builds over there (and links to GitHub too) to save them from oblivion π https://blogs.msdn.microsoft.com/dmuscett/2012/02/19/boriss-opsmgr-tools-updated/
Will there be an update for Override Explorer? I use this tool a ton, but exports per server would be nice. Also will it change for SCOM 2016?
I am using Alert Update connector but am having difficulty making it work with SCOM 2019. I found this link https://markmanty.com/2019/02/15/scom-alert-updater-service-connector-example-updating-scom-alerts/ from Mark Manty but the service will not stay running
Also i have the same problem !
Hi
i have issues configure alert update connector
when i start the configuration.exe i can connect to our RMS but hen cant do anything.
How can i setup XML file for all alerts?
Thanks in advance
Regards
Thorsten
Hello Kevin,
Have you ever come across this issue?
That error code appears to be a permissions denied issue.
In my 2019 SCOM environment, if I click on “Monitors” under the Authoring tab, I get an error:
“A generic error occurred in GDI+”
Here is the information under “Show additional information”
Note: The following information was gathered when the operation was attempted. The information may appear cryptic but provides context for the error. The application will continue to run.
System.Runtime.InteropServices.ExternalException (0x80004005): A generic error occurred in GDI+.
at System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams)
at Microsoft.EnterpriseManagement.Internal.UI.Authoring.Views.MonitorDetailsView.c__DisplayClass1.b__0(Object param0, ConsoleJobEventArgs param1)
at Microsoft.EnterpriseManagement.Mom.Internal.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
Thanks in advance!
Hi Andy/Kevin,
I am receiving the same error as Andy in our environment. Did you resolve your issue? If so, what steps did you do?
Thanks,
Robert
1. Reboot the server with the console.\AppData\Local\Microsoft\Microsoft.EnterpriseManagement.Monitoring.Console
2. Ensure the server is up to date on Windows OS updates and has had a reboot since patching.
3. Clear the console cache. Either command line using /clearcache or manually by closing console and deleting C:\Users\
4. Make sure that the console has the same UR patch level as the rest of the environment.
For anyone that reads this and gets the same error: resetting my Edge settings (open Edge > … > Settings > Reset settings > Restore settings to their default values) helped instantly
Pingback:Coffee Break: Deep dive into a SCOM Administrator's toolbox - SCOMathon
Hello Kevin,
I’m trying to use the override explorer tool, and i am able to use it on my home environment. But when i use it in my production environment, the following error occurs:
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at OverrideExplorer.OverrideExplorer.PopulateTypeBasedOverrideTree()
at OverrideExplorer.OverrideExplorer.m_backgroundWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
I can’t seem to find any solution on the web, any chance you are able to help with this? It would be very helpful for us to be able to use the tool..
Thanks in advance π
These older tools all depend on .NET 2.0 or .NET 3.5. If you install .NET 3.5 it should resolve the issue.