R
rwh
I need to be able to export group members from an AD group but instead
of returning the CN= value I'd like to get the sAMAccountName value.
Does anyone know if this is possible?
This is what I currently use:
ldifde -f staff.txt -d "cn=Staff,ou=User Groups,dc=domain,dc=edu" -l
member -s server1
I know the -l member is what is giving me the members CN= value, but is
there a way to get that members sAMAccountName as well.?
of returning the CN= value I'd like to get the sAMAccountName value.
Does anyone know if this is possible?
This is what I currently use:
ldifde -f staff.txt -d "cn=Staff,ou=User Groups,dc=domain,dc=edu" -l
member -s server1
I know the -l member is what is giving me the members CN= value, but is
there a way to get that members sAMAccountName as well.?