Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 496 Bytes

File metadata and controls

20 lines (15 loc) · 496 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Security

$params = @{
	displayName = "Export 5"
	exportCriteria = "partiallyIndexed"
	exportLocation = "responsiveLocations"
	additionalOptions = "cloudAttachments"
	cloudAttachmentVersion = "all"
	doucmentVersion = "recent100"
}

Export-MgSecurityCaseEdiscoveryCaseSearchReport -EdiscoveryCaseId $ediscoveryCaseId -EdiscoverySearchId $ediscoverySearchId -BodyParameter $params