Text messaging in Exchange Server 2013
Configure SMS Text Message Notification for various situation like Calendar notifications, Voice mail notifications, Email notifications if your user’s Mailbox hosted in Exchange Server 2013.By default Test Messaging feature is enabled on the server. Here is the command to enable or disable text messaging: Get-OwaVirtualDirectory | Set-OwaVirtualDirectory –TextMessagingEnabled $true Get-OwaVirtualDirectory | Set-OwaVirtualDirectory –TextMessagingEnabled $false Note: […]
Recent Comments