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 : Move a Computer Object

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
1/27/2012 3:15:21 PM

Scenario/Problem: Your company’s AD DS logical design uses OUs to group AD DS computers for group policy purposes. A computer object needs to be moved to an OU that has a different GPO.


Solution: Move an AD DS computer account by using the Windows interface or the command line.

Move a Computer Object by Using the Windows Interface

To move a computer 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 computer object you want to move and click Move.

4.
On the Move window, shown in Figure 1, select the OU or container to which you want to move the computer object; then click OK.

Figure 1. The Move window.


Move a Computer Object by Using the Command Line

To move a computer object by using the command line, perform the following steps:

1.
Log on to a domain controller.

2.
Click Start, and click Command Prompt.

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

Dsmove "CN=Desktop1,CN=Computers,DC=WS08DOMAIN01,DC=LOCAL"
-newparent "OU=New York,DC=WS08DOMAIN01,DC=LOCAL"

(where "CN=Desktop1,CN=Computers,DC=WS08DOMAIN01,DC=LOCAL" is the distinguished name of the computer and "OU=New York,DC=WS08DOMANI01,DC=local" is the location to which you want to move the computer).

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

Figure 2. Moving a computer 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 : Starting and Configuring the Registry Editor (part 2)
- Windows Server 2008 Server Core : Starting and Configuring the Registry Editor (part 1)
- Microsoft BizTalk 2010 : Consuming ASDK-based Adapters - Installation
- Microsoft BizTalk 2010 : Understanding the ASDK-based adapter
- Microsoft Dynamics CRM 4.0 Accelerators : eService Accelerator (part 4)
- Microsoft Dynamics CRM 4.0 Accelerators : eService Accelerator (part 3) - Modify the New Workflows & eService Configuration
- Microsoft Dynamics CRM 4.0 Accelerators : eService Accelerator (part 2)
- Microsoft Dynamics CRM 4.0 Accelerators : eService Accelerator (part 1) - Configuring ASP.NET Membership
- Automating Dynamics GP 2010 : Speeding up document delivery with e-mail
- Automating Dynamics GP 2010 : Getting control of accruals and deferrals with Recurring GL batches
 
 
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