GetADUsers.py
all
Retrieve a list of users from Active Directory, including attributes like last logon timestamp and email. Part of the Impacket suite.
More info →Examples (4)
Enumerate all Active Directory users and their attributes
GetADUsers.py -all -dc-ip domain_controller_ip domain/username:passwordRetrieve information only for a specific user
GetADUsers.py -user user -dc-ip domain_controller_ip domain/username:passwordExtract user details using pass-the-hash authentication
GetADUsers.py -all -dc-ip domain_controller_ip -hashes LM_Hash:NT_Hash domain/usernameSave output to a file
GetADUsers.py -all -dc-ip domain_controller_ip domain/username:password > path/to/output.txtmade by @shridhargupta | data from tldr-pages