exam questions

Exam MS-700 All Questions

View all questions & answers for the MS-700 exam

Exam MS-700 topic 3 question 40 discussion

Actual exam question from Microsoft's MS-700
Question #: 40
Topic #: 3
[All MS-700 Questions]

HOTSPOT -
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.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Reference:
https://docs.microsoft.com/en-us/powershell/module/skype/grant-csteamsapppermissionpolicy?view=skype-ps

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
linmix
Highly Voted 2 years, 4 months ago
Set-Cs cmdlets are used to make a change to an actual policy Grant-Cs cmdlets are used to assign per-user policies to people or groups of people.
upvoted 10 times
...
chan2013
Highly Voted 3 years, 6 months ago
Ran this command on Powershell, it is the correct answer
upvoted 8 times
...
BhavyaSangam
Most Recent 4 months, 2 weeks ago
Looks like it has to be grant-CsTeamsAppSetupPolicy as the permission policies page and has been removed from team admin
upvoted 1 times
...
MastrM
9 months, 2 weeks ago
Does this still exist now that Manage app's have been set as default?
upvoted 1 times
...
ExamMonadMonkey
2 years, 10 months ago
Assigning = "Grant-" in PowerShell. Because it is talking about blocking and allowing apps, it is permission related.
upvoted 7 times
...
blamsubi
3 years, 4 months ago
Why is it not Set-CsTeamsAppPermissionPolicy ? because: https://docs.microsoft.com/en-us/powershell/module/skype/set-csteamsapppermissionpolicy?view=skype-ps "The existence of this cmdlet is being documented for completeness, but do not use this cmdlet."
upvoted 2 times
3abmula
3 years, 2 months ago
Set-CsTeamsAppPermissionPolicy is to modify an existing App Permission Policy, in this example policy is already in-place, the question here is to assign a policy to user, which why the correct answer is "Grant-CsTeamsAppPermissionPolicy".
upvoted 6 times
DanOfGorm
2 years, 8 months ago
The Grant command is the equivalent of Add command in normal Powershell. Set is to change an existing permission, but in this case you need to assign/add/Grant the policy to the user.
upvoted 1 times
...
...
...
TMW
3 years, 6 months ago
https://docs.microsoft.com/en-us/powershell/module/skype/grant-csteamsapppermissionpolicy?view=skype-ps&viewFallbackFrom=skype-ps%20Question%20#22
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...