From 7a3e6bfe9157a859db3e1eac21fbc785d4dec6ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20POIR=C3=89?= Date: Thu, 4 Dec 2025 19:01:59 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20op=C3=A9rateur=20de=20comparaison?= =?UTF-8?q?=20if?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.ps1 b/app.ps1 index b726b01..fa7dd9d 100644 --- a/app.ps1 +++ b/app.ps1 @@ -43,7 +43,7 @@ foreach ($file in $moduleFiles) { foreach ($group in $groups) { $GetUsers = GetUsersFromGroup -GroupCN $($group.Nom) - if ($GetUsers.Success === $false) + if ($GetUsers.Success -eq $false) { Write-Output $GetUsers.Value Write-Log $GetUsers.Value