Wednesday, October 13, 2010

User Management

User Account: 

User A/Cs is useful for assigning to the user to participate in the network.

There are two types of accounts 

50 Domain User Accounts
51 Local User Accounts

1. Domain User Accounts:

These are created in the AD and they proved centralized management of users besides easy administration

2. Local User Accounts:

These can be created on the Local machines where the client works. Ex. 2000 prof. XP prof.

Creating a Domain User Accounts :

On DC
Start> Programs>Admin tools
> ADUC>expand domain name(ex.IBM.com)
>Right click on users>new>user
>supply name &pwd.
>User must change pwd at next logon
>next>finish

Creating a Domain User A/C through command prompt: 

Start>run
>cmd dsadd user cn=username,cn=users,dc=ibm,dc=com –pwd zoom_123

For removing: 

dsrm user cn=username…….

Creating a local user Account in Member Server: 

On member server Log on to local user a/c
Right click on my computer
Manage
Expand local users Right click on users.
New user Supply the user name&pwd
Click on create
Log off
Log in as user

Creating a Local user a/c from command mode: 

On member server
Login as administrator
Go to command prompt
Net user username
Password
Ex: net user u1 zoom_123 /add
If we want to delete.. /del

No comments:

Post a Comment