Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 408 Bytes

File metadata and controls

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

$params = @{
	"@odata.type" = "#microsoft.graph.security.fileContentThreatSubmission"
	category = "malware"
	fileName = "test.html"
	fileContent = "UmVjZWl2ZWQ6IGZyb20gTVcyUFIwME1CMDMxNC5uYW1wcmQwMC....."
}

New-MgBetaSecurityThreatSubmissionFileThreat -BodyParameter $params