What should you recommend?

DRAG DROP
You have an Exchange Server 2013 organization.
You need to recommend a solution to ensure that users can access their mailbox by using IMAP4.
The solution must meet the following requirements:
The users must be able to download their email messages from multiple devices.
The users must be able to look up their SMTP server from Outlook Web App.
All IMAP4 connections must be audited.
What should you recommend? To answer drag the appropriate recommendation to the correct
requirement. Each recommendation may be used once, more than once, or not at all. You may need
to drag the split bar between panes or scroll to view content.

DRAG DROP
You have an Exchange Server 2013 organization.
You need to recommend a solution to ensure that users can access their mailbox by using IMAP4.
The solution must meet the following requirements:
The users must be able to download their email messages from multiple devices.
The users must be able to look up their SMTP server from Outlook Web App.
All IMAP4 connections must be audited.
What should you recommend? To answer drag the appropriate recommendation to the correct
requirement. Each recommendation may be used once, more than once, or not at all. You may need
to drag the split bar between panes or scroll to view content.

Answer: See the explanation

Explanation:
Box 1: Run the Set-SendConnector Settings cmdlet.
Box 2: Run the Set-MAP Settings cmdlet.
Box 3: Run the Set-ReceiveConnector Settings cmdlet.



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Joe

Joe

1: Can’t find anything anywhere about this.
2: set-imapsettings -protocolloggingenabled $true
3: Set-ReceiveConnector -AdvertiseClientSettings $true

testdude

testdude

For the first box I would go with “Instruct users to modify the properties of their email account profile”. The other options make no sense for that box. If there was something like Set-Throttlingpolicy “Increased ActiveSync Devices” -EasMaxDevices 25 that would make more sense. The nature of the IMAP protocol makes it conducive to setting it up on multiple devices. Maybe the question is assuming people may have POP3 already setup and they need to change to IMAP, so their email remains on the server and can be seen from multiple devices?

testdude

testdude

Sorry that ActiveSync comment was a bit of a stretch but I don’t know of any Exchange settings to limit IMAP devices. Set-ImapSettings does have a MaxConnectionsPerUser switch but that’s connections, not devices. Confusing wording on that part.

Senan Kazimov

Senan Kazimov

1) Set-ImapSettings -MaxConnectionsPerUser Value – This example sets the connection limit for a user. https://technet.microsoft.com/en-us/library/bb123712(v=exchg.150).aspx
2) To enable protocol logging for IMAP4 clients: Set-ImapSettings -Protocolloggingenabled $true
3) To advertise SMTP settings: Set-ReceiveConnector –AdvertiseClientSettings:$true –FQDN fqdn