Skip to content

Commit

Permalink
Update powershell/internal/Test-MtCaInvalidGroupsAssigned.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Bader <f-bader@users.noreply.github.com>
  • Loading branch information
Cloud-Architekt and f-bader authored Oct 27, 2024
1 parent 8b7edee commit dd1b2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powershell/internal/Test-MtCaInvalidGroupsAssigned.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dd1b2c3

Please sign in to comment.