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
$testResultMarkdown+="No privileged users have permanent role assignments (excluding $($excludedEmergencyAccounts.Count) emergency access account(s) which are expected to have permanent assignments)."
59
+
if ($excludedAccountCount-gt0) {
60
+
$testResultMarkdown+="No privileged users have permanent role assignments (excluding $excludedAccountCount emergency access account(s) which are expected to have permanent assignments)."
58
61
}
59
62
else {
60
63
$testResultMarkdown+="No privileged users have permanent role assignments."
0 commit comments