DRAG DROP
Your company, Coho Vineyard, uses Microsoft Exchange Online. Coho Vineyard employees have
email addresses on the domain cohovineyard.com. Coho Vineyard recently purchased the domain
cohowinery.com.
All employees of Coho Vineyard who work in the winery department should have an additional email
address combining their current email alias with the domain cohowinery.com. Outgoing email
messages must be sent from the existing cohovineyard.com email addresses.
You need to add the cohowinery.com email addresses.
Which three Windows PowerShell commands should you run in sequence? To answer, move the
appropriate commands from the list of commands to the answer area and arrange them in the
correct order.
Answer: See the explanation
This is not correct in the last one… the task is to add while all options replace the existing one with new conowinery.com… in the emailaddresses parameter there should be add function, but from those listed option 1, 5 and 6
Hi,
I’ve just tested it and it works.
So, the answer is right.
The answer is correct; you add the new address to the existing list of addresses, and then you set the mailbox’s addresses to the updated list.
The PowerShell syntax here is quite cryptic (the first command would really have benefited from some parenthesis), but it works.
We can rule out both answers with WindowsEmailAddress as this is not relevant. “The WindowsEmailAddress parameter specifies the Windows email address for this mailbox. This address isn’t used by Exchange.”
https://technet.microsoft.com/en-us/library/bb123981(v=exchg.150)
So I would also say answer is correct.
Answer is correct #sanityCheck