> For the complete documentation index, see [llms.txt](https://lanzt.gitbook.io/cheatsheet-pentest/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lanzt.gitbook.io/cheatsheet-pentest/windows-things/useful-commands.md).

# Useful Commands

## Users

### Create a user

## Groups

### Add user to a local group

We need a CMD as Admin:

```powershell
net localgroup "Administradores" "sara.ardila@lanz-corp.com" /add
```

## Kerberos
