Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 515 Bytes

File metadata and controls

18 lines (13 loc) · 515 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Security

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

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