diff --git a/Install/Scripts/Ensure-AdminUsers.ps1 b/Install/Scripts/Ensure-AdminUsers.ps1 index 5e925ada6..a4f5868e2 100644 --- a/Install/Scripts/Ensure-AdminUsers.ps1 +++ b/Install/Scripts/Ensure-AdminUsers.ps1 @@ -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 {