Forum Discussion
MS Teams Contact Card Displaying Inaccurate Information
Helloljlaureta,
here is Ahmed, a community visitor;)
Let me try to help you 🙂
There are a few things you can try:
- Clear the cache on the Microsoft Teams client on your device.
To clear the Teams cache on Windows, follow these steps:
- Close the Teams app.
- Press the Windows key + R on your keyboard to open the Run dialog.
- In the Run dialog, type %appdata%\Microsoft\teams and press Enter.
- Delete the Cache and tmp folders.
- Restart the Teams app.
To clear the Teams cache on Mac, follow these steps:
- Close the Teams app.
- Go to Finder.
- In the search bar, type ~/Library/Application Support/Microsoft/Teams/Cache and press Enter.
- Delete the Cache and tmp folders.
- Restart the Teams app.
- Check if there are any pending changes in the Azure AD Connect sync cycle. If there are pending changes, wait for the sync cycle to complete and check if the issue is resolved.
To check for pending changes in the Azure AD Connect sync cycle, you can follow these steps:
- Open the Azure AD Connect console.
- Click on the "Synchronization Service" icon.
- In the "Connectors" tab, click on the "Azure Active Directory" connector.
- In the "Connector Configuration" tab, check the "Delta Sync Cycle Status" field to see if there are any pending changes.
You can also check for pending changes by running the following PowerShell command:
Get-ADSyncScheduler
If there are pending changes, you will need to wait for the sync cycle to complete before checking if the issue is resolved. You can check the progress of the sync cycle by monitoring the "Sync Progress" field in the "Connector Configuration" tab or by running the following PowerShell command:
Get-ADSyncRunStatus
2. If the issue persists, you can try forcing a full sync of Azure AD Connect by running the Start-ADSyncSyncCycle -PolicyType Initial command in PowerShell. This will start a full sync of all objects in your Azure AD tenant.
Best of the best 🙂
- ljlauretaJan 08, 2023Copper Contributor
the steps provided is successful with end user intervention, right?
may I know if there steps or solutions that requires no end user intervention,
as an Administrator there will be times that we need to bulk update that need to reflect immediately in the User profile for instance the Mobile Number in the Contact card shall be updated by the admin
please see attached image for reference
thanks in advance