> For the complete documentation index, see [llms.txt](https://pnpt.adot8.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pnpt.adot8.com/windows-privilege-escalation/initial-enumeration-manual/user-enumeration.md).

# User Enumeration

## Gather Current User Informtion&#x20;

```powerquery
whoami /all
```

## View Other Local Users and Groups

```
net user
net user Greg
```

```
net localgroup
net localgroup Administrators
```
