Microsoft Teams FeedbackPolicy

Hi All,

Do you know that there is a Feedback Policy in Microsoft Teams?

Manage feedback policies in Microsoft Teams

Connect-MicrosoftTeams
Get-CsTeamsFeedbackPolicy


Let's enable FeatureSuggestions on the Global Policy

Set-CsTeamsFeedbackPolicy -Identity Global -EnableFeatureSuggestions $True
Get-CsTeamsFeedbackPolicy



Let's see all the Policies for my User. Teams Feedback Policy is blank - that means that the Global Policy will be applied

Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *pol*


You can't see that Policy in Teams Admin Center (TAC)


So far this woks only in the Teams Online (Browser Version) - didn't see any Change on my Teams Desktop. Not even in Preview Mode.

Screenshot Description
EnableFeatureSuggestions $True
EnableFeatureSuggestions $False or $Null

Regards
Andres Bohren