Exchange ActiveSync is a client protocol developed by Microsoft. It is used to connect and sync mobile devices with mailboxes on Exchange Server. ActiveSync allows Outlook users to access their mailbox items, such as emails, contacts, attachments, calendar, tasks, etc. from their smartphones securely. The Exchange synchronization protocol works with both high latency and low bandwidth networks, which allows users to access their emails even when the network strength in their mobile device is weak.
ActiveSync is enabled by default in Exchange for new users. However, you can enable or disable ActiveSync for users to allow or prevent them from accessing or synchronizing their Exchange mailbox on mobile devices.
Exchange administrators can enable or disable ActiveSync access by using Exchange Admin Center (EAC) or Exchange Management Shell (EMS). In this guide, we will discuss steps to enable or disable ActiveSync in Exchange using both EAC and EMS.
Follow these steps to enable or disable the ActiveSync protocol in Exchange Server 2010 SP1 and later versions via Exchange Management Shell (EMS). You can also use the Exchange Admin Center or EAC in Exchange 2013 or later versions to control ActiveSync and other aspects, such as,
You can check the permission and roles required to enable or disable Exchange ActiveSync by executing the following commands in the Exchange Management Shell.
$Perms = Get-ManagementRole -Cmdlet Set-CASMailbox
$Perms | for each {Get-ManagementRoleAssignment -Role $_.Name -Delegating $false | Format-Table -Auto Role, Role Assignee Type, Role Assignee Name}
You can verify if the “Organization Client Access” role is already assigned to your user account by running the following command in EMS,
Get-ManagementRoleAssignment -Role “<RoleName>”
For instance,
Get-ManagementRoleAssignment -Role “Organization Client Access”
If not, you can assign these roles and permission by using the Exchange Admin Center or Exchange Management Shell (EMS).
In EMS, execute the following command to assign the role required to enable or disable Exchange ActiveSync.
New-ManagementRoleAssignment -Role “<RoleName>” -User “<UserName>”
Replace <RoleName> with the required role name and <UserName> with the username of your account you are using to enable or disable Exchange ActiveSync. For instance,
New-ManagementRoleAssignment -Role “Organization Client Access” -User “Administrator”
After the role is assigned, you can go ahead and follow the steps
The steps are as follow,
To enable the Exchange ActiveSync for user mailbox, follow these steps,
Click ‘Yes’ to confirm
The steps are as follow,
Set-CASMailbox -Identity <SMTP Address of user> -ActiveSyncEnabled $true
For instance,
Set-CASMailbox -Identity administrator@test.local -ActiveSyncEnabled $true
Get-CASMailbox –identity <SMTPAddressOfUser>
For instance,
Get-CASMailbox –identity administrator@test.local
The steps are as follow,
Set-CASMailbox -Identity administrator@test.local -ActiveSyncEnabled $false
Get-CASMailbox –identity administrator@test.local
When Exchange ActiveSync is enabled, employees or users can access their mailboxes from both PC and mobile devices. In Exchange Server 2010 and later, the ActiveSync is enabled by default for new users. However, as an Exchange administrator, you may require to enable or disable Exchange ActiveSync for users facing issues with their mailboxes. Sometimes, users may encounter issues with Exchange ActiveSync enabled profiles when their mailbox gets larger or reaches a certain size limit. In such cases, you can use an EDB to PST converter tool, such as Stellar Converter for EDB, to export the mailboxes or mail items to a new database or mailbox.
On any day, you can search Google for “sexual harassment”, go on to the “News”…
YouTube has rolled out a new feature called Hype, aimed at helping smaller creators grow…
In an ever-evolving business landscape, franchise consultants have emerged as vital partners for entrepreneurs looking…
At GPL FX, innovation is at the core of our mission to transform the forex…
The AMD Ryzen 7 9700X, part of AMD's latest 9000 series, has been paired with…
Announcing the best futures brokers in the UK for 2024. According to recent data, there…
This website uses cookies.