Generation

gitMon, 19 Dec 2022

powershell command to enable activesync for each members of a group "zg-mobile" with ActiveSyncEnabled equa false

Get-ADGroupMember zg-mobile | foreach{Set-CASMailbox -Identity $_.SamAccountName -ActiveSyncEnabled $true}

Want to kickstart your project?Use the new AI Studio to create your code