Which of the following must you do to accomplish this?

Your manager has asked you to create various user objects using Windows PowerShell.
Which of the following must you do to accomplish this?

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:
Sample script:
http://www.mysmallcorneroftheweb.co.uk/programming-software-developement/powershell-creating-configuring-a-active-directory-user
The user is created by first defining the OU and then invoking the ou.Create method.



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Clever4ever

Clever4ever

I think “D” must be correct, because all the others make no sense.

CertifyMe

CertifyMe

That is pretty messed up. The other answers make no sense at all, so one must then assume that you need to create an OU for the accounts first.