Skip to content

Commit 357d356

Browse files
authored
Update compliance-custom-json.md
The JSON was wrong. You cannot have the Operator defined as GreaterThan and then "BIOS Version needs to be upgraded to at least 2.3". "at least" includes "2.3" which means the Operator has to be "GreaterEquals".
1 parent bf94395 commit 357d356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

memdocs/intune/protect/compliance-custom-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ For more information, see [Available languages for Windows](/windows-hardware/ma
9191
"Rules":[
9292
{
9393
"SettingName":"BiosVersion",
94-
"Operator":"GreaterThan",
94+
"Operator":"GreaterEquals",
9595
"DataType":"Version",
9696
"Operand":"2.3",
9797
"MoreInfoUrl":"https://bing.com",

0 commit comments

Comments
 (0)