Create new navigation property to overrides for users
Permissions
Permission type
Permissions (from least to most privileged)
Delegated (work or school account)
Mail.ReadWrite,
Delegated (personal Microsoft account)
Mail.ReadWrite,
Application
Mail.ReadWrite,
Examples
Example 1: Code snippet
Import-Module Microsoft.Graph.Beta.Mail
$params = @{
classifyAs = "focused"
senderEmailAddress = @{
name = "Samantha Booth"
address = "samanthab@adatum.onmicrosoft.com"
}
}
# A UPN can also be used as -UserId.
New-MgBetaUserInferenceClassificationOverride -UserId $userId -BodyParameter $params
This example shows how to use the New-MgBetaUserInferenceClassificationOverride Cmdlet.
Runs the command in a mode that only reports what would happen without performing the actions.
Parameter properties
Type:
System.Management.Automation.SwitchParameter
Supports wildcards:
False
DontShow:
False
Aliases:
wi
Parameter sets
(All)
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.
To create the parameters described below, construct a hash table containing the appropriate properties.
For information on hash tables, run Get-Help about_Hash_Tables.
BODYPARAMETER <IMicrosoftGraphInferenceClassificationOverride>: inferenceClassificationOverride
[(Any) <Object>]: This indicates any property can be added to this object.
[Id <String>]: The unique identifier for an entity.
Read-only.
[ClassifyAs <String>]: inferenceClassificationType
[SenderEmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
[(Any) <Object>]: This indicates any property can be added to this object.
[Address <String>]: The email address of an entity instance.
[Name <String>]: The display name of an entity instance.
INPUTOBJECT <IMailIdentity>: Identity Parameter
[AttachmentId <String>]: The unique identifier of attachment
[ExtensionId <String>]: The unique identifier of extension
[InferenceClassificationOverrideId <String>]: The unique identifier of inferenceClassificationOverride
[MailFolderId <String>]: The unique identifier of mailFolder
[MailFolderId1 <String>]: The unique identifier of mailFolder
[MailFolderOperationId <String>]: The unique identifier of mailFolderOperation
[MentionId <String>]: The unique identifier of mention
[MessageId <String>]: The unique identifier of message
[MessageRuleId <String>]: The unique identifier of messageRule
[UserConfigurationId <String>]: The unique identifier of userConfiguration
[UserId <String>]: The unique identifier of user
SENDEREMAILADDRESS <IMicrosoftGraphEmailAddress>: emailAddress
[(Any) <Object>]: This indicates any property can be added to this object.
[Address <String>]: The email address of an entity instance.
[Name <String>]: The display name of an entity instance.