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 4
DHCP, DNS, Group Policy, and Basic AD Tools
Content Locked
Section 4
Generate a PowerShell Tool to Find Obsolete AD Computers
Create a reusable tool that discovers and reports on obsolete domain computers. - Decide on a time frame and enter it in a variable - Gather the computers with the proper filters - Use the data to create a report and make it a reusable batch file