Issue while moving mailbox from Exchange 2007 sp3 to Exchange 2013
Command ran was
New-MoveRequest -Id "Mailboxname" -TargetDatabase "E2k13dBName" -domaincontroller "fqdn.dc.com"
// I found -DomainController switch usefull in case if Exchange is installed in the Parent child domain
Issue : Active Directory property ’homeMDB’ is not writeable on recipient
Resolution :
Open ADSIEDIT >
> and goto User Account or you can also use the "find" to directly jump to the user
> and the right click > Switch to the “Security” tab
> “Advanced”
> enable the “Include inheritable permissions from this object’s parent” check box.
> Click OK to confirm
and still, if you are getting the same message, go again the properties of the User and also open another user properties and compare and try to match Inheritance and Access/Deny permission, if they own the same OU or Group.
Command ran was
New-MoveRequest -Id "Mailboxname" -TargetDatabase "E2k13dBName" -domaincontroller "fqdn.dc.com"
// I found -DomainController switch usefull in case if Exchange is installed in the Parent child domain
Issue : Active Directory property ’homeMDB’ is not writeable on recipient
Resolution :
Open ADSIEDIT >
> and goto User Account or you can also use the "find" to directly jump to the user
> and the right click > Switch to the “Security” tab
> “Advanced”
> enable the “Include inheritable permissions from this object’s parent” check box.
> Click OK to confirm
and still, if you are getting the same message, go again the properties of the User and also open another user properties and compare and try to match Inheritance and Access/Deny permission, if they own the same OU or Group.
Make sure you have proper backup of Mailbox, in case if you messed with the account.
Another possibility is to disconnect the account and create and merge with a new account
No comments:
Post a Comment