From dd1b2c393627bbe077c80299c91c2583fe639dd1 Mon Sep 17 00:00:00 2001 From: Thomas Naunheim <47817884+Cloud-Architekt@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:17:55 +0100 Subject: [PATCH] Update powershell/internal/Test-MtCaInvalidGroupsAssigned.ps1 Co-authored-by: Fabian Bader --- powershell/internal/Test-MtCaInvalidGroupsAssigned.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powershell/internal/Test-MtCaInvalidGroupsAssigned.ps1 b/powershell/internal/Test-MtCaInvalidGroupsAssigned.ps1 index 22efa030..95bdb585 100644 --- a/powershell/internal/Test-MtCaInvalidGroupsAssigned.ps1 +++ b/powershell/internal/Test-MtCaInvalidGroupsAssigned.ps1 @@ -46,7 +46,7 @@ Function Test-MtCaInvalidGroupsAssigned { $result = ($GroupsWhichNotExist | Measure-Object).Count -eq 0 if ( $result ) { - $ResultDescription = "Well done! All security groups with assignment in Conditional Access are protected!" + $ResultDescription = "Well done! All security groups with active assignments in Conditional Access are protected!" } else { $ResultDescription = "The security groups with active assignments in Conditional Access do not exist anymore. Invalid groups are only visible in the policy assignment in Microsoft Graph API and not in the Portal UI." $ImpactedCaGroups = "`n`n#### Impacted Conditional Access Policies`n`n | Security Group | Condition | Policy name | `n"