Skip to Content
Exchange Server Cookbook
book

Exchange Server Cookbook

by Paul Robichaux, Missy Koslosky, Devin L. Ganger
June 2005
Intermediate to advanced
464 pages
13h 2m
English
O'Reilly Media, Inc.
Content preview from Exchange Server Cookbook

8.16. Adding Mobile Carriers for Exchange ActiveSync

Problem

You want to preconfigure your Exchange server with proper mobile carrier information for Exchange ActiveSync users.

Solution

Using a graphical user interface

  1. Open the Exchange System Manager (Exchange System Manager.msc).

  2. Open the Global Settings node and right-click on Mobile Services.

  3. Select New Mobile Carrier.

  4. In the Name box, add a "friendly name" for the mobile carrier you wish to add.

  5. In the SMTP domain box, add the domain name for the carrier's SMTP-to-SMS gateway.

  6. Click OK to add the carrier.

Using VBScript

' This code adds a new carrier by specifying the carrier CN and
' SMTP gateway address 
' ------ SCRIPT CONFIGURATION ------
strOmaCarrierDN = "cn=Carriers,cn=Outlook Mobile Access,cn=global " &_        
   "settings,cn=<org name>,cn=microsoft exchange, cn=services," &_
   "cn=configuration,dc=<domain>,dc=com"
' ------ END CONFIGURATION ---------
set objCarriers = Getobject("LDAP://" & strOmaCarrierDN)

'create and name the new carrier
set objNewCarrier = objCarriers.Create("msExchOmaCarrier", _
    "<carrierName>"    )    ' e.g., "cn=Acme Wireless"

'populate the SMTP domain information & commit to Active Directory
objNewCarrier.Put "msExchOmaCarrierAddress", _
    "<carrierDomain>"    ' e.g., "@sms.acmewireless.tld"
objNewCarrier.SetInfo
Wscript.Echo "New Carrier" & objNewCarrier & "created"

Discussion

To save your users the trouble of having to figure out what their mobile phone carrier's SMTP-to-SMS gateway address is, you can preconfigure your server ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Microsoft® Exchange Server 2010 Inside Out

Microsoft® Exchange Server 2010 Inside Out

Tony Redmond
Microsoft® Exchange Server 2013 Unleashed

Microsoft® Exchange Server 2013 Unleashed

Rand Morimoto, Michael Noel, Guy Yardeni, Chris Amaris, Andrew Abbate
Microsoft® Exchange Server 2003 Unleashed

Microsoft® Exchange Server 2003 Unleashed

Rand H. Morimoto - MCSE, Joe R. Coca, CISSP Kenton Gardinier - MCSE MCSA, MCSA Michael Noel - MCSE+I

Publisher Resources

ISBN: 0596007175Errata Page