MS-700 · Question #243
You have a Microsoft 365 subscription that uses Teams. You need to create a custom policy named Policy1 that will disable the ability to send feedback and suggestions about Teams to Microsoft. How…
This question assesses the ability to create a custom Microsoft Teams feedback policy using PowerShell to disable user feedback submission to Microsoft.
Question
Explanation
This question assesses the ability to create a custom Microsoft Teams feedback policy using PowerShell to disable user feedback submission to Microsoft.
Approach. To disable the ability for Teams users to send feedback and suggestions, an administrator must create a custom Teams feedback policy. The correct PowerShell cmdlet for this task is New-CsTeamsFeedbackPolicy. The policy name is specified using the -Identity parameter, which should be set to 'Policy1'. To disable feedback, the -AllowFeedback parameter must be set to False. The full PowerShell command required is New-CsTeamsFeedbackPolicy -Identity "Policy1" -AllowFeedback False.
Concept tested. Microsoft Teams administration, creating custom policies with PowerShell, managing user feedback options, and understanding New-CsTeamsFeedbackPolicy cmdlet parameters.
Reference. https://learn.microsoft.com/powershell/module/skype/new-csteamsfeedbackpolicy
Topics
Community Discussion
No community discussion yet for this question.