Applies to: Exchange Server 2007 SP3, 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.

Before You Begin

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.

Procedure

To remove a recovery storage group

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

    Copy Code
    Remove-MailboxDatabase -identity <Server_Name>\<RSG_Name>\<Database_Name>
    
    Note:
    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:

    Copy Code
    Remove-Storagegroup -identity "<Server_Name>\<RSG_Name>"
    
    Note:
    You will receive a warning about removing the log files that were in the RSG.

For More Information

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