I would like to create a Security Enabled Universal Group that has rights to send as another mailbox.
If I nested Non-Security enabled Universal DLs into this new Security Group, would this still translate in members being able to send as that mailbox?
Configuration
Universal Security Group: MBX_HelpdeskMailbox_SendAS
Members of MBX_HelpdeskMailbox_SendAS : "Helpdesk Team", "Desktop Team", "Infrastructure Team" (DLs NON Security Groups)
Applying permission with Powershell
Get-Mailbox "Helpdesk (do not replay) " | Add-ADPermission -User "MBX_HelpdeskMailbox_SendAS" -ExtendedRights "Send As"
Thanks