NW Admin Lab Exercise 3 User
NW Admin Lab Exercise 3 User
USER MANAGEMENT
Method:
Click Start, highlight "Administrative Tools" and select "Active Directory Users and Computers"
Now, expand your domain name on the left side, and go to the bottom where it says "Users".
Once you click on that, you will see all of the automatically created users, you will also see all of
the users you made before you ran dcpromo - that's because they all stay through the promotion
to DC. Anyway, to add a user, you can either right click the "Users" folder on the left side, or
the blank area on the right side, and highlight "New" then click "User"
In the next dialog, we get a summary of the user to be created. Click "Finish" and the user has
been created.
2) Open "Domain Controller Security policy" and then select “local policies”.
3) Double click on "User rights assignment" and then open "Allow logon locally"
4) Press the “add” button and browse to select the user and press “ok”.
5) To update the policy choose start -> Run and type “gpupdate” this command will update the
group policy.
1) In the server log in as administrator and create a folder under any one of the NTFS drives.
3) Open “Active directory users and computers” (dsa.msc) and double click on the user to
whom you want to setup a home directory.
4) Click on the “profile” tab and choose “connect” and in the 'To' box type the UNC (Universal
Naming Convention) path
e.g : \\server1\home\jhon
5) A folder will be created automatically inside the shared folder which was created in the first
step.
6) The home directory will be accessible for the user when he logs in; inside the My computer as
a network drive.
By default every user has a local profile and it is stored in the local computer inside the system
drive\documents and settings folder.
If you want a common desktop environment for the user then a roaming profile has to be setup.
The roaming profile is stored in the domain controller; and therefore is available wherever the
user logs in.
This allows him to see the same desktop wherever he logs in.
1) Log in as administrator in the server and create a folder inside any one of the NTFS drives
3) Open Active directory users and computers and double click on the target user.
4) Click on the profile tab and type the following inside the "Profile path" text box.
: \\server\sharename\username
Eg. \\server1\profile\ramesh
5) To check the profile status, log in as a user and right click on my computer choose properties
6) Click on advanced tab, and press the settings button under user profiles.