nerdexam
Microsoft

MS-700 · Question #52

You have a Microsoft 365 subscription that contains a user named User1. You have a custom policy named AppPolicy that has the following configurations: Allow all apps published by Microsoft. Allow…

To assign the AppPolicy to User1 for app permissions, the correct PowerShell cmdlet is Grant-CsTeamsAppPermissionPolicy. The policy to be assigned is AppPolicy. Therefore, the complete command should be: Grant-CsTeamsAppPermissionPolicy -Identity "User1" -PolicyName "AppPolicy"

Manage teams, channels, chats, and apps

Question

You have a Microsoft 365 subscription that contains a user named User1. You have a custom policy named AppPolicy that has the following configurations:
  • Allow all apps published by Microsoft.
  • Allow only specified third-party apps.
  • Block all custom apps. You need to assign AppPolicy to User1. How should you complete the PowerShell command? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Exhibit

MS-700 question #52 exhibit

Explanation

To assign the AppPolicy to User1 for app permissions, the correct PowerShell cmdlet is Grant-CsTeamsAppPermissionPolicy. The policy to be assigned is AppPolicy. Therefore, the complete command should be: Grant-CsTeamsAppPermissionPolicy -Identity "User1" -PolicyName "AppPolicy"

Topics

#App setup policy#PowerShell#User assignment#Teams apps

Community Discussion

No community discussion yet for this question.

Full MS-700 Practice