| Posted by: Lemonde - 31 July 2025 17:27:35 |
|---|
| AD seems to have orphaned info about the public folders: Process w3wp.exe (FE_Mapi) (PID=12148). Object [CN=Mailbox Database 097409384905,CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=DomainHQ,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=domain,DC=local]. Property [PublicFolderDatabase] is set to value [argofield.local/Configuration/Deleted Objects/Public Folders DEL:6546584a90-efcc-4f9d-a2db-16cb212321559], it is pointing to the Deleted Objects container in Active Directory. This property should be fixed as soon as possible. |
| Posted by: sirclesadmin - 31 July 2025 17:28:07 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Ah yes - that one's a classic Exchange/AD migration ghost. What you're seeing is an orphaned reference to a deleted Public Folder database, still hanging around in the AD configuration container. The ProblemYou're getting:
This means that some mailbox databases (or other Exchange objects) still have a reference to a Public Folder database that was deleted, and AD is now pointing to it in the This is a harmless but noisy issue - until you try something that expects a clean AD config, such as:
What To Do: Clean the Orphaned
|
| Step | Action |
|---|---|
| 1 | Open ADSIEDIT and connect to Configuration context |
| 2 | Browse to CN=Mailbox Database 0655979533 |
| 3 | Clear msExchHomePublicMDB |
| 4 | Confirm and exit |
| 5 | Let replication settle and confirm error disappears from event log |
Let me know if you want a script to scan for and report on all such broken PF links across all databases.