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 5
Working with Scripts, Functions, and Custom Modules for AD
Content Locked
Section 6
Customizing Your PowerShell Profile for AD Management
Take the function we created and insert it into our PowerShell profile to make it always available. - Discover the PowerShell profile and create if needed - Insert the previous function into our profile - Test the availability of our new function