You can easily change the display name of an CRM 4.0 and 2011 organization by disabling the organization in the Deployment manager and then edit the organization display name property. But changing the display name does not change the server url or database name.
Here’s how to:
- From CRM Deployment Manager
- Disable the organization.
- Select Edit Organization and change the Display name to <NewName>.
- Delete the organization.
- From SQL Server Management Studio
- To prevent the database being locked, take the organization datbase offline (Tasks –> Take offline) then bring it back online (Tasks –> Bring online).
- Rename the database to the new name
- Newname_MSCRM.
- From CRM Deployment Manager
- Choose import organization and select the newly renamed database. Follow the wizard and your done!
