Thursday, April 10, 2014

Powershell: Enable ActiveSync for a user on Exchange 2013

This is how you enable ActiveSync for a user on Exchange 2013:

$strSMTP = "putleym@mycompany.com"
Set-CASMailbox $strSMTP -ActiveSyncEnabled $True

Cheers!

No comments:

Post a Comment