You have an Exchange organization. All server in the organization have Exchange Server 2010 SP1 installed.
You need to prevent users on the network from enabling text message notifications to their Windows mobile devices.
What should you configure?
A.
a Group Policy administrative template
B.
an RMS template
C.
an Outlook Web App mailbox policy
D.
an Exchange ActiveSync mailbox policy
Explanation:
(Exhibit)
I think the answer to this should be D
Set-ActiveSyncMailboxPolicy using AllowTextMessaging parameter
I think the “Set-ActiveSyncMailboxPolicy using AllowTextMessaging parameter” implies that the device should be ablt to send text messages or not.
This question is focused on whether a user can send a text message from within an Outlook/OWA browser – which would be handled by using the following command: Set-OwaMailboxPolicy -TextMessagingEnabled $false -Identity “OWAPolicyName”