Avatar of Kelly Garcia
Kelly Garcia
Flag for United Kingdom of Great Britain and Northern Ireland

asked on 

AD User account information

Hi All,

I need all the information Active Directory can provide on a user account:

So far i have this code:

Get-ADUser -Filter 'Name -like "*kelly*"' | select *

Open in new window


The above code, is that all the information it can provide? is there a better code i can utilise?

thank you in advance.

Kelly
PowershellActive DirectoryScripting Languages

Avatar of undefined
Last Comment
Jeremy Weisinger

8/22/2022 - Mon