< Back

Remove-DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages

Sat Jan 18, 2020 2:04 pm

NAME Remove-DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages



SYNOPSIS

Removes a "microsoft.graph.localizedNotificationMessage" object.





SYNTAX

Remove-DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages -localizedNotificationMessageId

<string> -notificationMessageTemplateId <string> [<CommonParameters>]





DESCRIPTION

Removes a "microsoft.graph.localizedNotificationMessage" object from the "localizedNotificationMessages"

collection.



The list of localized messages for this Notification Message Template.



Graph Call: DELETE ~/deviceManagement/notificationMessageTemplates/{notificationMessageTemplateId}/localizedNotific

ationMessages/localizedNotificationMessageId





PARAMETERS

-localizedNotificationMessageId <string>

The ID for a "microsoft.graph.localizedNotificationMessage" object in the "localizedNotificationMessages"

collection.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-notificationMessageTemplateId <string>

A required ID for referencing a "microsoft.graph.notificationMessageTemplate" object in the

"notificationMessageTemplates" collection.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String

The ID for a "microsoft.graph.localizedNotificationMessage" object in the "localizedNotificationMessages"

collection.



System.String

A required ID for referencing a "microsoft.graph.notificationMessageTemplate" object in the

"notificationMessageTemplates" collection.





OUTPUTS





RELATED LINKS

GitHub Repository https://github.com/Microsoft/Intune-PowerShell-SDK