Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 288 Bytes

alert-v2-addcomment-powershell-snippets.md

File metadata and controls

16 lines (11 loc) · 288 Bytes
description
Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Security $params=@{ "@odata.type"="microsoft.graph.security.alertComment"comment="Demo for docs" } Set-MgSecurityAlert-AlertId $alertId-BodyParameter $params
close