Set event logging for the offline address list generator to medium

In a default exchange 2007/2010 installation the logging level for OALGen is set to lowest. That means that if you have users who do not show up in the Global address list (GAL) or they are missing some info, you will only see the following events in the event log:

Log Name: Application
Source: MSExchangeSA
Date: 03.08.2011 08:15:18
Event ID: 9320 Task Category: (13)
Level: Warning
Keywords: Classic
User: N/A
Computer: <servername>
Description:
OABGen could not generate full details for some entries in the offline address list for address list ‘Global Address List’. To see which entries are affected, set event logging for the offline address list generator to at least medium.

Log Name: Application
Source: MSExchangeSA
Date: 03.08.2011 08:15:18
Event ID: 9327
Task Category: (13)
Level: Warning
Keywords: Classic
User: N/A
Computer: <servername>
Description:
OALGen skipped some entries in the offline address list ‘Global Address List’. To see which entries are affected, event logging for the OAL Generator must be set to at least medium. – Default Offline Address Book

In some cases you might want to see which users are affected. To do this you have to increase the log level for MSExchangeSAOAL Generator. Thats done by running this simple little powershell command:

Set-EventLogLevel “MSExchangeSAOAL Generator” -level medium

The next time the address lists are being generated you will see an event for every user that gets dropped from the address list or users that have their properties truncated in the address list.

If you don’t want to wait for the next scheduled generation of the address lists you can run these commands in powershell:

Update-GlobalAddressList “Default Global Address List”
Update-OfflineAddressBook “Default Offline Address Book”

Category(s): Exchange, Microsoft
Tags: , , , , ,

Leave a Reply

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.