Search Results for

    Show / Hide Table of Contents

    Get-PnPSubscribeSharePointNewsDigest

    SYNOPSIS

    Required Permissions

    • SharePoint: Access to the SharePoint Tenant Administration site

    You must connect to the tenant admin website (https://tenant-admin.sharepoint.com) with Connect-PnPOnline in order to use this cmdlet.

    Retrieves if the SharePoint News Digest mails are enabled or disabled for a particular user.

    Note: The implementation behind this in SharePoint Online has changed causing this cmdlet to no longer work. Unfortunately there's no alternative way to call into this functionality from PnP PowerShell. We therefore have to remove this cmdlet in a future version. At present it does not work anymore.

    SYNTAX

    Get-PnPSubscribeSharePointNewsDigest -Account <String> [-Connection <PnPConnection>] 
    

    DESCRIPTION

    Requires a connection to a SharePoint Tenant Admin site.

    Retrieves if the SharePoint News Digest mails are enabled or disabled for a particular user.

    EXAMPLES

    EXAMPLE 1

    Get-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com'
    

    Returns if this user will receive the SharePoint News digest mails

    PARAMETERS

    -Account

    The account of the user, formatted either as a login name, e.g. user@domain.com, or as a claims identity, e.g. i:0#.f|membership|user@domain.com

    Type: String
    Parameter Sets: (All)
    
    Required: True
    Position: 0
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -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
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer