You have an Exchange organization. All servers 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:
For text message notifications (letting you know when important mails have been received from certain users etc)., you should set an OWA mailbox policy.Reference showing the client side (what users see in OWA):
http://technet.microsoft.com/en-us/library/ee633486.aspx
You can also use EMS to disable text messages completely (not just text message notifications) using the Exchange ActiveSync Mailbox Policy, but this is not what they are asking for here:
Set-ActiveSyncMailboxPolicy -Identity:default -AllowTextMessaging:$false