ManagementGroup::UninstallManagementPack Method (ManagementPack^)
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Uninstalls the specified management pack from the management group.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Please use ManagementPacks.UninstallManagementPack()")] void UninstallManagementPack( ManagementPack^ managementPack )
Parameters
- managementPack
-
Type:
Microsoft.EnterpriseManagement.Configuration::ManagementPack^
The management pack to uninstall.
For an example of theUninstallManagementPack method, seeHow to Import a New Management Pack
Show: