...
Add-ADDelegationRequest.ps1 - submits a new delegation request for a department
Remove-ADDelegationRequst.ps1 - remove a pending delegation request for a department
Submit a request
Modify then run the following command to submit a new delegation request:
...
Code Block | ||
---|---|---|
| ||
.\Add-ADDelegationRequest.ps1 -Department 'EXAMPLE' -Action 'Grant' -Delegation 'Computer' -Principal 'EXAMPLE-ComputerAdmins' -Path 'OU=Computers,OU=EXAMPLE,OU=Departments,DC=austin,DC=utexas,DC=edu' |
Cancel a pending request
Modify then run the following command to cancel a pending delegation request:
...