Removing an old product connector from System Center Operations Manager may be necessary if the product connector is no longer used in the environment. There is no Delete option in admin console UI for product connectors so the script below can be used to achieve the desired results.
Microsoft Support bring us a powershell script to do it in KB2626670 in Operations Manager 2007 R2
Usage: OpsMgr2007-DeleteConnector.ps1 para1 para2
- para1: Connector Name
- para2: MS name, Optional, default value: localhost
In order to be able to remove an old connector in Operations Manager 2012, Kevin Holman has modified the script on his post >>> Here <<<
Usage: OpsMgr2012-DeleteConnector.ps1 para1 para2
- para1: Connector Name
- para2: MS name, Optional, default value: localhost
This posting is provided "AS IS" with no warranties.
No comments:
Post a Comment