OABINTEG: Checking the integrity of the offline address book (OAB)

Although it is an "old" tool, it also works quite well under Exchange 2010, although there are a few limitations (it does not check the web-based publication of the OAB). Nevertheless useful to check the creation process of the OAB and especially to compare the OAB against the Active Directory. OABINTEG can be downloaded here ... Read more

Exchange 2010: Set fixed language for NDRs

By default, Exchange 2010 creates undeliverable messages (NDR) in the language of the sending system. Unfortunately, this does not always work reliably, at least not for NDRs that leave the organization. This can be remedied by specifying the language for external NDR messages: Set-TransportConfig -ExternalDsnDefaultLanguage en-us -ExternalDsnLanguageDetectionEnabled $false This command switches off the automatic detection ... Read more

Exchange 2010: Exchange permissions incorrect or console does not open

But then I looked out of the laundry sparingly. I open the Exchange Management Console on an Exchange 2010 and want to make some configuration changes. But the console shows this message as soon as I open it: "Error trying to connect to the specified Exchange Server: ..." The message indicates an authorization problem, although the user ... Read more

Exchange Reporter 1.0 ready

Version 1.0 has just been made available for download. The main reason for the quick update is that there was a problem with the display of Outlook rules, which has now been fixed. Umlauts in the report now also work. You can update from version 0.9. If the report for "mailboxes near the sending limit" is activated ... Read more

Exchange 2010: Allow Active Sync only for certain users

If you only want to allow Active Sync for certain users, you can let a script do the work for you. This small script initially deactivates Active Sync for all mailboxes and then only activates it for the mailboxes in the file "user_with_activesync.csv". Contents of the file "set-activesyncuser.ps1" Set-ADServerSettings -ViewEntireForest $true get-mailboxdatabase | get-mailbox | Set-CasMailbox -ActiveSyncEnabled $false ... Read more

Exchange 2007/2010: New update rollups published

The update RollUp 2 for Exchange Server 2010 Service Pack 2 has been released. The update can be downloaded here: http://www.microsoft.com/downloads/de-de/details.aspx?familyid=6b2fb2d9-df78-4cef-8ea3-2a913a89ac4a A list with the included fixes can be found here: http://support.microsoft.com/kb/2661854 Furthermore the update Rollup 7 for Exchange Server 2007 Service Pack 3 has been released, this rollup can be found here: http://www.microsoft.com/downloads/de-de/details.aspx?familyid=51d1079c-b5e2-418d-9431-0e556917c5de and also ... Read more