Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 593 Bytes

File metadata and controls

18 lines (12 loc) · 593 Bytes

Example 1: Code snippet

Import-Module Microsoft.Graph.Beta.Security

$params = @{
	outputName = "Export via API"
	description = "Export for the Contoso investigation"
	exportOptions = "originalFiles, tags, splitSource, includeFolderAndPath, friendlyName, condensePaths, optimizedPartitionSize"
	exportStructure = "msg"
}

Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet -EdiscoveryCaseId $ediscoveryCaseId -EdiscoveryReviewSetId $ediscoveryReviewSetId -BodyParameter $params

This example shows how to use the Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet Cmdlet.