| 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