Explain, How To Import Active Directory Module In PowerShell For Windows.

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

I am a computer system administrator. I am currently using the Windows operating system on my PC. Can someone explain to me how to import Active Directory module in PowerShell on one of my computers? Thanks in advance.

SHARE
Answered By 0 points N/A #293039

Explain, How To Import Active Directory Module In PowerShell For Windows.

qa-featured

You can import the Active Directory module in PowerShell using the steps given below.

  1. First, make sure you have installed the Remote Server Administration Tools for the Windows Operating System.
  2. Select Active Directory Module for Windows PowerShell
  3. Go to Control Panel.
  4. Expand the Remove Server Administration Tools option.
  5. Clear all the check boxes that are available.
  6. Open the PowerShell prompt.
  7. Type PS C:\> Get-Module –ListAvailable and press enter.
  8. Type PS C:> Import-Module ActiveDirectory and press enter.

Related Questions