Answer:
dsadd user "cn=Fred Flintstone, =Fred Flintstone,
ou=sales,dc sales,dc=Manhattan,dc Manhattan,dc=bcc" -pwd P@$$w0rd!
P@$$w0rd!
-upn fflintstone@Manhattan.bcc wflintstone@Manhattan.bcc -samid
fflintstone
Explanation :
DSADD can be used to create user objects.
Cn - This is the object’s name and it’s what you see by default when viewing the database using Active Directory Users and Computers. It’s also the name you will use whenever referencing the object from the command prompt.
Samid – this is the name you want the user to use when this is the name you want the user to use when logging in. ( logging in. (i.e, fflintstone)
Upn – should be the same value as the samid, followed by @ and the domain name in which the account is being created.(i.e, fflintstone@domain.com)
System Administration The Following picture is for questions #1, 2, 3, 4, 5 and 6 (DS...