Skip to content

Commit

Permalink
ASSIST-5153: Uncomment of line 91 in script (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
trondoe authored Oct 4, 2023
1 parent ca6965d commit 304c4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Install/Scripts/Ensure-AdminUsers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if($PortfolioadminUsers.Count -eq 0){
}

if ($GrantPermissions) {
#$Children | ForEach-Object { GrantPermissions -Url $_ -Members $PortfolioadminUsers}
$Children | ForEach-Object { GrantPermissions -Url $_ -Members $PortfolioadminUsers}
Write-Host "[x] Done" -ForegroundColor Green
} elseif($GrantPermissionsAndDelete) {
$Children | ForEach-Object {
Expand Down

0 comments on commit 304c4f4

Please sign in to comment.