Mar 142008
In this tutorial we will see how to move users and delete users in Win Server 2003 domain Controller
Move a user account
Using windows Interface
- Click Start, click Control Panel, double-click Administrative Tools, and then double-click Active Directory Users and Computers.
- From Active Directory Users and Computers/domain node/Users – click Users Or, click the folder that contains the user account.
- In the details pane, right-click the user you want to move, and then click Move.
- In the Move dialog box, click the folder to which you want to move the user account.
Using a command line
- Open Command Prompt from click Start, point to All programs, point to Accessories, and then click Command prompt.
- Type the following command
dsmoveUserDN [-newparent ParentDN]
Options
UserDN – Specifies the distinguished name of the user object to be moved.
ParentDN – Specifies the new location to which you want to move the user object. The new location is specified as the distinguished name of the new parent node.
Delete a user account
Using windows Interface
- Click Start, click Control Panel, double-click Administrative Tools, and then double-click Active Directory Users and Computers.
- From Active Directory Users and Computers/domain node/Users – click Users Or, click the folder that contains the user account.
- In the details pane, right-click the user account, and then click Delete.
Using a command line
- Open Command Prompt from click Start, point to All programs, point to Accessories, and then click Command prompt.
- Type the following command
dsrmObjectDN
Option
ObjectDN – Specifies the distinguished name of the user object to be deleted.
Incoming search terms:
- how to delete user account in windows server 2003 (3)
- delete users windows server 2003 (2)
- user delete windows server 2003 (2)
- how to delete domain user account in server 2003 (2)
- how to remover users from windows server 2003 (1)
- how to remove users windows server 2003 (1)
- how to remove user account in windows server 2003 (1)
- how to remove ad user account in windows server 2003 (1)
- how to remove account from of a domain server 2003 (1)
- how to remove a user from server 2003 (1)