Forum Discussion
Frdrick_Lefebvre
Jul 20, 2023Copper Contributor
"to send as" options in security groups from Active Directory
Good morning everybody. I can't modify "to send as" members options in Exchange Administration Center for security groups. This security groups was created in Active Directory. Members are prese...
DiegoJMelo
Dec 20, 2023Copper Contributor
Khaled_EL_AHMAD
Jan 18, 2024Copper Contributor
Connect to Exchange Online with PowerShell and use the cmdlet : Add-RecipientPermission "GroupName" -Trustee "MailboxName" -AccessRights SendAs
Check with : Get-RecipientPermission "GroupName"
Check with : Get-RecipientPermission "GroupName"
- Sheila_1965Jan 24, 2024Copper ContributorThank you!! That works!!