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 →