You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add-CippTestResult-TenantFilter $Tenant-TestId $TestId-TestType 'Identity'-Status 'Investigate'-ResultMarkdown 'Organization details not found'-Risk 'High'-Name 'Password protection for on-premises is enabled'-UserImpact 'Low'-ImplementationEffort 'Low'-Category 'Credential management'
12
12
return
13
13
}
14
14
15
-
$Org=$Organization[0]
15
+
$Org=$Settings[0]
16
16
17
17
if ($Org.onPremisesSyncEnabled-ne$true) {
18
18
Add-CippTestResult-TenantFilter $Tenant-TestId $TestId-TestType 'Identity'-Status 'Passed'-ResultMarkdown '✅ **Pass**: This tenant is not synchronized to an on-premises environment.'-Risk 'High'-Name 'Password protection for on-premises is enabled'-UserImpact 'Low'-ImplementationEffort 'Low'-Category 'Credential management'
0 commit comments