次の方法で共有


Mass delete management packs

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