| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Security
$params = @{
displayName = "My Case 1 - Renamed"
description = "Updated description"
}
Update-MgSecurityCaseEdiscoveryCase -EdiscoveryCaseId $ediscoveryCaseId -BodyParameter $params