If you let the eDiscovery Export Tool time out, it will eventually give you a link:
https://docs.microsoft.com/en-us/office365/securitycompliance/increase-download-speeds-when-exporting-ediscovery-results
which has the registry edit below. No explanation is given, but it does say that adjustment of the number (in some direction?) can help.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\Client\eDiscovery\ExportTool]
"DownloadConcurrency"="2"
- Install the Azure Active Directory Module for Powershell.
- Connect to Azure AD, and disable sync:
Set-MsolDirSyncEnabled –EnableDirSync $false
- Check status, repeatedly, until it returns False. It can take 72 hours for sync to be fully deactivated.
(Get-MSOLCompanyInformation).DirectorySynchronizationEnabled
This includes Exchange Online, Lync, and others:
https://support.office.com/en-us/article/Office-365-URLs-and-IP-address-ranges-8548a211-3fe7-47cb-abb1-355ea5aa88a2?ui=en-US&rs=en-US&ad=US#BKMK_Portal-identity
This has been updated recently, and many changes have occurred. Ports have been reduced considerably, and many more FQDNs added.
It can happen fairly easily, that one or more user’s Office 365 login is wrong, and AD Sync fails to correct it. Here is a manual override, courtesy of the excellent Joe Busby.
- On a domain controller, verify the AD username and proxy addresses is set correctly.
- Connect to O365 Powershell on any machine with Powershell 5.1, and run this command:
Set-MsolUserPrincipalName -UserPrincipalName "user@old.address" -NewUserPrincipalName "user@new.address"
- On the user’s PC:
- Navigate to Settings > Accounts > Access work or school
- Disconnect from any accounts linked to the new or old username
- Hit the [ + ] Connect button and provide the credentials to sign in to Office 365
- If their password has been changed since their account was synced up with the wrong username, the password may need to be reset.
- Remove any credentials from windows credential manager that match the old username.
- Check Outlook, you may have to create a new profile.
There are many different products / licenses for Office 365, in several categories. The first item has links to the rest:
Business, general
Small business
Education
Government
Nonprofits
Home
Firstline Workers
The above suggested by the excellent Tharin Brown.
When this happens, do the following in Azure AD Connect:
- In “Customize synchronization options”, disable (uncheck) the password hash sync option.
- Wait for sync to complete, watching in the Operations tab of the Synchronization Service Manager.
- In “Customize synchronization options”, enable (check) the password hash sync option.
- Wait for sync to complete, watching in the Operations tab of the Synchronization Service Manager.
- Check the Office 365 admin readout.