Skip to content

Commit

Permalink
Merge pull request #456 from maester365/merill-wb
Browse files Browse the repository at this point in the history
Fix error message for #432
  • Loading branch information
merill authored Sep 8, 2024
2 parents 7387896 + 4fc136d commit 061f148
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ See [Require compliant or Microsoft Entra hybrid joined device for administrator
}

if ($result -eq $false) {
$testResult = "There was no conditional access policy blocking access for unknown or unsupported device platforms."
$testResult = "There was no conditional access policy requiring compliant or Microsoft Entra hybrid joined device for administrators."
}
Add-MtTestResultDetail -Description $testDescription -Result $testResult

Expand Down

0 comments on commit 061f148

Please sign in to comment.