Memorise

Archive for September, 2013

Exchange 2010 & iPhone Active Sync Issue

I’ve spent the last few weeks migrating to Windows Server 2008 R2 and Exchange 2010 from 2 different forest. The last thing is users calling me with iphone not working and not synching. As per the below event log on my Exchange 2010 Server. – System – Provider [ Name] MSExchange ActiveSync -EventID 1053 [ Qualifiers] 49156 […]

How to speed up a large Exchange 2010 Migration

Throttling the Mailbox Replication Service If you go to your CAS server and navigate to the c:\Program Files\Microsoft\Exchange Server\V14\Bin\MSExchangeMailboxReplication.exe.config file using a text editor such as Notepad, you will see the following settings at the bottom of the config file.  By default, the CAS servers are set to: MaxActiveMovesPerSourceMDB = “5″     MaxActiveMovesPerTargetMDB = “2″     MaxActiveMovesPerSourceServer = “50″     […]

Creating Exchange 2010 Relay for Anonymous

This example uses the New-ReceiveConnector cmdlet to create the Receive connector Anonymous Relay that listens on local IP address 192.168.10.1 on port 25 from a source server at IP address 192.100.2.30 New-ReceiveConnector -Name “Relay Mail” -Usage Custom -PermissionGroups AnonymousUsers -Bindings 192.168.10.1:25 -RemoteIpRanges 192.100.2.30 Use the Shell to grant relay permission to anonymous connections on the new Receive […]