nerdexam
Microsoft

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.

Configure and manage a Teams environment

Question

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 PowerShell to disable the notification. Which PowerShell cmdlet should you run?

Options

  • ANew-CsTeamsMessagingPolicy
  • BNew-CsTeamsFeedbackPolicy
  • CNew-CsTeamsEventsPolicy
  • DNew-CsTeamsAppPermissionPolicy

How the community answered

(26 responses)
  • A
    8% (2)
  • B
    88% (23)
  • D
    4% (1)

Why each option

To disable user survey notifications in Teams, you must use the `New-CsTeamsFeedbackPolicy` PowerShell cmdlet.

ANew-CsTeamsMessagingPolicy

`New-CsTeamsMessagingPolicy` is used to manage messaging features in Teams, such as chat, GIFs, and read receipts, not feedback surveys.

BNew-CsTeamsFeedbackPolicyCorrect

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.

CNew-CsTeamsEventsPolicy

`New-CsTeamsEventsPolicy` is not a standard or recognized cmdlet for managing Teams policies related to user feedback.

DNew-CsTeamsAppPermissionPolicy

`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

#PowerShell#Teams Policies#User Feedback#Cmdlet Identification

Community Discussion

No community discussion yet for this question.

Full MS-700 Practice