Your manager has asked you to create various user objects using Windows PowerShell.
Which of the following must you do to accomplish this?
A.
Use the Create-User createUsert
B.
Use the objUser = new OUUser statement
C.
Use the AddUser method of ADSL
D.
Invoke the Create method of OU
Explanation:
http://www.mysmallcorneroftheweb.co.uk/programming-softwaredevelopement/powershellcreatingconfiguringa-active-directory-user The user is created by first defining the OU and then invoking the ou Create method.