New-MgBetaDeviceManagementNotificationMessageTemplate

Create new navigation property to notificationMessageTemplates for deviceManagement

Note

To view the v1.0 release of this cmdlet, view New-MgDeviceManagementNotificationMessageTemplate

Syntax

New-MgBetaDeviceManagementNotificationMessageTemplate
   [-ResponseHeadersVariable <String>]
   [-AdditionalProperties <Hashtable>]
   [-BrandingOptions <NotificationTemplateBrandingOptions>]
   [-DefaultLocale <String>]
   [-Description <String>]
   [-DisplayName <String>]
   [-Id <String>]
   [-LastModifiedDateTime <DateTime>]
   [-LocalizedNotificationMessages <IMicrosoftGraphLocalizedNotificationMessage[]>]
   [-RoleScopeTagIds <String[]>]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
New-MgBetaDeviceManagementNotificationMessageTemplate
   -BodyParameter <IMicrosoftGraphNotificationMessageTemplate>
   [-ResponseHeadersVariable <String>]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Create new navigation property to notificationMessageTemplates for deviceManagement

Parameters

-AdditionalProperties

Additional Parameters

Type:Hashtable
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-BodyParameter

Notification messages are messages that are sent to end users who are determined to be not-compliant with the compliance policies defined by the administrator. Administrators choose notifications and configure them in the Intune Admin Console using the compliance policy creation page under the "Actions for non-compliance" section. Use the notificationMessageTemplate object to create your own custom notifications for administrators to choose while configuring actions for non-compliance. To construct, see NOTES section for BODYPARAMETER properties and create a hash table.

Type:IMicrosoftGraphNotificationMessageTemplate
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-BrandingOptions

Branding Options for the Message Template. Branding is defined in the Intune Admin Console.

Type:NotificationTemplateBrandingOptions
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DefaultLocale

The default locale to fallback onto when the requested locale is not available.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Description

Display name for the Notification Message Template.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DisplayName

Display name for the Notification Message Template.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Headers

Optional headers that will be added to the request.

Type:IDictionary
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-Id

The unique identifier for an entity. Read-only.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-LastModifiedDateTime

DateTime the object was last modified.

Type:DateTime
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-LocalizedNotificationMessages

The list of localized messages for this Notification Message Template. To construct, see NOTES section for LOCALIZEDNOTIFICATIONMESSAGES properties and create a hash table.

Type:IMicrosoftGraphLocalizedNotificationMessage[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ProgressAction

{{ Fill ProgressAction Description }}

Type:ActionPreference
Aliases:proga
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResponseHeadersVariable

Optional Response Headers Variable.

Type:String
Aliases:RHV
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-RoleScopeTagIds

List of Scope Tags for this Entity instance.

Type:String[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphNotificationMessageTemplate

System.Collections.IDictionary

Outputs

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphNotificationMessageTemplate

Notes

COMPLEX PARAMETER PROPERTIES

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 <IMicrosoftGraphNotificationMessageTemplate>: Notification messages are messages that are sent to end users who are determined to be not-compliant with the compliance policies defined by the administrator. Administrators choose notifications and configure them in the Intune Admin Console using the compliance policy creation page under the "Actions for non-compliance" section. Use the notificationMessageTemplate object to create your own custom notifications for administrators to choose while configuring actions for non-compliance.

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [BrandingOptions <NotificationTemplateBrandingOptions?>]: Branding Options for the Message Template. Branding is defined in the Intune Admin Console.
  • [DefaultLocale <String>]: The default locale to fallback onto when the requested locale is not available.
  • [Description <String>]: Display name for the Notification Message Template.
  • [DisplayName <String>]: Display name for the Notification Message Template.
  • [LastModifiedDateTime <DateTime?>]: DateTime the object was last modified.
  • [LocalizedNotificationMessages <IMicrosoftGraphLocalizedNotificationMessage- []>]: The list of localized messages for this Notification Message Template.
    • [Id <String>]: The unique identifier for an entity. Read-only.
    • [IsDefault <Boolean?>]: Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set. To unset, set this property to true on another Localized Notification Message.
    • [LastModifiedDateTime <DateTime?>]: DateTime the object was last modified.
    • [Locale <String>]: The Locale for which this message is destined.
    • [MessageTemplate <String>]: The Message Template content.
    • [Subject <String>]: The Message Template Subject.
  • [RoleScopeTagIds <String- []>]: List of Scope Tags for this Entity instance.

LOCALIZEDNOTIFICATIONMESSAGES <IMicrosoftGraphLocalizedNotificationMessage- []>: The list of localized messages for this Notification Message Template.

  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [IsDefault <Boolean?>]: Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set. To unset, set this property to true on another Localized Notification Message.
  • [LastModifiedDateTime <DateTime?>]: DateTime the object was last modified.
  • [Locale <String>]: The Locale for which this message is destined.
  • [MessageTemplate <String>]: The Message Template content.
  • [Subject <String>]: The Message Template Subject.