Below error will appear when you are trying to remove send connector through Microsoft Exchange Control Panel.
——————————————————–
Microsoft Exchange Error
——————————————————–
Action ‘Disable’ could not be performed on object ‘SMTP_OUT’.
SMTP_OUT Failed
Error:
Property Enabled can’t be set on this object because it requires the object to have version 0.1 (8.0.535.0) or later. The object’s current version is 0.0 (6.5.6500.0).
Below error will appear when you are trying to remove send connector through Microsoft Exchange Management Shell.
Property Enabled can’t be set on this object because it requires the object to have version 0.1 (8.0.535.0) or later. The object’s current version is 0.0 (6.5.6500.0).
+ CategoryInfo : NotSpecified: (0:Int32) [Set-SendConnector], InvalidObjectOperationException
+ FullyQualifiedErrorId : 13D8F826,Microsoft.Exchange.Management.SystemConfigurationTasks.SetSendConnector
To modify the Send Connector Exchange Version, Open AdsiEdit.msc.
- Right Click ADSI Edit and click Connect to
- Select Configuration from well known Naming Context, then click OK
- Expand Configuration [Domain FQDN].
- Expand CN=Services.
- Expand CN=Microsoft Exchange.
- Expand CN=<Organization name>.
- Expand CN=Administrative Groups.
- Expand CN=Exchange Administrative Group.
- Expand CN=Routing Groups.
- Expand CN=First Routing Group.
- Expand CN=Connections.
In the middle pane there will be a Send Connector. Right click and go to Properties.
Select msExchVersion attribute and click Edit.
Enter the value as 4535486012416. Click OK.
Now you can Disable or Remove this Send connector through Exchange Control Panel or Exchange Management Shell.
Thanks for that. I was rebuilding the metadata for a failed exchange server and couldn’t apply a cert to the POP service. I guess I missed typing that parameter in ADSI Edit (among the 200+ others I had to manually recreate)