If you want to install ActiveDirectory PowerShell on a member server in order to use ps1 for manage users not only on Active Directory Server, you need to execute this simple PowerShell script.
Import-Module ServerManager
Add-WindowsFeature RSAT-AD-PowerShell
This will add ActiveDirectory Module so finally you can use for example Get-ADUser command to get specific user against Active Directory.
No comments:
Post a Comment