Share via

live chat - live chat

MARTHA Casad 20 Reputation points
2026-04-01T23:04:21.09+00:00

FIRST, RUN THIS:  

Set-Mailbox -Identity <my email address> -ResetPeopleSuggestions $true  

This cmdlet runs against my Exchange Online mailbox. If it cannot be run, please confirm whether the limitation is due to permissions or module access.

SECOND, DO THIS:  

Make a temporary one‑character change to my display name in Entra ID, save it, wait 5 minutes, and then change it back.

This forces the Microsoft Profile Card Service to rebuild my identity object and flush stale attributes.

Can you please confirm whether this step was completed?

THIRD, DO THIS:  

Set-UserPhoto -Identity <my email> -Clear  

This clears the Exchange Online mailbox thumbnail photo.

If this cmdlet is not available in your session, that typically indicates a permissions or module‑loading limitation.

Exchange Online
Exchange Online

A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.


Answer accepted by question author
  1. Vergil-V 11,575 Reputation points Microsoft External Staff Moderator
    2026-04-06T11:44:32.5266667+00:00

    Hi @MARTHA Casad

    Thank you for your follow up. 

    I would like to clarify that this is a user-to-user forum. For advanced support, please reach out to the Support Team as mentioned in my previous response. 

    That said, I did find a similar report shared by another user. You may want to review the discussion at How can I clear the user profile picture cache in Outlook for all of my users? - Software & Applica… and try the related troubleshooting steps. 

    1/ Clear Outlook Cache:  

    Press Windows + R > copy and paste the following path:  %LocalAppData%\Microsoft\Outlook\RoamCache > Delete all items in this folder. 

    2/ Clear the PhotoCache: press Windows + R > copy and paste the following path:   %LocalAppData%\Temp\PhotoCache  > Delete all items in this folder.   

    This information is provided as a convenience to you. These sites are not controlled by Microsoft, and Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please ensure that you fully understand the risks before using any suggestions from the above link.     

    Please try the steps above and let me know if they help address the situation. Feel free to reach out whenever you have an update. 

    1 person found this answer helpful.

3 additional answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Vergil-V 11,575 Reputation points Microsoft External Staff Moderator
    2026-04-02T00:20:08.7133333+00:00

    Hi @MARTHA Casad   

    For your request, you can proceed with reaching out to the Microsoft Support team through the options below. 

    1/ Contact Microsoft Support via Phone

    You can find the appropriate customer service phone numbers here: Customer service phone numbers - Microsoft Support  

    Please note: An AI system may initially handle your call. Kindly follow the prompts carefully to be connected to a human support agent.  

    2/ Ask your organization’s admin to raise a ticket  

    Your Global Admin can submit a support request through the Microsoft 365 Admin Center. For step-by-step guidance, please refer to: Get support - Microsoft 365 admin | Microsoft Learn  

    undefined

    Before contacting Microsoft Support, I would like to share some clarification related to your questions to provide additional context. 

    1/ The command Set-Mailbox -Identity <my email address> -ResetPeopleSuggestions $true cannot be executed because the Set-Mailbox cmdlet does not include the ResetPeopleSuggestions parameter. User's image

    You can verify this by reviewing the Set-Mailbox (ExchangePowerShell) | Microsoft Learn. The ResetPeopleSuggestions parameter is not listed, which confirms that it is not supported. 

    2/ When the display name of a user is changed, the Object ID remains the same. This behavior is aligned with Microsoft design. The Object ID is generated once when the user account is created and remains permanently associated with that user, regardless of name changes. 

    3/ Set-UserPhoto is supported only in on‑premises Exchange environments and is not available in Exchange Online. 

    To clear a user photo in Exchange Online, you can use the following Microsoft Graph PowerShell commands: 

    Connect-MgGraph -Scopes "User.ReadWrite.All" 
    Remove-MgUserPhoto -UserId <UPN> 
    

    For additional details and official references, you can review Set-UserPhoto (ExchangePowerShell) | Microsoft Learn 

    undefined

    I hope this provides helpful clarification and additional insight. 


    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.


  3. MARTHA Casad 20 Reputation points
    2026-04-01T23:05:54.5933333+00:00

    I am requesting Microsoft Support to complete these three tasks.

    0 comments No comments

Your answer

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