Show pageOld revisionsBacklinksExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Allow user send as alias ====== https://www.alitajran.com/send-from-alias/ * Open PowerShell * connect Exchange PowerShell <code> PS C:\Users\xx> Connect-ExchangeOnline </code> * check current configuration <code> PS C:\Users\xx> Get-OrganizationConfig | ft Name, SendFromAliasEnabled </code> * enable send as alias <code> PS C:\Users\xx> Set-OrganizationConfig -SendFromAliasEnabled $True </code> * check current configuration again <code> PS C:\Users\xx> Get-OrganizationConfig | ft Name, SendFromAliasEnabled </code> course/office_365/allow_user_send_as_alias/start.txt Last modified: 2022/05/10 12:54by don.lee