logo
search
Exchange Connection Problems

Fix Empty ArchiveGuid for a Synchronized Exchange User

Maira MehtabMaira Mehtab Sep 22, 2026 869 views

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.
Before you start

Ensure you have administrative access to both the on-premises Active Directory environment and the Exchange Online PowerShell module before attempting directory attribute changes.

Solution 1Recommended

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.

1
Retrieve the Cloud Archive GUID

Connect to Exchange Online via PowerShell and run 'Get-Mailbox -Identity <User> | Select-Object ArchiveGuid' to obtain the exact cloud GUID.

2
Open Attribute Editor in Active Directory

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.

3
Update the msExchArchiveGUID

Locate the 'msExchArchiveGUID' attribute in the list. Edit the value by pasting the Archive GUID retrieved from Exchange Online.

4
Force Directory Synchronization

Open PowerShell on your Azure AD Connect server and run 'Start-ADSyncSyncCycle -PolicyType Delta' to push the local directory changes to the cloud.

Consult Microsoft Support: Because incorrect directory changes can disrupt hybrid synchronization, it is highly recommended to consult Microsoft Exchange Hybrid Management support before manually modifying the attribute.
Free Microsoft Office alternative

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. 1. Download the Installer: Navigate to the official WPS Office website and click the free download button.
  2. 2. Install the Application: Run the downloaded setup file and follow the quick, on-screen installation prompts.
  3. 3. Open Your Documents: Launch WPS Office to immediately start working with your existing Office files seamlessly.
Fully compatible with Microsoft Office formats including DOCX, XLSX, and PPTX.Familiar tabbed interface ensuring a seamless migration and zero learning curve.Lightweight application that uses minimal system resources.Built-in PDF editing, document conversion, and collaboration features.
microsoft office alternative - wps office

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.