SharePoint SMS is a great tool to notify users or employees through mobile SMS. In many cases employees can’t access the SharePoint Portal or the email so alerting employees using SMS is the only solution to notify all employees wherever they are.
Configuring SharePoint SMS procedure needs two main things:
- The root certificate for the service provider
- Configure the mobile account
Note: mobile account can be configured on the farm level or on web application level; in this walkthrough we will cover only the farm level configuration.
| Hot Post(s) Now |
| Free SharePoint 2010 Web Parts |
| SharePoint HR |
Import Root Certificate
Unfortunately this option is not available in SharePoint Central Administration site and the only way to import and configure the root certificate is by using our friend “PowerShell”
- Open SharePoint 2010 Management Shell from the start menu
- In PowerShell, type ($rootcert = Get-PfxCertificate “Certificate Path”) to get the certificate path
- And now we need to create a trusted root authority by typing the following command
(New-SPTrustedRootAuthority -Name “Name” -Certificate $rootcert) where Name is the name of the trusted root authority
Note: this must be done before starting configuring the mobile account
Configure the mobile account
- Open SharePoint Central Administration site
- From the main page click System Settings or from the left navigation
- Under “E-Mail and Text Messages (SMS)” heading, click “Configure mobile account”
- In “Text Message (SMS) Service Settings” section, type the HTTPS URL, User Name and Password that given from your service provider.
- Click “Test Service” button to make sure that your configuration is working fine
Note: You can click on “Microsoft Office Online” link to select provider based on your country as image below.
Download SharePoint SMS Configuration Guide
|
Name |
Downloads |
||
| SharePoint SMS Guide | Download | ||
| SharePoint SMS Guide | Download | ||
| Hot Post(s) Now |
| Free SharePoint 2010 Web Parts |
| SharePoint HR |


