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 database files to another location


If you adequately sized your environment, including taking into account additional disk space for future growth, chances are that you'll never have to physically move a database to another location. However, sometimes lack of disk space, change of underlying storage subsystem or simply a change in the design of your environment might require you to move database file to another physical location.

Getting ready

To execute the following steps, launch the Exchange Management Shell. For more information on how to dismount a database have a look at Mounting/dismounting mailbox databases earlier in this chapter.

How to do it...

The following command will move the database files of a database called MDB01 to another location:

Move-DatabasePath –Identity "MDB01" –EdbFilePath "E:\NewPath\MDB01\MDB01.edb" –LogFolderPath "E:\NewPath\MDB01\Logs"

If you run the command while the database is mounted, the Exchange Management Shell will automatically throw a warning...

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