Installation Exchange 2010 on Server 2012

Exchange 2010 is currently still frequently installed, mostly to migrate Exchange 2003. If you want to replace Exchange 2003 and use Exchange 2013, you also have to take the intermediate step via Exchange 2010. Since Exchange 2010 SP3, installation on Server 2012 is supported, but a few requirements must be met beforehand, especially if the ... Read more

Exchange 2007/2010/2013: Set up Blackberry 10 for ActiveSync

To complete the setup of the Active Sync Clients, here are the instructions for the current Blackberry OS 10. The instructions for the other smartphone operating systems can be found here: Windows Phone 8: https://www.frankysweb.de/?p=1232 Android 4: https://www.frankysweb.de/?p=621 iOS, Android 2.X, Windows Phone 7, Windows Mobile: https://www.frankysweb.de/?p=302 But now for the setup: Select "Settings" on the start screen Then ... Read more

Exchange 2010: Extremely fast log file growth (2)

And once again extremely fast log file growth in the Exchange environment. I had this problem once before, when it was iPhones with the iOS bug. This time, however, there were no affected iPhones to be found. https://www.frankysweb.de/exchange-2010-extrem-schneller-logfilezuwachs-aus-dem-leben-eines-admins/ In this case, the Exchange User Monitor helped me to identify a user who had caused the problem. ... Read more

Exchange 2010/2013: Automatic out-of-office note

Users often forget to maintain their out-of-office note in Outlook when they are on vacation, for example. A possible solution would be to automatically enter the out-of-office note if a central calendar is maintained that users invite when they are on vacation. I have created a small script for this purpose, which queries a calendar via EWS and automatically ... Read more

Exchange 2010: Impersonation does not work (HTTP 500)

A somewhat tougher nut to crack, apparently the impersonation feature suddenly stopped working for some users. A UC software was no longer able to retrieve the contacts from the user's mailbox. Unfortunately, the software returned an error message like this: "Does not work" There were also no entries in the event logs on the Exchange server and ... Read more

Exchange Migration: Split mailboxes alphabetically across databases

When migrating from Exchange 2010 to Exchange 2013, it makes sense to distribute the mailboxes alphabetically to the new Exchange 2013 databases. I have therefore created a script that divides all mailboxes of a source database into the target databases according to the first letter of the name: param ( [string]$Database , [string]$Defaultdatabase , [bool]$CreateMoveRequest ) write-host " Process ... Read more

Exchange 2010: Update Rollup 1 for Exchange 2010 SP3 released

The first update rollup for Exchange Server 2010 Service pack 3 has been released. A list of changes and fixes can be found here:

http://support.microsoft.com/kb/2803727

The update rollup 1 can be downloaded here:

http://www.microsoft.com/de-de/download/details.aspx?id=39073

The UR1 is just under 30MB in size and fixes a bug with Apple iOS 6.1, among other things, which also affected me:

https://www.frankysweb.de/?p=1865

Rapid growth of transaction logs, CPU usage and memory consumption in Exchange Server 2010 when a user synchronizes a mailbox using an iOS 6.1 or 6.1.1 based device.

Powershell: Search registry of clients for CAS array and report

I have already shown a tool here that can be used to change the server name in the Outlook profile. For example, from a single server to a CAS array. The tool can be easily executed via a login script, for example. However, the question then arises as to whether all clients have been "caught" and whether the server name has been changed correctly ... Read more