Get-PnPMessageCenterAnnouncement
SYNOPSIS
Required Permissions
- Microsoft Graph API : ServiceMessage.Read.All
Gets message center announcements of the Office 365 Services from the Microsoft Graph API
SYNTAX
Get-PnPMessageCenterAnnouncement [-Identity <Id>]
DESCRIPTION
Allows to retrieve the available message center announcements.
EXAMPLES
EXAMPLE 1
Get-PnPMessageCenterAnnouncement
Retrieves all the available message center announcements
EXAMPLE 2
Get-PnPMessageCenterAnnouncement -Identity "MC123456"
Retrieves the details of the message center announcement with the Id MC123456
PARAMETERS
-Identity
Allows retrieval of a particular message center announcement with the provided Id
Type: Identity
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False