How To Load AD Modules Power Shell On Windows?

Asked By 0 points N/A Posted on -
qa-featured

PowerShell is the powerful tool that has helped me to code efficiently on Windows. I want to load AD modules PowerShell with efficiency. How do I achieve it?

SHARE
Answered By 590495 points N/A #296702

How To Load AD Modules Power Shell On Windows?

qa-featured

Installing the PowerShell AD module is a very simple task. On Windows 7 AD module is the integrated part of Remote Server Admin Tools that needs downloading. After installing, click Turn Windows features from the control panel. Enable AD module for Windows PowerShell by scrolling down. The RSAT features include the AD modules. You can achieve the same setting by using the cmdlet such as Get-ADUserbut, it has more complication and also is time-consuming.

Related Questions