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
Write-StandardsAlert-message "Guests accounts with a login longer than 90 days ago: $($GraphRequest.count)"-object $Filtered-tenant $tenant-standardName 'DisableGuests'-standardId $Settings.standardId
77
-
Write-LogMessage-API 'Standards'-tenant $tenant-message "Guests accounts with a login longer than $($Settings.days) days ago: $($GraphRequest.count)"-sev Info
77
+
Write-LogMessage-API 'Standards'-tenant $tenant-message "Guests accounts with a login longer than $checkDays days ago: $($GraphRequest.count)"-sev Info
78
78
} else {
79
-
Write-LogMessage-API 'Standards'-tenant $tenant-message "No guests accounts with a login longer than $($Settings.days) days ago."-sev Info
79
+
Write-LogMessage-API 'Standards'-tenant $tenant-message "No guests accounts with a login longer than $checkDays days ago."-sev Info
0 commit comments