Edit

Share via


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

Identity (Default)

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

Filter

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

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

The unique identifier of the policy.

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

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.

Inputs

None

Outputs

System.Object