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.
Using Command
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) |
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.
Open command prompt and execute the following command.
dsadd user "CN=Amarjeet, CN=Users, dc=mcitp, dc=com" -samid amar -pwd * -mustchpwd yes
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.