Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-17 00:19:01 +00:00
parent f41553d213
commit bc83e28459
14 changed files with 15 additions and 20 deletions

View File

@@ -23,4 +23,4 @@ source: https://github.com/tldr-pages/tldr.git
- Save output to a file:
`GetADUsers.py -all -dc-ip {{domain_controller_ip}} {{domain}}/{{username}}:{{password}} > output.txt`
`GetADUsers.py -all -dc-ip {{domain_controller_ip}} {{domain}}/{{username}}:{{password}} > {{path/to/output.txt}}`