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 →