Creating New Users In Active Directory And Using Them In SharePoint Portal

Sometimes you need new users to test your SharePoint Portal. If there's a system administrator, let him/her do the job, but if you're the only one assigned with such trivial task, you need to access Active Directory and create new users then assigning permission to that user(s).

First of all, you need to run "Active Directory Users and Computers" application in Windows Server.



After application opens, you see the forest name left frame and item panel in middle frame.

Below the forest name (for me it is corp.ersoy.com), right click on Users and Select New, then User.

This command will initiliaze New User Dialog:



Feel free to fill the information as you like, but in our sample I've created a test account named "sptest".



Now once the new user created, open your portal and go to the Site Settings, then Site Permissions

I wanted "sptest" user to be in Site Members permission group so I added my new user there:
  
 
Entered Home Site Members group and clicked New->User menu command:
 
 

When you try writing the autocompletebox searches through AD accounts and let you choose the specified account easily.

Once permission is set,"sptest" account created in AD will have the required credentials to navigate through the portal.

Hope it helps.