Get-CsTeamsNotificationAndFeedsPolicy

Retrieves information about the Teams Notification and Feeds policy configured for use in the tenant.

Syntax

Get-CsTeamsNotificationAndFeedsPolicy
   [[-Identity] <String>]
   [-MsftInternalProcessingMode <String>]
   [<CommonParameters>]
Get-CsTeamsNotificationAndFeedsPolicy
   [-MsftInternalProcessingMode <String>]
   [-Filter <String>]
   [<CommonParameters>]

Description

The Microsoft Teams notifications and feeds policy allows administrators to manage how notifications and activity feeds are handled within Teams. This policy includes settings that control the types of notifications users receive, how they are delivered, and which activities are highlighted in their feeds.

Examples

Example 1

PS C:\> Get-CsTeamsNotificationAndFeedsPolicy

The command shown above returns information of all Teams NotificationAndFeedsPolicy that have been configured for use in the tenant.

Parameters

-Filter

A filter that is not expressed in the standard wildcard language.

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

-Identity

Unique identifier assigned to the policy when it was created.

Type:String
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-MsftInternalProcessingMode

For internal use only.

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

Inputs

None

Outputs

System.Object