You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Host"Error getting group members for $GroupObjectId`:`n$_"-ForegroundColor Red
197
197
return$null
@@ -351,7 +351,6 @@ begin {
351
351
break
352
352
} else {
353
353
Write-DetailedExplanationOption-Message "No Group match because $($Email.ToString()) is not a member of Group $($groupObjectId)"-ShowDetailedExplanation:$ShowDetailedExplanation
354
-
break
355
354
}
356
355
}
357
356
}
@@ -370,7 +369,6 @@ begin {
370
369
break
371
370
} else {
372
371
Write-DetailedExplanationOption-Message "$($Email.ToString()) is not excluded from rule by membership in Group $($groupObjectId)"-ShowDetailedExplanation:$ShowDetailedExplanation
0 commit comments