I have managed to get most data from the query below but I need other details, like the users membership and email address.
Get-ADUser -Filter * -SearchBase 'DC=aaaaaaa, DC=com' -Properties DisplayName | Export-CSV "ADUsers.csv"
Cheers
dion
I have managed to get most data from the query below but I need other details, like the users membership and email address.
Get-ADUser -Filter * -SearchBase 'DC=aaaaaaa, DC=com' -Properties DisplayName | Export-CSV "ADUsers.csv"
Cheers
dion