Sunday 27 May 2012

Creating a user in Active Directory

There are four ways for creating users. Let's see each of them one by one.

Using the GUI


Steps

Start
Administrative Tools
Active Directory Users and Computers
mcitp.com (expand the domain node by clicking on plus)
Right Click on Users
New User
Configure the details and create the new user.

Creating a user in Active Directory (GUI)
Using Command

To create a user Amarjeet with login name amar in the domain mcitp.com and the user must change password after first login.

Open command prompt and execute the following command.

dsadd user "CN=Amarjeet, CN=Users, dc=mcitp, dc=com" -samid amar 
-pwd * -mustchpwd yes


Creating a user in Active Directory (Command)
Now the user can login with the name amar and has to change password at the time of first login.

No comments:

Post a Comment

Your comments are very much valuable for us. Thanks for giving your precious time.

Do you like this article?