How to Enable or Disable Exchange ActiveSync for a Mailbox User
Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2006-12-20
This topic explains how to use the Exchange Management Console or the Exchange Management Shell to enable or disable Exchange ActiveSync for a Microsoft Exchange Server 2007 mailbox user.
To perform this procedure, the account you use must be delegated the following:
-
Exchange Recipient Administrator role
For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.
-
Start the Exchange Management Console.
-
In the console tree, expand Recipient Configuration, and then click Mailbox.
-
In the result pane, select the mailbox user for whom you want to enable or disable Exchange ActiveSync.
-
In the action pane, under the mailbox user's name, click Properties.
-
In <Mailbox User> Properties, on the Mailbox Features tab, click Exchange ActiveSync, and then click either Enable or Disable.
-
Click OK.
-
Run the following command to enable Exchange ActiveSync for the user John:
Set-CASMailbox -Identity John -ActiveSyncEnabled $true
-
Run the following command to disable Exchange ActiveSync for the user John:
Set-CASMailbox -Identity John -ActiveSyncEnabled $false
For detailed syntax and parameter information, see the Set-CASMailbox reference topic.
For more information about the Exchange Management Shell, see Using the Exchange Management Shell.
