Microsoft Activesync Com

Add your Exchange account

Tap Settings > Passwords & Accounts > Add Account > Exchange.

Enter your address

  1. Microsoft ActiveSync Comments. Blog comments powered by Disqus. Top 5 Contributors sofiane 41,005 Points PKO17 16,000 Points safarisilver 13,345 Points.
  2. Microsoft licenses patents to Exchange ActiveSync licensees. These patents are Microsoft intellectual property. Additionally, Microsoft provides public access to the Exchange ActiveSync protocol documentation. Note A protocol is a standard for communication between computers. What Microsoft can do, and what third parties can do.
  3. Microsoft ActiveSync free download, safe, secure and tested for viruses and malware by LO4D. Microsoft ActiveSync for Windows XP, Windows 7, Windows 8 and Windows 10 in 32-bit or 64-bit.
  4. Exchange ActiveSync is an Exchange synchronization protocol that's optimized to work together with high-latency and low-bandwidth networks. The protocol, based on HTTP and XML, lets mobile phones access an organization's information on a server that's running Microsoft Exchange. Overview of Exchange ActiveSync.

Enter your email address, then tap Next. You can also enter an account description.

Microsoft activesync download windows 10

'Exchange ActiveSync Considerations When Using Windows Phone 7 Clients' 'iPhone in Business - Exchange ActiveSync' 'Mail for Exchange for Nokia devices with Microsoft Exchange ActiveSync' 'Features of NotifySync 4.7' 'WebOS Support for Exchange ActiveSync policies and remote wipe' 'AstraSync - BlackBerry ActiveSync Compatibility '.

Connect to your Exchange Server

After you enter your email address, choose Sign In or Configure Manually.

Tap Sign In to automatically discover your Exchange account information. If your account uses modern authentication, you'll be guided through a custom authentication workflow.

Tap Configure Manually to set up your account with Basic authentication. Enter your email password, then tap Next. You might also be prompted to enter additional server information, which you can get from your Exchange Server administrator.

Sync your content

You can sync Mail, Contacts, Calendars, Reminders, and Notes. When you're finished, tap Save.

Edit your Exchange settings

Tap Settings > Passwords & Accounts, then select your Exchange account. You can also set up automatic out-of-office replies, and change how often you want Mail to sync. To change advanced settings, tap your account name to change settings like SSL and S/MIME.

Learn more

Microsoft-->

ActiveSync is a client protocol that lets users synchronize their Exchange mailbox with a mobile device. By default, ActiveSync is enabled on new user mailboxes. Disabling ActiveSync on a mailbox prevents the user from synchronizing their mailbox with a mobile device (by using ActiveSync).

Administrators can use the Exchange admin center (EAC) or the Exchange Management Shell to enable or disable Exchange ActiveSync access to a mailbox.

For more information about ActiveSync, see Exchange ActiveSync.

For information about setting up email on your mobile device, see these topics:

For additional management tasks related to user access to mailboxes, see these topics:

What do you need to know before you begin?

  • Estimated time to complete: 5 minutes.

  • For more information about accessing and using the EAC, see Exchange admin center in Exchange Server.

  • To learn how to open the Exchange Management Shell in your on-premises Exchange organization, see Open the Exchange Management Shell.

  • You need to be assigned permissions before you can perform this procedure or procedures. To see what permissions you need, see the 'Exchange ActiveSync settings' entry in the Clients and mobile devices permissions topic.

  • For information about keyboard shortcuts that may apply to the procedures in this topic, see Keyboard shortcuts in the Exchange admin center.

Tip

Having problems? Ask for help in the Exchange forums. Visit the forums at: Exchange Server, Exchange Online, or Exchange Online Protection.

Enable or disable Exchange ActiveSync access to a single mailbox

Use the EAC to enable or disable Exchange ActiveSync access to a mailbox

