Valid 70-697 Dumps shared by ExamDiscuss.com for Helping Passing 70-697 Exam! ExamDiscuss.com now offer the newest 70-697 exam dumps, the ExamDiscuss.com 70-697 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-697 dumps with Test Engine here:
Your network contains an Active Directory domain named contoso.com. The domain contains Windows 10 Enterprise client computers. Your company has a subscription to Microsoft Office 365. Each user has a mailbox that is stored in Office 365 and a user account in the contoso.com domain. Each mailbox has two email addresses. You need to add a third email address for each user. What should you do?
Correct Answer: B
We can use the Set-Mailbox cmdlet to modify the settings of existing mailboxes. The EmailAddresses parameter specifies all the email addresses (proxy addresses) for the recipient, including the primary SMTP address. In on-premises Exchange organizations, the primary SMTP address and other proxy addresses are typically set by email address policies. However, you can use this parameter to configure other proxy addresses for the recipient. To add or remove specify proxy addresses without affecting other existing values, use the following syntax: @{Add="[<Type>]:<emailaddress1>","[<Type>]:<emailaddress2>"...; Remove="[<Type>]:<emailaddress2>","[<Type>]:<emailaddress2>"...}.