MS-203 MS-203 - Microsoft 365 Messaging Public Folders and Shared Mailboxes Questions and Answers 1 — Questions and Answers
Question 1: Which cmdlet is used to create a new public folder mailbox in Exchange Online?
- New-Mailbox -PublicFolder (Correct answer)
- New-PublicFolder -Mailbox
- Add-PublicFolderMailbox
- Set-PublicFolder -New
Correct answer: New-Mailbox -PublicFolder
New-Mailbox -PublicFolder creates a public folder mailbox in Exchange Online.
Question 2: What is the maximum size of a single public folder mailbox in Exchange Online?
- 25 GB
- 50 GB (Correct answer)
- 100 GB
- 1 TB
Correct answer: 50 GB
Each public folder mailbox in Exchange Online has a maximum size of 50 GB.
Question 3: Which permission level allows a user to read items and create subfolders in a public folder?
- Reviewer
- Author
- Editor
- Publishing Author (Correct answer)
Correct answer: Publishing Author
The Publishing Author role allows users to read items, create items, and create subfolders in a public folder.
Question 4: How do you enable mail support for a public folder in Exchange Online?
- Set-PublicFolder -MailEnabled $true
- Enable-MailPublicFolder (Correct answer)
- New-MailPublicFolder
- Add-PublicFolderPermission -MailEnabled
Correct answer: Enable-MailPublicFolder
Enable-MailPublicFolder is the cmdlet used to mail-enable an existing public folder.
Question 5: What happens to public folder data when you migrate from Exchange on-premises to Exchange Online?
- It is automatically migrated with mailboxes
- It must be migrated using a separate public folder migration batch (Correct answer)
- Public folders are not supported in Exchange Online
- It is converted to shared mailboxes automatically
Correct answer: It must be migrated using a separate public folder migration batch
Public folder data must be migrated separately using a public folder migration batch in Exchange Online.
Question 6: Which cmdlet retrieves statistics for all public folder mailboxes, including item count and size?
- Get-PublicFolder -Statistics
- Get-PublicFolderStatistics (Correct answer)
- Get-MailboxStatistics -PublicFolder
- Get-PublicFolderMailbox -Stats
Correct answer: Get-PublicFolderStatistics
Get-PublicFolderStatistics retrieves item count, size, and other statistics for public folders.
Which cmdlet is used to create a new public folder mailbox in Exchange Online?