How do I run an Active Directory command in PowerShell?
How do I run an Active Directory command in PowerShell? Open the Control Panel, start typing features, and then click Turn Windows features on or off. Scroll down to Remote Server Administration Tools and enable the Active Directory Module for Windows PowerShell in Remote Server Administration Tools > Role Administration Tools > AD DS and AD LDS Tools. How do I jump to a directory in PowerShell? You can also change directory in PowerShell to a specified path. To change directory, enter Set-Location followed by the Path parameter, then the full path you want to change directory to. If the...