In Windows Server 2008 : Powershell can't import-module ActiveDirectory

18.5k Views Asked by At

I am using Windows Server 2008 with a x64 machine and Powershell 3.0.

After searching for similar problems, I found that I have to install the patches KB969166, KB968934, KB967574, KB968930.

This was done and as a result, the "Web Service Active Directory" appeared in "services".

However, the "ActiveDirectory Module for Windows Powershell" is still not visible in "Windows Features" next to "Active Directory Tools" and "Server for NIS".

What can I do to make "ActiveDirectory Module for Windows Powershell" entry appear in "Windows Features" ?

Is it compulsory to have it in there beign checked, as I found here http://blogs.msdn.com/b/rkramesh/archive/2012/01/17/how-to-add-active-directory-module-in-powershell-in-windows-7.aspx ?

Or is there a different way to go so I can have the "ActiveDirectory" module among the list of modules that can be imported in Powershell 3.0 ?

NB : My ultimate objective is to have the command "import-module ActiveDirectory" working in powershell and not resulting in a File Not Found error.

1

There are 1 best solutions below

1
Ansgar Wiechers On BEST ANSWER

The PowerShell AD module is only available for Windows Server 2008 R2 and (as part of the RSAT) for Windows 7, not for Windows Server 2008. See this thread on the Technet forums.