Category Archives: Exchange 2007

Unable to enable GlobalWebDistributionEnabled for Offline Address Book (OAB)

When try to enable the GlobalWebDistributionEnabled for the Shadow Copy using the below Command,

Get-OfflineAddressBook |Set-OfflineAddressBook -ShadowMailboxDistributionEnabled $true -GlobalWebDistributionEnabled $true

PS] C:\Windows\system32Get-OfflineAddressBook |Set-OfflineAddressBook -ShadowMailboxDistributionEnabled $true -GlobalWebDistributionEnabled $true
The offline address book “\Default Offline Address Book” has virtual directories specified.
Continue Reading

How to Plan and Deploy Offline Address Book(OAB)

Offline Address Book plays important role in Exchange Services

Offline address book(OAB) is the Local Copy downloaded to the Outlook Client Machine from the Exchange Servers for the Local Queries of address resolutions when disconnected from Exchange Servers.

Consider the … Continue Reading

How Does Offline Address Book (OAB) Works – Deep Dive (Part 3)

In previous Articles, Part1 and Part2 we have seen what is Outlook Offline Address(OAB) and how does it works.

How Does Offline Address Book (OAB) Works – Deep Dive (Part 1)

How Does Offline Address Book (OAB) Works – Deep Continue Reading

How Does Offline Address Book (OAB) Works – Deep Dive (Part 2)

In previous Article, we have seen what is Outlook Offline Address(OAB) and how does it works.

How Does Offline Address Book (OAB) Works – Deep Dive (Part 1)

How Does Offline Address Book (OAB) Works – Deep Dive (Part Continue Reading

How Does Offline Address Book (OAB) Works – Deep Dive (Part 1)

Welcome to Offline address Book(OAB) multi part articles, In this Series, we are going to learn the complete details of OAB on How it works.

How Does Offline Address Book (OAB) Works – Deep Dive (Part 1)

How Does Offline Continue Reading

Mails are not received by On-premises users and Mails are getting queued in the Office 365 for On-premise Exchange

Noticed mails are getting queued in the Office 365 towards on-premises Connector and mails are get not getting delivered to any on-premises users when you have Hybrid Exchange setup.

you can see the queue using the https://protection.microsoft.com –Mail Flow Continue Reading

Cannot open mailbox Microsoft System Attendant

Issue:
When trying to migrate the mailboxes in Exchange, throws the below Error

Cannot open mailbox /o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=MAILBOX01/cn=Microsoft System Attendant

Resolution:

Ideally it happens if there is no proper Database Home MDB mapped for Microsoft System Attendant … Continue Reading

System.String[] Error in Recipients for the Get-Messagetrackinglog

System.String[] error noticedwhere there are more number of recipients are there in the Recipients list when you run Get-MessageTrackingLog Initial Command: Get-TransportServer MBX* | Get-MessageTrackingLog -MessageId AE7F09A41E182A43A927C362F26818947E094BB1@Mbx1.Windowstechpro.com | Select-object TimeStamp,ServerHostname,EventId,Source,Recipients,Sender,MessageSubject,RecipientStatus,MessageLatency,MessageId,MessageLatencyType,RecipientCount | Export-Csv C:\Users\administrator\Desktop\outfile.csv You will get the below results, 1 Noticed … Continue Reading