Skip to content

Commit

Permalink
Update Test-MtConditionalAccessWhatIf.ps1
Browse files Browse the repository at this point in the history
Fixed splatting of -DeviceInfo
  • Loading branch information
merill authored Jan 7, 2025
1 parent afcc54f commit 3b82268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powershell/public/Test-MtConditionalAccessWhatIf.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
.EXAMPLE
Test-MtConditionalAccessWhatIf -UserId '7a6da1c3-616a-416b-a820-cbe4fa8e225e' `
-IncludeApplications 'bbad9299-f060-4e15-9a9a-285980ae00fc' `
-DeviceInfo { 'isCompliant' = 'true'; 'Manufacturer' = 'Dell' } `
-DeviceInfo @{ 'isCompliant' = 'true'; 'Manufacturer' = 'Dell' } `
-InsiderRiskLevel 'Minor'
This example tests the Conditional Access policies for a user accessing an **application** from a **compliant**, **Dell** device with a **Minor** insider risk level.
Expand Down

0 comments on commit 3b82268

Please sign in to comment.