Get-CsTeamsNotificationAndFeedsPolicy
Retrieves information about the Teams Notification and Feeds policy configured for use in the tenant.
Syntax
Identity (Default)
Get-CsTeamsNotificationAndFeedsPolicy
[[-Identity] <String>]
[-MsftInternalProcessingMode <String>]
[<CommonParameters>]
Filter
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.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Filter
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Identity
Unique identifier assigned to the policy when it was created.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Identity
Position: | 1 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-MsftInternalProcessingMode
For internal use only.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.