Search This Blog

Monday, September 4, 2017

Get-ADUser display all properties Using Powershell

if ((Get-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction SilentlyContinue-eq$null) {
       Add-PSSnapin "Microsoft.SharePoint.PowerShell"
}
Get-ADUser -Identity ngoram -Server "NGO" -Properties *




No comments:

Post a Comment