I need to list users (name, full name and if it is enabled or not) AND their local membership
If i try
Get-ADUser -Filter * | ft -property name,samaccountname,enabled
Works ok
(there is a best method?)
But i would like to see the groups for the user to an audit request, so the formatting have to be as friendly as possible, listing the names of the groups the user belongs to