NT 1430
Unit 6 Exercise 1
To: Junior Admin In order to create user accounts for the existing employees in the acquired company following these steps. First create an excel spreadsheet with the name, user id and password for each employee. Then use this formula to generate a command to enter in the command prompt: ="dsadd user cn=" & CHAR(34) & A8 & ",ou=sales,dc=tony,dc=com" & CHAR(34) & " -samid " & B8 & " -pwd " & C8 Once every employee has been entered in the spreadsheet, copy the command and paste it in the command prompt. You should receive a user created successfully message displayed on the command prompt. If you run into any problems or have any questions don’t hesitate to send me an email.
IT Admin