Skip to content

Commit

Permalink
BPA: Added test template
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Buechi committed Aug 28, 2024
1 parent 0e39f4c commit 7e51f92
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion Config/AXE-TABLE.BPATemplate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
{
"name": "AXE Best Practices - Table",
"style": "Table",
"Fields": []
"Fields": [
{
"name": "Unusedlicenses",
"API": "CIPPFunction",
"Command": "Get-CIPPLicenseOverview",
"ExtractFields": [
"License",
"TotalLicenses",
"availableUnits",
"CountUsed"
],
"StoreAs": "JSON",
"where": "$_.availableUnits -gt 0",
"FrontendFields": [
{
"name": "Unused licenses",
"desc": "Check if there are any unused licenses",
"formatter": "table",
"value": "Unusedlicenses"
}
]
}
]
}

0 comments on commit 7e51f92

Please sign in to comment.