exam questions

Exam MS-203 All Questions

View all questions & answers for the MS-203 exam

Exam MS-203 topic 3 question 51 discussion

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

DRAG DROP -
You have a hybrid deployment between a Microsoft Exchange Online tenant and an on-premises Exchange Server 2019 organization. The deployment contains user mailboxes hosted on-premises and in the cloud. The deployment contains 20 public folders hosted in Exchange Online.
You need to ensure that users who have mailboxes hosted on-premises can access the public folders.
Which three cmdlets and scripts should you run in sequence? To answer, move the appropriate cmdlets and scripts from the list of cmdlets to the answer area and arrange them in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Step 1: Import-PublicFolderMailboxes. ps1
First download the scripts.
1. Download the following files from Mail-enabled Public Folders - directory sync from EXO to On-prem script.
Import-PublicFolderMailboxes.ps1
(ImportPublicFolderMailboxes.strings.psd1
Sync-MailPublicFoldersCloudToOnprem.ps1
Sync-MailPublicFoldersCloudToOnprem.strings.psd1)
2. Save the files to the local computer on which you'll be running PowerShell. For example, C:\PFScripts.
Step 2: Sync-MailPublicFoldersCloudToOnprem.ps1
Configure directory synchronization.
Running the script Sync-MailPublicFoldersCloudToOnprem.ps1 will synchronize the mail-enabled public folders between Exchange Online and your Exchange
Server on-premises environment.
Step 3: Set-OrganizationConfig -PublicFoldersEnabled Remote
Finally configure on-premises users to access Exchange Online public folders.
Enable the Exchange 2013 on-premises organization to access the Exchange Online public folders.
Set-OrganizationConfig -PublicFoldersEnabled Remote
Reference:
https://docs.microsoft.com/en-us/exchange/collaboration-exo/public-folders/set-up-exo-hybrid-public-folders

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
MSExch11
Highly Voted 9 months, 1 week ago
Solution ist wrong. Correct is: 1. Sync-MailPublicFoldersCloudToOnprem.ps1 2. Import-PublicfolderMailboxes.ps1 3. Set-OrganizationConfig -PublicFoldersEnabled Remote https://docs.microsoft.com/en-us/exchange/collaboration-exo/public-folders/set-up-exo-hybrid-public-folders
upvoted 9 times
99redeyeflight
9 months ago
agreed, this same question is on the previous page or two back with correct answer as well
upvoted 4 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 ...