Click to Rate and Give Feedback
TechNet
TechNet Library
Exchange Server
Operations
Disaster Recovery
 How to Remove a Recovery Storage Gr...

  Switch on low bandwidth view
Collapse All/Expand All Collapse All
How to Remove a Recovery Storage Group

Applies to: Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007 Topic Last Modified: 2007-01-31

This topic explains how to remove a recovery storage group (RSG) by using the Exchange Management Shell. Before you can remove an RSG, you must first remove all of the mailbox databases in the RSG. Then, you can safely remove the RSG.

To perform the following procedure, the account you use must be delegated the following:

  • Exchange Server Administrator role and local Administrators group for the target server

For more information about permissions, delegating roles, and the rights that are required to administer Microsoft Exchange Server 2007, see Permission Considerations.

  1. Remove the mailbox database from the RSG by running the following Exchange Management Shell command:

    Remove-MailboxDatabase -identity <Server_Name>\<RSG_Name>\<Database_Name>
    Bb125197.note(en-us,EXCHG.80).gifNote:
    You will receive a warning that you must manually remove the database files that are located in the RSG.
  2. Remove the RSG by running the following Exchange Management Shell command:

    Remove-Storagegroup -identity "<Server_Name>\<RSG_Name>"
    Bb125197.note(en-us,EXCHG.80).gifNote:
    You will receive a warning about removing the log files that were in the RSG.

For more information about the recovery storage group, see Understanding Recovery Storage Groups.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Correction to command      rich_lanformation.com   |   Edit   |   Show History

Run Get-MailBoxDatabase to resolve hidden names

Remove-MailBoxDatabse -Identity "ServerName\RSGName\Databasename"

Quotes are missing from original command

Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker