Quantcast
Channel: Directory integration services - Recent Threads
Viewing all articles
Browse latest Browse all 6446

RE: DirSync report mail contains erronous users that are not found in Office 365 resp. using PowerShell

$
0
0

Hello Edward,

PS > Get-Mailbox -Identity usr1@domain.com | fl alias, name, user*, email*

Alias                     : supporttemp

UserPrincipalName         : supporttemp@domain2.com

EmailAddresses            : {SMTP:usr1@domain.com, smtp:supporttemp@domain2.com}

PS > Get-Recipient | where {$_.EmailAddresses -match "usr1@domain.com"} | fl Name,RecipientType,EmailAddresses

EmailAddresses            : {SMTP:usr1@domain.com, smtp:supporttemp@domain2.com}

PS > Get-Recipient | where {$_.EmailAddresses -match "supporttemp@domain2.com"} | fl Name,RecipientType,EmailAddresses

EmailAddresses            : {SMTP:usr1@domain.com, smtp:supporttemp@domain2.com}

DirSync mail contains:

Support2: Unable to update this object because the following attributes associated with this object have values that may already be associated with another object in your local directory services: [ProxyAddresses SMTP:supporttemp@domain2.com;]. Correct or remove the duplicate values in your local directory. Please refer to

support.microsoft.com/.../2647098 for more information on identifying objects with duplicate attribute values. 62bIHGOIzUSAbnfXPfoZTg==

usr1@domain.com: An object with the same proxy address already exists in Windows Azure Active Directory but is of an incompatible object type (object classes: contact, group, or user). Correct this issue in the local directory services or in Windows Azure Active Directory and try again. Lp7jcaFNsE2U4rLCNthw+w==

Any hints ?

Regards,

Marek


Viewing all articles
Browse latest Browse all 6446

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>