Skip to content

Latest commit

 

History

History
108 lines (81 loc) · 1.9 KB

Get-CsTeamsFeedbackPolicy.md

File metadata and controls

108 lines (81 loc) · 1.9 KB
external help file online version applicable title schema manager ms.author ms.reviewer
Microsoft.Rtc.Management.dll-help.xml
Microsoft Teams
Get-CsTeamsFeedbackPolicy
2.0.0
bulenteg
tomkau

Get-CsTeamsFeedbackPolicy

SYNOPSIS

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 [-LocalStore] [[-Identity] <Object>] [-Tenant <Object>] [-Filter <Object>]

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: Object
Parameter Sets: (All)
Aliases:

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

-Identity

The unique identifier of the policy.

Type: Object
Parameter Sets: (All)
Aliases:

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

-LocalStore

Internal Microsoft use.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-Tenant

Internal Microsoft use.

Type: Object
Parameter Sets: (All)
Aliases:

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

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS