> For the complete documentation index, see [llms.txt](https://notes.m4lwhere.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.m4lwhere.org/offensive/microsoft-windows-exploits/enumeration.md).

# Enumeration

Enumerate user accounts and information

```bash
wmic useraccount list brief
net accounts
net accounts /domain
```
