Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 Enterp. 

Prerequisites

  1. The computer has been joined to the the Austin Active Directory

  2. The Active Directory PowerShell module has been installed

  3. The RequestsByAttribute PowerShell scripts have been downloaded to a local folder from the following URL:

Anchor
review-requests
review-requests
Review requests

  1. Start a PowerShell session as a department administrator

  2. Navigate to the folder where the REBA scripts are located.

  3. Modify then run the following command to review any pending requests: 

    Code Block
    .\Get-ADRequests.ps1 -Department EXAMPLE

Anchor
review-results
review-results
Review results

  1. Start a PowerShell session as a department administrator

  2. Navigate to the folder where the REBA scripts are located.

  3. Modify then run the following command to review any available results: 

    Code Block
    .\Get-ADResults.ps1 -Department EXAMPLE

Anchor
create-request
create-request
Create and submit a request

  1. Start a PowerShell session as a department administrator

  2. Navigate to the folder where the REBA scripts are located.

  3. Follow the steps in the submit a delegation section on one of the following pages to create and submit a request: 

...