Hi @**John-6036
**Thank you for contacting to Microsoft QA.
It sounds like you're having a tough time downloading that eDiscovery export file from Purview, and that's definitely frustrating. Let's see if we can troubleshoot this together!
What You Can Try:
Pop-Up and Browser Settings: Make sure your browser is configured to allow pop-ups, especially for the Microsoft Purview compliance portal. Sometimes, the download gets blocked due to these settings.
Network Restrictions: Check with your organization’s IT team to ensure that the required network endpoints for downloading eDiscovery packages are not being blocked. This could prevent the download process from completing successfully.
Use PowerShell for Download: Yes, you can download the eDiscovery export package using PowerShell! Here’s a basic script you can use:
.\DownloadExportUsingApp.ps1 -tenantId "<tenant ID>" -appId "<App ID>" -appSecret "<Client Secret>" -caseId "<CaseID>" -exportId "<ExportID>" -path "<Output Path>"
Make sure to replace the placeholders with your actual information. If you're using a certificate instead, you'll need to adapt your script accordingly.
Retry the Operation: Sometimes, simply retrying the export can help, especially if there was a transient issue.
Check for Errors in Logs: If you see any errors in the logs or Skipped Items.csv, let’s address those specific messages. For instance, if it mentions that a file wasn’t found, you might need to check if it was renamed or deleted post-search operation.
Use Another Method of Download: Sometimes, switching to another computer or trying a different browser can help troubleshoot the issue, despite your previous attempts.
Follow-Up Questions:
To better assist you, here are a few questions:
- Can you share what error message you received when trying to download the file?
- What specific steps have you taken to resolve this issue so far, besides what you mentioned?
- Are there any particular security settings or firewall rules in your organization that might restrict downloads from Purview?
- Do you have the necessary permissions and are you assigned the appropriate roles within the Microsoft Purview compliance portal?
I hope this helps you figure things out! Let me know if you need any further assistance or clarification.