Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

Active Directory Domain Services 2008 : Manage Active Directory Domain Services Data - Rename a Group Object

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
9/26/2011 9:16:32 AM

Rename a Group Object

Scenario/Problem: Your company has a group that was named incorrectly.


Solution: Rename the group by using the Windows interface or the command line.

Rename a Group Object by Using the Windows Interface

To rename a group object by using the Windows interface, perform the following steps:

1.
Log on to a domain controller or a member computer that has Windows Server 2008 RSAT installed.

2.
Click Start, click Administrative Tools, and then click Active Directory Users and Computers.

3.
In the details pane, right-click the group object you want to rename and click Rename.

4.
Type the new group name and press Enter.

5.
On the Rename Group page, shown in Figure 1, modify the applicable name fields, and click OK.



Figure 1. The Rename Group Wizard.


Rename a Group Object by Using the Command Line

To rename a group object by using the command line, perform the following steps:

1.
Log on to a domain controller.

2.
Click Start, and click Command Prompt.

Note

Renaming a group object by using the command line is a two phase process. The first step uses the dsmod command to modify the applicable name attributes for the object. The second step uses the dsmove command to modify the distinguished name of the object.

3.
In the Command Prompt window, type the following command and press Enter:

Dsmod group "CN=ApplicationA
Group,CN=Users,DC=WS08DOMAIN01,DC=LOCAL" -samid "ApplicationB
Group"

(where "CN=ApplicationA Group,CN=Users,DC=WS08DOMAIN01,DC=LOCAL" is the distinguished name of the group you want to rename and "ApplicationB Group" is the new name).

Tip

For a full list of dsmod group parameters, go to http://technet.microsoft.com/en-us/library/cc732423.aspx.

4.
Verify that the results of the dsmod command entered above returns dsmod succeeded, as shown in Figure 2.

Figure 2. Modifying a group name using the command line.

5.
In the command Prompt window, type the following command and press Enter:

Dsmove  "CN=ApplicationA Group,CN=Users,DC=WS08DOMAIN01,DC=LOCAL"
-newname "ApplicationB Group"

(where “CN=ApplicationA Group,CN=Users,DC=WS08DOMAIN01,DC=LOCAL” is the distinguished name of the group and “ApplicationB Group” is the new group name).

6.
Verify that the results of the dsmove command entered above returns dsmove succeeded, as shown in Figure 3.

Figure 3. Renaming a group using the command line.

Tip

For a full list of dsmove parameters, go to http://technet.microsoft.com/en-us/library/cc731094.aspx.

Other -----------------
- Windows Server 2008 Server Core : Managing Other Hardware - Determining Memory Status with the Mem Utility
- Windows Server 2008 Server Core : Managing Other Hardware - Working with Line Printers
- Microsoft SQL Server 2008 Analysis Services : Designing More Complex Dimensions - Junk dimensions & Ragged hierarchies
- Microsoft SQL Server 2008 Analysis Services : Designing More Complex Dimensions - Slowly Changing Dimensions
- SharePoint 2010 : Social Architecture - Disabling social features for a user & Deleting a note associated with a page
- SharePoint 2010 : Social Architecture - Setting up a tag cloud and navigating to the Term Store
- Securing Windows Server 2008 R2 : Read-only Domain Controller
- Securing Windows Server 2008 R2 : File Classification Infrastructure
- SQL Server 2008 R2 : Join Selection (part 2) - Determining the Optimal Join Order & Subquery Processing
- SQL Server 2008 R2 : Join Selection (part 1) - Join Processing Strategies
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server