course:office_365:allow_user_send_as_alias:start

Allow user send as alias

https://www.alitajran.com/send-from-alias/

  • Open PowerShell
  • connect Exchange PowerShell
PS C:\Users\xx> Connect-ExchangeOnline
  • check current configuration
PS C:\Users\xx> Get-OrganizationConfig | ft Name, SendFromAliasEnabled
  • enable send as alias
PS C:\Users\xx> Set-OrganizationConfig -SendFromAliasEnabled $True
  • check current configuration again
PS C:\Users\xx> Get-OrganizationConfig | ft Name, SendFromAliasEnabled
  • course/office_365/allow_user_send_as_alias/start.txt
  • Last modified: 2022/05/10 12:54
  • by don.lee