Powershell – Come aggiungere il permesso SEND AS ad una mailbox per un determinato utente
Vai al contenuto principale
How Can We Help?
How to add SEND AS permission to a mailbox for a given user
Add-ADPermission -Identity “DYSPLAY NAME” -User “MAILBOX ACCOUNT” -ExtendedRights “Send As”
