This document provides an overview of a Microsoft course module on automating Active Directory Domain Services (AD DS) administration. The module contains three lessons:
1. Using command-line tools like CSVDE, LDIFDE, and DS commands to automate AD DS administration tasks like importing/exporting data and modifying objects.
2. Using Windows PowerShell cmdlets to manage AD DS objects like users, groups, computers, and organizational units through commands like New-ADUser, Set-ADGroup, and New-ADOrganizationalUnit.
3. Performing bulk AD DS administration operations with PowerShell like modifying multiple objects at once by querying for objects and piping the results to modification commands