Book Image

Hands-On PowerShell for Active Directory [Video]

By : Joshua Jones
Book Image

Hands-On PowerShell for Active Directory [Video]

By: Joshua Jones

Overview of this book

PowerShell has become the most efficient tool for managing Microsoft Active Directory. Its ability to solve problems and turn the solution into a new tool or automated task allows the system admin to cut down on future manual labor hours. This course will train you in using PowerShell to manage Active Directory. You will customize your preferences, run custom reports, author scripts, and automate tasks. You will discover how to create scripts, access and change data stores, and automate tasks. By the end of the course, you will have the skills to automate Active Directory jobs with PowerShell components such as cmdlets, functions, modules, providers, objects, variables, expressions, and profiles. The code bundle for this video course is available at - https://github.com/PacktPublishing/Hands-on-PowerShell-for-Active-Directory
Table of Contents (6 chapters)
Chapter 6
Solving Real-World Active Directory Problems with PowerShell
Content Locked
Section 4
Mass Active Directory User Creation
Create a script to create a large number of AD users based on a CSV file. - Examine or create a CSV file to pull data from - Develop the script to take the data and use a for each statement - Finalize the script to create the users