User Profile
gukang83035207
Copper Contributor
Joined 5 months ago
User Widgets
Recent Discussions
How to export and download content search results by New-ComplianceSearchAction on Linux?
I need to do a compliance project. I want to export the content search results to a specific location, and then download them locally.I saw one possible solution like this: 1. Create one new content search: New-ComplianceSearch "your_descriptive_name" -ExchangeLocation all | Start-ComplianceSearch 2. Execute the search: New-ComplianceSearchAction "your_descriptive_name" -Export -Format Fxstream 3.Once the tool finishes exporting the results, you can run the Get-ComplianceSearchAction cmdlet to find out the url required to download the exported data: Get-ComplianceSearchAction "your_descriptive_name_export" -IncludeCredential | FL The Results include two pieces of information you need to download the PSTs: the Container url and the SAS token. Together, they form a full URL. 4. Use Azcopy to download the result from the URL(use SAS token) which could be got by step3. Confirm serveral questions, pls: 1.Is this solution available on Linux Server? 2.If this solution available, could someone help to share one sample data about step3? I don't know the exact structure of the data. 3. Is there a better solution, pls? Below link is also my related question: https://techcommunity.microsoft.com/t5/microsoft-365/how-to-use-powershell-cmdlet-to-export-content-search-results/m-p/4204782#M53470 Any help or guidance would be greatly appreciated!401Views0likes0CommentsHow to use PowerShell cmdlet to export content search results and download locally on Linux Server?
I need to do a compliance project. I want to export the content search results to a specific location, and then download them locally. How do I use the PowerShellcmdlet such as New-ComplianceSearchAction -Export to reach the goal, please? I saw one solution like this : 1.Export the data viaNew-ComplianceSearchAction -Export cmdlet; 2. UseeDiscovery Export Tool to download locally. The link is :https://techcommunity.microsoft.com/t5/microsoft-365/export-to-pst-via-powershell/m-p/95007. But I have a question:The eDiscovery tool is just available in Windows system, right? I need to release the system on Linux Server. Any help or guidance would be greatly appreciated!797Views0likes2CommentsHow to use New-ComplianceSearchAction -Export to export content search results and download locally?
We need to do a compliance project. We want to export the content search results to a specific location through PowerShell, and then download them locally. How do I use the PowerShell command New-ComplianceSearchAction -Export to reach the goal, please? I saw one solution like this: 1. UseNew-ComplianceSearchAction -Export to export content search results to temporary storage address. 2.Use Get-ComplianceSearchAction to find theaddress. 3. Use Azcopy command to copy or download from the address. But I don't find out how to do this with PowerShell commands. Any one could help to give one sample, please?Any help or guidance would be greatly appreciated! Below link is also my related question: https://techcommunity.microsoft.com/t5/windows-powershell/how-to-use-new-compliancesearchaction-export-to-export-results/m-p/4203207Solved455Views0likes2Comments
Groups
Recent Blog Articles
No content to show