MS-700 · Question #172
You have a Microsoft 365 E5 subscription that uses Teams. Users report that they receive a notification in their Teams client to fill in a survey and send the results to Microsoft. You need to use…
The correct answer is B. New-CsTeamsFeedbackPolicy. To disable user survey notifications in Teams, you must use the New-CsTeamsFeedbackPolicy PowerShell cmdlet.
Question
Options
- ANew-CsTeamsMessagingPolicy
- BNew-CsTeamsFeedbackPolicy
- CNew-CsTeamsEventsPolicy
- DNew-CsTeamsAppPermissionPolicy
How the community answered
(26 responses)- A8% (2)
- B88% (23)
- D4% (1)
Why each option
To disable user survey notifications in Teams, you must use the `New-CsTeamsFeedbackPolicy` PowerShell cmdlet.
`New-CsTeamsMessagingPolicy` is used to manage messaging features in Teams, such as chat, GIFs, and read receipts, not feedback surveys.
The `New-CsTeamsFeedbackPolicy` cmdlet is used to create a new Teams feedback policy, which includes settings to control whether users can send feedback to Microsoft and participate in surveys. By configuring this policy and assigning it to users, administrators can disable the notifications for surveys, addressing the user reports.
`New-CsTeamsEventsPolicy` is not a standard or recognized cmdlet for managing Teams policies related to user feedback.
`New-CsTeamsAppPermissionPolicy` is used to control which apps are available to users in Teams, not for managing feedback surveys.
Concept tested: Managing Teams user feedback and survey notifications
Source: https://learn.microsoft.com/en-us/powershell/module/skype/new-csteamsfeedbackpolicy
Topics
Community Discussion
No community discussion yet for this question.