| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Mail
$params = @{
classifyAs = "focused"
senderEmailAddress = @{
name = "Samantha Booth"
address = "samanthab@contoso.com"
}
}
# A UPN can also be used as -UserId.
New-MgUserInferenceClassificationOverride -UserId $userId -BodyParameter $params