Computing.Net > Forums > Windows Server 2003 > dsadd user

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

dsadd user

Reply to Message Icon

Name: misc240
Date: February 16, 2006 at 01:58:15 Pacific
OS: win2003
CPU/Ram: p-III/128
Comment:

i make an organigation unit i.e guest in win2003 server and make two other organigation unit in guest ou i.e guest1 and guest2 now i want to create users in guest1 unut by using following command

dsadd user "cn=user1,ou=guest,ou=guest1,dc=sales,dc=com"
it do not run show the incorrect format
pl.give the correct command with example.



Sponsored Link
Ads by Google

Response Number 1
Name: flyboy70
Date: February 16, 2006 at 05:01:23 Pacific
Reply:

hi, just one thing that puzzels me a bit... why is your domain name sales.com or was it only an example??

you were just about correct. your ou structure was around the wrong way.

just think of it in this order...

suffix - dc=com
domain - dc=sales
top level ou - ou=guest
secondary ou's - ou=guest1
userdetails - cn=testuser

and so on.

here is what you needed. it adds a bit more info for you into AD:

dsadd user "cn=testuser,ou=guest1,ou=guest,dc=sales,dc=com" -samid testuser -upn testuser@sales.com -fn test -ln user display "test user" - pwd testPassword

good luck



0

Response Number 2
Name: misc240
Date: February 16, 2006 at 21:48:39 Pacific
Reply:

Thanks



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows Server 2003 Forum Home


Sponsored links

Ads by Google


Results for: dsadd user

dsadd user with option command www.computing.net/answers/windows-2003/dsadd-user-with-option-command/5147.html

Dsadd user www.computing.net/answers/windows-2003/dsadd-user/9070.html

dsadd creating user www.computing.net/answers/windows-2003/dsadd-creating-user/8664.html