Hi @Catherine Jaszewski ,
You could first run this cmdlet on your legacy Exchange EMS to check if there is a distribution group:
Get-DistributionGroup
Get-DynamicDistributionGroup
If there is a result, please move it to the new server:
Set-DynamicDistributionGroup "GroupName" -ExpansionServer "ServerName"
If it's a blank, you could check the legacyExchangeDN in your ADSIEDIT:
ADSIEDIT > Connect to Configuration > Services > Microsoft Exchange > DomainName > Administrative Groups > Exchange Administrative Group> CN=Servers
Right click the server needs to be removing, choose Properties and find the legacyExchangeDN, copy the value to a txt and replace it with the Server Name.
Then wait for serval minutes and try uninstall it.
Regards,
Lou
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.