Explain, How To Open Active Directory In Windows Server 2008easily.

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 open Active Directory in Windows Server 2008 on one of my computers? Thanks in advance.

SHARE
Answered By 30 points N/A #293045

Explain, How To Open Active Directory In Windows Server 2008easily.

qa-featured

You can open 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:> Open-Module ActiveDirectory and press enter.

Related Questions