You have an Exchange Server 2007 environment. You configure user accounts to prevent users from sending messages that are larger than 10 MB in size. You need to allow only a user named Maria to be able to send messages that are up to 20 MB in size. What should you do?
A.
Run the Set-Mailbox -Identity “Maria” -MaxSendSize 20MB cmdlet
B.
Run the Get-RoutingGroupConnector | Set-RoutingGroupConnector -MaxMessageSize 20MB cmdlet
C.
Run the Set-Mailbox -Identity “Maria”-ProhibitSendQuota 20480 cmdlet
D.
Run the Get-RoutingGroupConnector | Set-RoutingGroupConnector -MaxMessageSize unlimited cmdlet