Microsoft Activesync Android

  1. In the EAC, go to Recipients > Mailboxes.

  2. In the list of mailboxes, find the mailbox that you want to modify. You can:

    • Scroll through the list of mailboxes.

    • Click Search and enter part of the user's name, email address, or alias.

    • Click More options > Advanced search to find the mailbox.

      Once you've found the mailbox that you want to modify, select it, and then click Edit .

  3. On the mailbox properties page that opens, click Mailbox features.

  4. In the Mobile Devices section, configure one of these settings:

    • If ActiveSync is enabled on the mailbox, you'll see a Disable Exchange ActiveSync link. Click the link to disable ActiveSync, and then click Yes in the warning message that appears.

    • If ActiveSync is disabled on the mailbox, you'll see a Enable Exchange ActiveSync link. Click the link to enable ActiveSync.

      When you're finished, click Save.

Use the Exchange Management Shell to enable or disable Exchange ActiveSync access to a mailbox

To enable or disable ActiveSync access to a single mailbox, use this syntax:

This example disables ActiveSync access to the mailbox named Yan Li.

This example enables ActiveSync access to the mailbox named Elly Nkya.

Microsoft Activesync Test

For detailed syntax and parameter information, see Set-CASMailbox.

Enable or disable Exchange ActiveSync access to multiple mailboxes

Use the EAC to enable or disable Exchange ActiveSync access to multiple mailboxes

  1. In the EAC, go to Recipients > Mailboxes.

  2. In the list of mailboxes, find the mailboxes that you want to modify. You can:

    • Scroll through the list of mailboxes.

    • Click Search and enter part of the user's name, email address, or alias.

    • Click More options > Advanced search to find the mailbox.

  3. In the list of mailboxes, select multiple mailboxes of the same type (for example, User) from the list. For example:

    • Select a mailbox, hold down the Shift key, and select another mailbox that's farther down in the list.

    • Hold down the CTRL key as you select each mailbox.

    After you select multiple mailboxes of the same type, the title of the details pane changes to Bulk Edit.

  4. In the details pane, scroll down to Exchange ActiveSync, click Enable or Disable, and then click OK in the warning message that appears.

Use the Exchange Management Shell to enable or disable Exchange ActiveSync access to multiple mailboxes

You can use the Get-Mailbox, Get-User or Get-Content cmdlets to identify the mailboxes that you want to modify. For example:

  • Use the OrganizationalUnit parameter to filter the mailboxes by organizational unit (OU).

  • Use the Filter parameter to create OPATH filters that identify the mailboxes. For more information, see Filterable Properties for the -Filter Parameter.

  • Use a text file to specify the mailboxes. The text file contains one mailbox (email address, name, or other unique identifier) on each line like this:

    ebrunner@tailspintoys.com
    fapodaca@tailspintoys.com
    glaureano@tailspintoys.com
    hrim@tailspintoys.com

Mobile Device Center Windows 10

This example disables ActiveSync access to all user mailboxes in the North AmericaFinance OU.

This example disables ActiveSync access to all user mailboxes in the Engineering department in Washington state.

This example uses the text file C:My DocumentsAccounts.txt to disable ActiveSync access to the specified mailboxes.

For detailed syntax and parameter information, see Get-Mailbox and Get-User.

How do you know this worked?

To verify that you've successfully enabled or disabled Exchange ActiveSync access to a mailbox, do any of these steps:

Microsoft Activesync Compatible

  • In the EAC, go to Recipients > Mailboxes > select the mailbox > click Edit > Mailbox features > and verify the Exchange ActiveSync value in the Mobile Devices section.

    • If ActiveSync access is enabled for the mailbox, you'll see Disable Exchange ActiveSync.

    • If ActiveSync access is disabled for the mailbox, you'll see Enable Exchange ActiveSync.

  • In the Exchange Management Shell, replace <MailboxIdentity> with the identity of the mailbox (for example, name, alias, or email address), and run this command:

  • Use the same filter that you used to identify the mailboxes, but use the Get-CasMailbox cmdlet instead of Set-CasMailbox. For example:

  • In the Exchange Management Shell, run this command to show all mailboxes where ActiveSync access is disabled: