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 3
Report Creation for Your Active Directory
Content Locked
Section 5
Selecting, Sorting, and Variables
How to select, sort, and use variables. - Use Select-Object to select specific properties - Use Sort-Object to change the sorting method used - Discover and create variables