Hi, Alex,
As I understand it from your description, some objects that do not belong to the synchronized units have been somehow synchronized to Office 365 Azure AD. And you need to remove them from the cloud side.
I’d like to know if you can identify those objects. Do you know what they are? User accounts, groups or contacts? Can you actually find them from the cloud side (Office 365 Portal or
Exchange Online admin center)?
If yes, my suggestions are as below:
1. From the on-premises side, double-check and make sure that these objects are not included in the selected units which are being synchronized.
2. Permanently delete these objects from the cloud side. If they’re common user accounts, you can use the
Microsoft Azure AD PowerShellto delete them. The commands are:
a. Remove-Msoluser -UserPrincipalName <*** Email address is removed for privacy ***>
b. Remove-Msoluser -UserPrincipalName <*** Email address is removed for privacy ***> -RemoveFromRecyclebin –Force
3. Force a directory synchronization.
As to the four Exchange objects, let’s consider it as a second issue. Please take the actions above and see if the Exchange objects will be gone along with what you have deleted. It is possible that they have some connections.
Looking forward to your updates.
Thanks,
Allen