Office365 | M365 Enabling ActiveSync for a Security Group using Powershell $users = Get-ADGroupMember "AD Group with Users to be Enabled for ActiveSync" foreach ($line in $users) { $user = $line.samaccountname… mo wasay Jun 23