Tag: Exchange Server
Exchange Server 2007 MSExchangeSA Event 9335 Offline Address Book Updates
by Greg on Jun.18, 2011, under Exchange Server, Windows Server
OALGen encountered error 80004005 while cleaning the offline address list public folders under /o=OurCompany/cn=addrlists/cn=oabs/cn=Offline address book.
Get-PublicFolder "\non_ipm_subtree\offline address book\/o=OurCompany/cn=addrlists/cn=oabs/cn=Offline address book" -Recurse |Set-PublicFolder -Replicas "Public Folder Group\public folders"
Get-PublicFolder "\non_ipm_subtree\offline address book\/o=OurCompany/cn=addrlists/cn=oabs/cn=Offline address book" -Recurse | Set-PublicFolder -ReplicationSchedule $alwaysrun
Replace the relevant items with your own database paths and company names. Our system has “Public Folder Group\Public Folders” as the database name, but I think default is “Second Storage Group\Public Folder Database”, so watch for that.
Outlook 2010 Export Exchange mailbox to PST
by Greg on Mar.11, 2011, under Microsoft Office, PC Repair
Export your Exchange mailbox from Outlook 2010 is easy, you just have to know how to get around the Microsoft logic in their menu’s. Makes great sense to put “Exporting” functions under the “Open” and “Import” options and menu. Doesn’t it? Great thinking Microsoft.
So… to export to a PST, go to File -> Open -> Import. Then you can select the normal export/import functions you normally find in Outlook, like Export to a File.
Exchange 2007 Server Powershell tests
by Greg on Jan.04, 2010, under Exchange Server, Networking
Get the test commands available:
get-help test*
Should list out the tests available to you.
Test overall system health:
test-systemhealth
Check Outlook Web services:
test-outlookwebservices –identity:amailblox@organization.com | fl
(note the “fl” at the end, helps reading output, otherwise it will not wrap the lines)


