--- syntax: markdown tags: [tldr, windows] source: https://github.com/tldr-pages/tldr.git --- # mimikatz net > Perform network and domain operations. > More information: . - List domain users: `mimikatz "net::users"` - List domain computers: `mimikatz "net::computers"` - Retrieve domain controller information: `mimikatz "net::domaincontrollers"`