Table of Contents

Set-PnPMessageCenterAnnouncementAsArchived

SYNOPSIS

Required Permissions

  • Microsoft Graph API : ServiceMessageViewpoint.Write (delegated)

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

SYNTAX

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

DESCRIPTION

Allows to mark message center announcements as archived.

EXAMPLES

EXAMPLE 1

Set-PnPMessageCenterAnnouncementAsArchived -Identity "MC123456"

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

EXAMPLE 2

Set-PnPMessageCenterAnnouncementAsArchived -Identity "MC123456", "MC234567"

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

EXAMPLE 3

Set-PnPMessageCenterAnnouncementAsArchived

Marks all message center announcements as archived 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 archived.

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