- Exmerge to move mailboxes, remember to give Administrator "Receive As" rights to the information store
- See also: Active Directory
- Microsoft: Migrating from Small Business Server 2000 or Windows 2000 Server to Windows Small Business Server 2003
Copying Data
- Migrate data using: robocopy
- Read log and search for "error"
- Remember that the "Domain Admins" group will have a different SID in each domain. This may cause access denied messages when using robocopy so filter through the logs and each time you find it give full control to the "Administrators" group - this has a standard SID. (usually seen when doing SBS migration)
- Alternatively, if you want no errors, try using the /b switch. This runs robocopy in "Backup Operator Mode" - just make sure the account you're using is a member of the "Backup Operators" group, and you'll be able to copy files even if you don't have access to them.
Migrate Printers
If you receive the error "Kernel mode drivers are blocked on the target machine" follow these steps:
- Open Run and type gpedit.msc
- Open Computer Configuration, Administrative Templates, Printer.
- On the Right click on the policy labeled "Disallow installation of printers using kernel mode drivers"
- Set it to disabled.
