Skip to content

Commit

Permalink
BPA Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Buechi committed Sep 14, 2024
1 parent 74a8596 commit 8505067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Config/AXE-TENANT-EID.BPATemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,12 @@
"name": "UserNotAllowedToCreateUnifiedGroups",
"API": "Graph",
"URL": "https://graph.microsoft.com/v1.0/groupSettings?$select=values,displayName",
"where": "$_.displayName -eq 'Group.Unified' -and ($_.values | Where-Object { $_.name -eq 'EnableGroupCreation' -and $_.value -eq $false }).Count -gt 0",
"where": "$_.value.displayName -eq 'Group.Unified' -and ($_.value.values | Where-Object { $_.name -eq 'EnableGroupCreation' -and $_.value -eq $false })",
"StoreAs": "bool",
"FrontendFields": [
{
"name": "Unified group creation disabled",
"desc": "Check if users are allowed to create unified groups (M365 groups) (Currently not working)",
"desc": "Check if users are allowed to create unified groups (M365 groups)",
"value": "UserNotAllowedToCreateUnifiedGroups",
"formatter": "bool"
}
Expand Down
4 changes: 2 additions & 2 deletions Config/AXE-TENANT-EXO.BPATemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"StoreAs": "JSON",
"FrontendFields": [
{
"name": "Mail: SMTP Basic Auth Enabled",
"name": "SMTP Basic Auth Enabled",
"desc": "Check if SMTP Basic Authentication is enabled for any mailbox",
"formatter": "table",
"value": "MailboxesWithSmtpClientAuthenticationEnabled"
Expand All @@ -78,7 +78,7 @@
"StoreAs": "JSON",
"FrontendFields": [
{
"name": "Mail: Message Copy for Sent-As Disabled",
"name": "Message Copy for Sent-As Disabled",
"desc": "Check if Message Copy for Sent-As is disabled for any mailbox",
"formatter": "table",
"value": "MessageCopyforSentAsDisabled"
Expand Down

0 comments on commit 8505067

Please sign in to comment.