Hi I have been removing the Old AutoDiscover SCP on Exchange server 2010 from our Hybrid Environment (Exchange 2010 & Exchange 2016 & Office 365) .
Now if run: set-ClientAccessServer -identity ex2010 -AutoDiscoverServiceInternalUri $null on our new Server 2016 Server, it gave me this error:
You can't make this change because 'CN=EX2010,CN=Servers,CN=Exchange Administrative Group
(FYDIBOHF23SPDLT),CN=Administrative Groupsxxxxx
=au' is read-only to the current version of
Exchange.
- CategoryInfo : InvalidOperation: (:) [Set-ClientAccessServer], CannotModifyCrossVersionObjectException
- FullyQualifiedErrorId : [Server=ex2016,RequestId=09188cba-c798-42ed-8d28-a89f27ec9438,TimeStamp=7/10/2020 11:38:
08 PM] [FailureCategory=Cmdlet-CannotModifyCrossVersionObjectException] C84E4D3D,Microsoft.Exchange.Management.Sys
temConfigurationTasks.SetClientAccessServer
- PSComputerName : ex2016.domainname.edu
Did a bit research, it might be related to Mailbox Anchoring issue. Also someone suggested to move Administrator@keyman mailbox to the 2016 Server, as I checked, it is already on the new server..
Also, I noticed:
[PS] C:\Windows\system32>Get-Mailbox -Arbitration
Name Alias ServerName ProhibitSendQuota
SystemMailbox{1f05a927... SystemMailbox{1f0... ex01 Unlimited
SystemMailbox{e0dc1c29... SystemMailbox{e0d... ex01 Unlimited
FederatedEmail.4c1f4d8... FederatedEmail.4c... ex01 1 MB (1,048,576 bytes)
SystemMailbox{bb558c35... SystemMailbox{bb5... mail01 Unlimited
Migration.8f3e7716-201... Migration.8f3e771... mail01 300 MB (314,572,800 bytes)
SystemMailbox{D0E409A0... SystemMailbox{D0E... mail01 Unlimited
SystemMailbox{2CE34405... SystemMailbox{2CE... mail01 Unlimited
What else can I do? Move the three Arbitration mailboxes from Old exchange database to New Exchange Server database? Will it fix the issue of cannot delete SCP connector? Also, it would not have any impact on our hybrid Ex2010 and Ex2016 environment (There are still some disabled User mailboxes on Ex2010) ?
Thanks,
ML