Link to home
Start Free TrialLog in
Avatar of freymish
freymishFlag for United States of America

asked on

Can't delete MS System Center Service Manager 2012 MSX connector

I have an install of Service Manger that is an upgrade from 2010.  (The server is 2008 R2 patched to the latest and SCSM is SP1)  I have an Exchange Inbox Connector that I can't edit, disable or delete.  I would like to be able to remove this instance and replace it with the 3.0 Exchange Connector instead but it won't let me do it.  Is there a trick to this?
 

Thanks,
ASKER CERTIFIED SOLUTION
Avatar of Manpreet SIngh Khatra
Manpreet SIngh Khatra
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of freymish

ASKER

That got me going in the right direction:

$cmp = Get-SCSMClass -name Microsoft.SystemCenter.Connector
Get-SCSMClassInstance -class $cmp|format-Table PrincipalName,DisplayName
Get-SCSMClassInstance -class $cmp -Filter 'DisplayName -like "Company Exchange%"'
Get-SCSMClassInstance -class $cmp -Filter 'DisplayName -like "Servername%"'

After that it was just a matter of piping the output into a remove- command