Import Active Directory Powershell Module
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 Once that has completed, then run the …
Import Active Directory Powershell Module Read More