Import .mpx extension management pack on SCOM

rahul vaish 70 Reputation points
2023-03-21T06:17:47.5066667+00:00

Hello Guys,

I am working on 2019 version of SCOM. Can someone help me how to import an .mpx extension management pack on SCOM. It doesn't even recognize the MP if i am trying to import it from GUI. And powershell also throws the error , that it has to .xml,.mp, .mqb format only.

I am testing this powershell MP :

https://github.com/squaredup/Community.PowerShellMonitoring.MP/tree/master/ManagementPacks/Community.PowerShellMonitoring/Community.PowerShellMonitoring

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,413 questions
0 comments No comments
{count} votes

Accepted answer
  1. SChalakov 10,261 Reputation points MVP
    2023-03-22T13:48:32.1266667+00:00

    Hi,

    the mpx is not an management pack, like Xin Guo already suggested.

    but...There is an easier way to get this MP (which I am a fan of).

    This MP is actuallly developed by SquaredUp and is available for download for free from their spin-off Cookdown. You can request the MP here:

    Bye-bye VBScript. Hello PowerShell
    https://www.cookdown.com/scom-essentials/powershell-authoring

    User's image

    Just fill out the short form and you will get the download link immediately per mail. Don't forget to check your spam/junk folder if you don't get the link right away.

    Hope I could help you out!


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
    Regards
    Stoyan Chalakov

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. XinGuo-MSFT 14,161 Reputation points
    2023-03-21T07:28:58.4266667+00:00

    Hi,

    .mpx is Management Pack Fragment file. We could insert it to MP through System Center Visual Studio Authoring Extensions tool.

    Here is a step by setup guide for your reference:

    Creating Visual Studio Management Pack Project