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
# SignIn timeout is expected for large tenants - log to file, not console WARNING
53
+
if ($failure.Name-eq'SignIn'-and$failure.Message-like'*HttpClient.Timeout*') {
54
+
Write-ZtExportProgress-ExportName $failure.Name-LogsPath $LogsPath-Action Error -ErrorMessage "$($failure.Message); only partial sign-in data was collected."
0 commit comments