AD management with PowerShell – preparation

A PowerShell module includes assemblies, scripts, and functionalities. In order to use the functionalities, we need to import the module. After that, we can call for the contents of the module to manage relevant server roles, services, or features. Before we start AD management with PowerShell, first we need to import the ActiveDirectory module.

There are a few ways to do this. These include installing the AD DS server role or by installing Remote Server Administration Tools (RSAT):

  • AD DS server role:
    1. If we install the AD DS server role using Server Manager, Active Directory module for Windows PowerShell is installed as a feature:
    1. If the AD DS role is installed using PowerShell, we need ...

Get Mastering Active Directory - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.