Created
December 29, 2016 09:27
-
-
Save RichardHan/1c2b99a5ac9ab1d7593ee6c761cc261b to your computer and use it in GitHub Desktop.
Get AD user via powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Import-Module ServerManager | |
Add-WindowsFeature RSAT-AD-PowerShell | |
Get-ADUser "user_name" -Properties * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment