Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
You can individually delete MPs from the SCOM console or you can delete multiples via Powershell with this command. Replace msdtc in my example with the name/partial name of the MPs you want to mass delete.
get-scommanagementpack | ?{ $_.name -match "msdtc" } | remove-scommanagementpack