Skip to content

Commit

Permalink
BPA LAPS switched from JSON to Bool
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Buechi committed Sep 13, 2024
1 parent 196c7ab commit 74a8596
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Config/AXE-TENANT-INTUNE.BPATemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,19 @@
]
},
{
"name": "LAPS",
"name": "LAPSEnabled",
"API": "Graph",
"URL": "https://graph.microsoft.com/v1.0/policies/deviceRegistrationPolicy?$select=localAdminPassword",
"ExtractFields": [
"localAdminPassword"
],
"StoreAs": "JSON",
"where": "$_.localAdminPassword.isEnabled -eq $true",
"StoreAs": "bool",
"FrontendFields": [
{
"name": "LAPS enabled",
"desc": "Check if Local Admin Password Solution is enabled",
"value": "LAPS.IsEnabled",
"value": "LAPSEnabled",
"formatter": "bool"
}
]
Expand Down

0 comments on commit 74a8596

Please sign in to comment.