> For the complete documentation index, see [llms.txt](https://tamagosecurity.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tamagosecurity.gitbook.io/notes/active-directory/ad-enumeration.md).

# AD Enumeration

## Manual Enumeration

### Legacy Windows Tools

```
net user /domain
net user jeffadmin /domain
net group /domain
net group "Sales Department" /domain
```

### Using PowerShell and .NET Classes

## Automated Enumeration

* Bloodhound
* Bloodhound-python
* SharpHound
