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