The PowerShell scripts are the supported method to manage requests via REBA on Windows systems. The PowerShell scripts are available in the RequestsByAttribute repo in the EIS1-AAD organization in GitHub.
The Active Directory PowerShell module can be installed on Windows systems by running the following command:
Install-WindowsFeature -Name RSAT-AD-PowerShell |
Start a PowerShell session as a department administrator
Complete the following steps in this PowerShell session unless instructed otherwise |
Modify then run the following command to review any pending requests:
Replace the example value for the Department parameter with the actual department name |
.\Get-ADRequests.ps1 -Department EXAMPLE |
Start a PowerShell session as a department administrator
Complete the following steps in this PowerShell session unless instructed otherwise |
Modify then run the following command to review any available results:
Replace the example value for the Department parameter with the actual department name |
.\Get-ADResults.ps1 -Department EXAMPLE |
Start a PowerShell session as a department administrator
Complete the following steps in this PowerShell session unless instructed otherwise |
Follow the steps in the submit a delegation section on one of the following pages to create and submit a request:
Wait until approximately five minutes after the next hour.
Requests are processed within the first five minutes of every hour. |