Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 295 Bytes

File metadata and controls

17 lines (12 loc) · 295 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Security

$params = @{
	displayName = "CONTOSO LITIGATION-005"
	description = "Project Bazooka"
	externalId = "324516"
}

New-MgSecurityCaseEdiscoveryCase -BodyParameter $params