exam questions

Exam MS-220 All Questions

View all questions & answers for the MS-220 exam

Exam MS-220 topic 3 question 55 discussion

Actual exam question from Microsoft's MS-220
Question #: 55
Topic #: 1
[All MS-220 Questions]

HOTSPOT -
A company uses a Microsoft Exchange Server 2019 hybrid environment. An on-premises user named User1 has access to a legacy public folder named Sales. A user named User2 is hosted in Exchange Online.
User1 reports receiving the following error when granting the ability to create and read items in Sales to User2.
“One or more users cannot be added to the folder access list. Non-local users cannot be given rights on this server.”
You need to resolve the issue for User2.
How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
DesmondIron
Highly Voted 2 years, 6 months ago
Add-PublicFolderClientPermission -Identity "\Sales" -AccessRights Author -User User2 Because the Contributor doesn't have the 'Read Items' right. https://learn.microsoft.com/en-us/powershell/module/exchange/add-publicfolderclientpermission?view=exchange-ps
upvoted 5 times
Chrissie73
2 years, 5 months ago
True! Author: CreateItems, DeleteOwnedItems, EditOwnedItems, FolderVisible, ReadItems Contributor: CreateItems, FolderVisible Editor: CreateItems, DeleteAllItems, DeleteOwnedItems, EditAllItems, EditOwnedItems, FolderVisible, ReadItems None: FolderVisible NonEditingAuthor: CreateItems, DeleteOwnedItems, FolderVisible, ReadItems Owner: CreateItems, CreateSubfolders, DeleteAllItems, DeleteOwnedItems, EditAllItems, EditOwnedItems, FolderContact, FolderOwner, FolderVisible, ReadItems PublishingAuthor: CreateItems, CreateSubfolders, DeleteOwnedItems, EditOwnedItems, FolderVisible, ReadItems PublishingEditor: CreateItems, CreateSubfolders, DeleteAllItems, DeleteOwnedItems, EditAllItems, EditOwnedItems, FolderVisible, ReadItems Reviewer: FolderVisible, ReadItems
upvoted 1 times
...
...
Shuihe
Most Recent 1 year, 11 months ago
Here is the answer. https://learn.microsoft.com/en-us/exchange/troubleshoot/outlook-issues/one-or-more-users-cannot-be-added-to-the-folder-access-list-error
upvoted 1 times
...
carterbatman030
2 years, 6 months ago
must be Add-PublicFolderClientPermission -Identity "\Sales" -AccessRights Contributor -User User2 https://learn.microsoft.com/en-us/powershell/module/exchange/add-publicfolderclientpermission?view=exchange-ps
upvoted 2 times
...
Domza
2 years, 6 months ago
Add-MailFolderPermission -AccessRights Contributor (Create and read items) Link: https://learn.microsoft.com/en-us/powershell/module/exchange/add-mailboxfolderpermission?view=exchange-ps
upvoted 1 times
Chrissie73
2 years, 5 months ago
1. it is a public folder --> Add-PublicFolderClientPermission has to be used 2. Regarding your own link a contributor can't read items
upvoted 1 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 ...