DRAG DROP
You have an Exchange Server 2013 organization named adatum.com. The organization contains a
server named Server1. Server1 is a member of a Database Availability Group (DAG) named DAG1.
You have a user named Sales1 in the Sales department.
You need to prevent Sales1 from submitting more than 75 email messages per minute to the
Exchange Server organization by using Microsoft Outlook.
Which three commands should you run in sequence? (To answer, move the appropriate three
commands from the list of commands to the answer area and arrange them in the correct order.)
Answer: See the explanation
Explanation:
new-throttlingpolicy limits –messageratelimit 75
$b = get-throttlingpolicy limits
set-mailbox –identity sales1 –throttlingpolicy $b