Table of Contents

Set-PnPMessageCenterAnnouncementAsRead

SYNOPSIS

Required Permissions

  • Microsoft Graph API : ServiceMessageViewpoint.Write (delegated)

Marks one or multiple message center announcements of the Office 365 Services as read.

SYNTAX

Set-PnPMessageCenterAnnouncementAsRead [-Identity <Ids>] [-Connection <PnPConnection>] 

DESCRIPTION

Allows to mark message center announcements as read.

EXAMPLES

EXAMPLE 1

Set-PnPMessageCenterAnnouncementAsRead -Identity "MC123456"

Marks message center announcement MC123456 as read for the current user.

EXAMPLE 2

Set-PnPMessageCenterAnnouncementAsRead -Identity "MC123456", "MC234567"

Marks message center announcements MC123456 and MC234567 as read for the current user.

EXAMPLE 3

Set-PnPMessageCenterAnnouncementAsRead

Marks all message center announcements as read for the current user.

PARAMETERS

-Connection

Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

Type: PnPConnection
Parameter Sets: (All)

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

-Identity

Marks the message center announcement or announcements with the provided Ids as read.

Type: String[]
Parameter Sets: None

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

Microsoft 365 Patterns and Practices