Forum Discussion
Global Teams Feedback Policy
According to https://docs.microsoft.com/en-us/microsoftteams/manage-feedback-policies-in-teams, I can edit the Global policy for the Teams Feedback Policy instead of creating a new one that has to be managed for every new user that joins the organization. However, I cannot figure out which cmdlet will let me change the global policy for this. Can someone share what that might be? And also what the Get cmdlet is to see the settings for the global policy?
Get-CsTeamsFeedbackPolicy to get the list of policies, the default one should be named "Global". Set-CsTeamsFeedbackPolicy to change the settings.
1 Reply
Get-CsTeamsFeedbackPolicy to get the list of policies, the default one should be named "Global". Set-CsTeamsFeedbackPolicy to change the settings.