Skip to content

Commit

Permalink
added count
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Nov 3, 2023
1 parent d5c7e98 commit a3df573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/CIPPCore/Public/Test-CIPPGDAPRelationships.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function Test-CIPPGDAPRelationships {
if ($CIPPGroupCount -lt 12) {
$GDAPissues.add([PSCustomObject]@{
Type = "Warning"
Issue = "We could not find all 12 recommended CIPP groups. If you have migrated outside of CIPP this is to be expected. Please perform an access check to make sure you have the correct set of permissions."
Issue = "We only found $($CIPPGroupCount) of the 12 required groups. If you have migrated outside of CIPP this is to be expected. Please perform an access check to make sure you have the correct set of permissions."
Tenant = "*Partner Tenant"
Relationship = "None"
Link = "https://docs.cipp.app/setup/gdap/troubleshooting#groups"
Expand Down

0 comments on commit a3df573

Please sign in to comment.