Skip to content

Commit

Permalink
Update 2-Update.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Oct 7, 2024
1 parent feb261c commit e88597e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,18 @@ Configuration Example
MSFT_AADAdminConsentRequestPolicyReviewer {
ReviewerType = 'User'
ReviewerId = "AlexW@$TenantId"
QueryRoot = ''
}
MSFT_AADAdminConsentRequestPolicyReviewer {
ReviewerType = 'Group'
ReviewerId = 'Communications'
QueryRoot = ''
}
MSFT_AADAdminConsentRequestPolicyReviewer {
ReviewerType = 'Role'
ReviewerId = 'Attack Payload Author'
QueryRoot = ''
}
MSFT_AADAdminConsentRequestPolicyReviewer {
ReviewerType = 'Role'
ReviewerId = 'Attack Simulation Administrator'
QueryRoot = ''
}
);
TenantId = $TenantId;
Expand Down

0 comments on commit e88597e

Please sign in to comment.