Forum Discussion
Clayton Amelia
Jun 12, 2019Copper Contributor
Powershell Script to Generate eDiscovery Case
Hello Everyone, Currently working on a series of scripts that I will be using to administrate Office365 regularly for my clients, including one to generate the eDiscovery search and export. In my...
- Jun 13, 2019
Use the -SharePointLocation parameter.
New-ComplianceSearch testODFB -SharePointLocation https://tenant-my.sharepoint.com/personal/user_domain_com
VasilMichev
Jun 13, 2019MVP
Use the -SharePointLocation parameter.
New-ComplianceSearch testODFB -SharePointLocation https://tenant-my.sharepoint.com/personal/user_domain_com
- Clayton AmeliaJun 14, 2019Copper ContributorThis definitely worked, not sure why I didn't try this to begin with before jumping on here! Thank you for the quick reply Vasil!
When checking the properties of the SearchCase object both the SharePointLocation and OneDriveLocation properties have the same contents when adding the OneDrive.
Now, time to do some reading into downloading contents from Azure blob storage using Powershell to automate the last piece. Will post up on here again if I have any questions, unless there is a different discussion I should post under.