> For the complete documentation index, see [llms.txt](https://0xpthree.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://0xpthree.gitbook.io/notes/active-directory/misc.md).

# Misc

Create user in another OU using [bloodyAD](https://github.com/CravateRouge/bloodyAD)

```bash
bloodyAD --host 10.1.1.1 -d test-dom -u privileged-user -p 'Passw0rd!' add user newUser 'NewPassw0rd!' --ou 'OU=Secret Admins,OU=Management,OU=ITSupport,DC=test-dom,DC=local'

## Verify
bloodyAD --host 10.1.1.1 -d test-dom -u privileged-user -p 'Passw0rd!' get object newUser --attr distinguishedName
```
