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
#writing to each item that the license is not present.
40
+
$settings.TemplateList|ForEach-Object {
41
+
Set-CIPPStandardsCompareField-FieldName 'standards.DisableGuests'-FieldValue 'This tenant does not have the required license for this standard.'-Tenant $Tenant
42
+
}
43
+
Write-Host"We're exiting as the correct license is not present for this standard."
44
+
return$true
45
+
} #we're done.
46
+
37
47
$checkDays=if ($Settings.days) { $Settings.days } else { 90 } # Default to 90 days if not set. Pre v8.5.0 compatibility
0 commit comments