Non-unique proxy address in exchange online

Surya kumar 370 Reputation points
2024-01-19T10:19:29.6233333+00:00

Hello,

We are having a hybrid environment and O365 licenses are assigned through a security group. So, whoever present in the group will obtain the O365 license.

However, for one of the user, there is some issue. When we check the status of license for this user, we are getting "Non-unique proxy address in exchange online" This is the status shown in azure AD. On the other hand, in the M365 admin portal, it shows unlicensed. **
We tried to find duplicate proxy in the tenant, however it went vain. We ran following PowerShell command:

get-recipient | where-object {$_.emailaddresses -match  "******@contoso.com"} | fl

Can someone help me how to resolve this?

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,180 questions
Exchange | Hybrid management
0 comments No comments
{count} votes

Accepted answer
  1. Yuki Sun-MSFT 41,376 Reputation points Moderator
    2024-01-22T02:38:53.5733333+00:00

    Hi @Surya kumar

    Run the PowerShell Command below instead against Exchange Online and see if there would be any findings:

    Get-Recipient ******@contoso.com
    
    

    You can also refer to the steps in the link below and see if the error is due to any mail enabled public folders that use the conflicting proxy address: Check for and remove any conflicting proxy address in Microsoft Entra ID


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.