Bulk User Management with PowerShell Quiz

5 questions Pass: 70% +25 pts

Quiz covering Manage AD DS Objects

Bulk User Management with PowerShell Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which PowerShell cmdlet is the primary tool used to create a new user object in Active Directory?

  2. 2

    You have a CSV file named 'users.csv' with a header column 'UserName'. Which command correctly imports this file and pipes it to create users?

  3. 3

    When using New-ADUser to create accounts in bulk, why is it recommended to use the -AccountPassword parameter with a SecureString?

  4. 4

    You need to update the 'Department' attribute for all users in the 'Sales' Organizational Unit. Which command is most efficient?

  5. 5

    When piping a CSV into New-ADUser, you receive an 'Identity already exists' error for some users. How can you modify the script to ensure the creation continues for other users while ignoring existing ones?