Fix Empty ArchiveGuid for a Synchronized Exchange User
Question details
The user needs to resolve an issue where Exchange reports an empty on-premises ArchiveGuid for a synchronized user who already possesses a cloud archive.
- Product
- Microsoft Exchange
- Device & OS
- not provided
- Scenario
- Attempting to change an address or modify a mailbox for a synchronized user in an Exchange hybrid environment.
- Observed behavior
- Exchange blocks the address or mailbox changes because it detects a discrepancy where the local ArchiveGuid is empty despite the existence of a cloud archive.
Ensure you have administrative access to both the on-premises Active Directory environment and the Exchange Online PowerShell module before attempting directory attribute changes.
Match the on-premises msExchArchiveGUID with Exchange Online
Retrieve the user's cloud archive GUID and manually apply it to their on-premises Active Directory profile to resolve the synchronization conflict.
In a hybrid environment, your local Active Directory serves as the source of authority. If the on-premises msExchArchiveGUID is empty but a cloud archive exists, the mismatch prevents further administrative actions.
Incorrect directory modifications can severely impact hybrid synchronization, so ensure you copy the exact GUID from Exchange Online.
Connect to Exchange Online via PowerShell and run 'Get-Mailbox -Identity <User> | Select-Object ArchiveGuid' to obtain the exact cloud GUID.
On your domain controller, open Active Directory Users and Computers (ADUC). Ensure 'Advanced Features' is enabled under the View menu, then right-click the synchronized user and select Properties. Navigate to the Attribute Editor tab.
Locate the 'msExchArchiveGUID' attribute in the list. Edit the value by pasting the Archive GUID retrieved from Exchange Online.
Open PowerShell on your Azure AD Connect server and run 'Start-ADSyncSyncCycle -PolicyType Delta' to push the local directory changes to the cloud.
Enhance Your Daily Productivity with WPS Office
While WPS Office does not resolve Microsoft Exchange Server configuration problems, it stands as an excellent, cost-effective alternative for your everyday document creation and editing needs. Experience powerful tools for word processing, spreadsheets, and presentations without the heavy subscription fees.
- 1. Download the Installer: Navigate to the official WPS Office website and click the free download button.
- 2. Install the Application: Run the downloaded setup file and follow the quick, on-screen installation prompts.
- 3. Open Your Documents: Launch WPS Office to immediately start working with your existing Office files seamlessly.

Frequently Asked Questions
Why does an empty ArchiveGuid prevent mailbox changes in a hybrid environment?
In a hybrid setup, Exchange validates that the on-premises and cloud mailbox configurations match. If a user has a cloud archive but the local ArchiveGuid attribute is empty, Exchange blocks updates to prevent conflicting states or data loss.
How do I check my local msExchArchiveGUID?
You can check this value using the Attribute Editor in 'Active Directory Users and Computers' (ADUC) with Advanced Features enabled, or by running the 'Get-ADUser' command in the on-premises Active Directory PowerShell module.
What happens if I enter the incorrect ArchiveGuid?
Entering an incorrect GUID will create a mismatch between your local directory and Exchange Online, potentially causing synchronization to fail entirely for that user. Always ensure you are copying the exact GUID assigned to the user's cloud archive.




