Get-CsTeamsFeedbackPolicy

Use this cmdlet to retrieve the current Teams Feedback policies (the ability to send feedback about Teams to Microsoft and whether they receive the survey) in the organization.

Syntax

Get-CsTeamsFeedbackPolicy
   [[-Identity] <String>]
   [<CommonParameters>]
Get-CsTeamsFeedbackPolicy
   [-Filter <String>]
   [<CommonParameters>]

Description

Retrieves the current Teams Feedback policies (the ability to send feedback about Teams to Microsoft and whether they receive the survey) in the organization.

Examples

Example 1

PS C:\> Get-CsTeamsFeedbackPolicy

In this example, we retrieve all the existing Teams feedback policies in the organization.

Parameters

-Filter

Internal Microsoft use

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

-Identity

The unique identifier of the policy.

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

Inputs

None

Outputs

System.Object