Import Active Directory Powershell Module

powershell
powershell

Estimated reading time: 1 minutes

If you want to use Active Directory modules for Powershell then you can will need to run the commands to import the required module and then install the RSAT tools.

To do this, open up an elevated Powershell command box and run the following command to import the Server Manager module:

Import-Module ServerManager

Import Active Directory Powershell Module 1

Once that has completed, then run the following command to install the required Remote Server Administration Tools (RSAT) feature:

Add-WindowsFeature RSAT-AD-PowerShell

Import Active Directory Powershell Module 2

For it to work you need at least one Domain Controller in the domain as Windows Server 2008 R2 or above and have Active Directory Web Services (ADWS) installed on it.

You should now be able to use Active Directory commands within Powershell.

Feedback

If you have any questions or feedback on this post, please feel free to leave us a message below in our comments section.

Click to rate this post!
[Total: 0 Average: 0]

Share this content:

Avatar for Andrew Armstrong

About Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 26 years. Sharing experience and knowledge whenever possible! Making IT Happen.

View all posts by Andrew Armstrong

Leave a Reply

Your email address will not be published. Required fields are marked *