Tuesday, September 21, 2010

MP to XML

Hi!

It's very often task for me when I discover third-party management packs to convert it from Sealed MP-format to original XML form. After that I can relax, open it in VS and review structure and code to understand how I should work with this management pack (yep...operations guide is just operations guide - not development guide :))
How to do it? Two options:
1. Use MP2XMLDumper tool which export MP from RMS directly to XML format.
2. User PS script from Boris Yanushpolsky which just conevrt MP to XML.

Option one is explained well there, option 2 is explained with some useful comments of SCOM MVP David Allen there. Review, download, convert and enjoy! :)

No comments:

Post a Comment