Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 383 Bytes

File metadata and controls

21 lines (16 loc) · 383 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Security

$params = @{
	assignedTo = "secAdmin@contoso.com"
	classification = "truePositive"
	determination = "malware"
	status = "inProgress"
	CustomDetails = @{
		newKey = "newValue"
	}
}

Update-MgBetaSecurityAlertV2 -AlertId $alertId -BodyParameter $params