From af0c1eacd21f62d504d51e00e75438dfe094562a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trond=20=C3=98ivind=20Eriksen?= Date: Wed, 4 Oct 2023 10:23:47 +0200 Subject: [PATCH] Uncomment of line 91 --- Install/Scripts/Ensure-AdminUsers.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {