Creating User Accounts: Step-by-Step Exercises

In this exercise, we will explore the use of Windows PowerShell to create several users whose names are contained in a text file.

  1. Open Notepad or some other Windows PowerShell script editor.

  2. Locate the UserNames.txt file, and ensure you have access to the path to this file. The file contains a listing of users' first and last names. A sample from this file is shown here:

    Chuck,Adams
    Alice,Jones
    Bob,Dentworth
  3. On the first line of your script, create a variable called $aryUsers to hold the array of text that is returned by using the Get-Content cmdlet to read a text file that contains various user first names and last names. Make sure you edit the string that gets supplied to the path argument of the

Get Microsoft® Windows PowerShell™ Step By Step now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.