Skip to content

Commit

Permalink
Refactored BPA
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Buechi committed Sep 13, 2024
1 parent 910dd95 commit 196c7ab
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "0 - Entra ID",
"name": "Entra ID",
"style": "Tenant",
"Fields": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "1 - Exchange Online",
"name": "Exchange Online",
"style": "Tenant",
"Fields": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "4 - Intune",
"name": "Intune",
"style": "Tenant",
"Fields": [
{
"name": "AzureADJoinEnableGlobalAdmins",
"name": "EntraIdJoinGlobalAdminsAreNotLocalAdmins",
"API": "Graph",
"URL": "https://graph.microsoft.com/beta/policies/deviceRegistrationPolicy?$select=azureADJoin",
"ExtractFields": [
"azureADJoin"
],
"where": "$_.azureADJoin.localAdmins.enableGlobalAdmins -eq true",
"StoreAs": "JSON",
"where": "$_.azureADJoin.localAdmins.enableGlobalAdmins -eq $false",
"StoreAs": "bool",
"FrontendFields": [
{
"name": "Global device admins disabled",
"desc": "Check if Global Admins Group SID gets added to the local administrators group after Entra ID join",
"value": "AzureADJoinEnableGlobalAdmins.localAdmins.enableGlobalAdmins",
"formatter": "reverseBool"
"value": "EntraIdJoinGlobalAdminsAreNotLocalAdmins",
"formatter": "bool"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "2 - SharePoint Online",
"name": "SharePoint Online",
"style": "Tenant",
"Fields": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "3 - Teams",
"name": "Teams",
"style": "Tenant",
"Fields": []
}

0 comments on commit 196c7ab

Please sign in to comment.