When configuring Exchange it’s important to have your external and internal url’s correctly configured. Otherwise you are running into errors like those : Configuring those url’s isn’t that difficult, you just want to make sure you configure all the URL’s and have an appopiate SSL cert. After importing the rightRead More →

Moving mailboxes from one database/server to another is fairly easy. I prefer to use the shell interface but you can also use the GUI. The following commands are handy : New-MoveRequest -Identity <mailbox> –TargetDatabase <targetdatabase> (This commands moves one specified mailbox to another database) You can also use to moveRead More →

While moving some mailboxes I got the following error : Active Directory operation failed on servername.domainname.local. This error is not retriable. Additional information: Insufficient access rights to perform the operation. Active directory response: 00002098: SecErr: DSID-03150BB9, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0 The user has insufficient access rights. Exchange Management ShellRead More →

Today I installed a Exchange 2010 CAS cluster using (Windows) NLB. After some final preparation I followed Microsoft best practices for creating a CAS cluster. (Microsoft recommends creating a CAS cluster also when you’re only using one CAS cluster). This is how you can do that : New-ClientAccessArray -Name <NameOfArray>Read More →

When migrating to a new (version of) Exchange this is how you can synchronize the Public Folders : Start the exchange management shell and execute the following code : C:\Program Files\Microsoft\Exchange Server\V14\Scripts> .\AddReplicaToPFRecursive.ps1 -Server "Exchange 2007 PF server name" -TopPublicFolder "\" -ServerToAdd "Exchange 2010 PF Server Name" You should beRead More →