Designing and Deploying Microsoft Exchange Server 2016 — Question 53
You need to configure the virtual directories for the Exchange Server organization.
Which three commands should you use? Each correct answer presents part of the solution.
Answer options
- A. Set-MapiVirtualDirectory -ExternalUrl "https://office-online.contoso.com/hosting/discovery"
- B. Set-ActiveSyncVirtualDirectory -ExternalUrl "https://mail.contoso.com/Microsoft-Server-ActiveSync"
- C. Set-WebServicesVirtualDirectory -ExternalUrl "https://mail.contoso.com/ews/exchange.asmx"
- D. Set-AutodiscoverVirtualDirectory -ExternalUrl "https://autodiscover.contoso.com/autodiscover/autodiscover.xml"
- E. Set-OwaVirtualDirectory -ExternalUrl "https://mail.contoso.com/owa"
Correct answer: B, C, D
Explanation
The correct commands are B, C, and D, as they configure ActiveSync, Web Services, and Autodiscover virtual directories, respectively, which are essential for Exchange Server functionality. Option A is incorrect because it pertains to MAPI virtual directories, which are not required for this specific configuration. Option E is also incorrect as it relates to OWA, which is not part of the three needed commands for this setup.