Sunday, January 30, 2011

Add a user to the Domain using dsadd

Use the following to add a new user to the Domain

dsadd user "CN=the_username,OU=the_ou,DC=the_sub_domain,DC=the_tl_domain" -pwd the_password -upn the_username -display the_displayname -desc "The Description" -mustchpwd no -pwdneverexpires yes

No comments:

Post a Comment