Skip to content

Mohammed Wasay

Primary Menu
  • About
  • Blog
  • Contact
  • Get NordVPN
  • Home

Tag: fire

Enabling ActiveSync for a Security Group using Powershell

Posted on June 23, 2015August 22, 2016 by mo wasay

$users = Get-ADGroupMember “AD Group with Users to be Enabled for ActiveSync” foreach ($line in $users) { $user = $line.samaccountname Set-CASMailbox $user -ActiveSyncEnabled:$true Get-CASMailbox $user | Select-Object Name, ActiveSyncEnabled }  

Continue Reading
Copyright all rights reserved | Theme: Minimal Blog by WPinterface.