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-Host "There are total " -NoNewline; Write-Host "$count" -ForegroundColor Yellow -NoNewline; Write-Host " users found in DisabledMailboxes.csv file."
Write-Host "Kindly confirm if would like to proceed to connect mailboxes? [" -NoNewline; Write-Host "Y" -ForegroundColor Yellow -NoNewline; Write-Host "]Yes or [" -NoNewline; Write-Host "N" -ForegroundColor Yellow -NoNewline; Write-Host "]No" -Fore Cyan -NoNewline;