Hello,
You can choose to enable and disable Exchange Active Sync on a per mailbox basis with this line :
Get-Mailbox admin@itfordummies.net | Set-CASMailbox -ActiveSyncEnabled $false
This line works on Exchange and on Office 365.
Hello,
You can choose to enable and disable Exchange Active Sync on a per mailbox basis with this line :
Get-Mailbox admin@itfordummies.net | Set-CASMailbox -ActiveSyncEnabled $false
This line works on Exchange and on Office 365.