Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Microsoft Exchange 2013 Cookbook

You're reading from   Microsoft Exchange 2013 Cookbook Get the most out of Microsoft Exchange with this comprehensive guide. Structured around a series of clear, step-by-step exercises it will help you deploy and configure both basic and advanced features for your enterprise.

Arrow left icon
Product type Paperback
Published in Sep 2013
Publisher
ISBN-13 9781782170624
Length 354 pages
Edition Edition
Concepts
Arrow right icon
Authors (2):
Arrow left icon
Michael Van Horenbeeck Michael Van Horenbeeck
Author Profile Icon Michael Van Horenbeeck
Michael Van Horenbeeck
Peter De Tender Peter De Tender
Author Profile Icon Peter De Tender
Peter De Tender
Arrow right icon
View More author details
Toc

Table of Contents (21) Chapters Close

Microsoft Exchange 2013 Cookbook
Credits
About the Author
Acknowledgments
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
1. Planning an Exchange Server 2013 Infrastructure 2. Installing Exchange Server 2013 FREE CHAPTER 3. Configuring the Client Access Server Role 4. Configuring and Managing the Mailbox Server Role 5. Configuring External Access 6. Implementing and Managing High Availability 7. Transitioning to Exchange Server 2013 8. Configuring Security and Compliance Features 9. Performing Backup, Restore, and Disaster Recovery 10. Implementing Security Getting to Know Exchange Server 2013 Index

Moving mailboxes to another database


Earlier in this chapter we talked about moving databases to another location. Similarly, you can also move mailboxes from one database to another. This is typically something you'd do when a user moves between regions or sites that have their own Exchange Servers. Another use-case for moving mailboxes is to redistribute the load on your databases as not all mailbox databases will grow at the same pace.

Getting ready

To execute the following steps, log in to the EAC or launch the Exchange Management Shell.

How to do it...

This section explains how to move mailboxes.

Moving mailboxes using migration batches

The following command will move a batch of users, specified in a file called users.csv, to database MDB01:

New-MigrationBatch –Name <name> –CSVData ([System.IO.File]::ReadAllBytes("C:\temp\users.csv")) –Local –TargetDatabase MDB01 –AutoStart

The CSV file that you are using, will have to be in the following format:

Executing the same steps through the...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image