Share via

Always show "From"

Anonymous
2023-02-22T18:12:29+00:00

How can I enable the "always show from" option for everybody?

Outlook | Web | Outlook.com | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Diane Poremsky MVP 17,331 Reputation points MVP Volunteer Moderator
2023-02-24T06:00:16+00:00

Hope you have some hair left... :)

Use Set-MailboxMessageConfiguration:

Set-MailboxMessageConfiguration alias -AlwaysShowFrom $true -AlwaysShowBcc $true

To set it for all accounts, this should work

Get-Mailbox –Resultsize Unlimited | Set-MailboxMessageConfiguration -AlwaysShowFrom $true -AlwaysShowBcc $true

Set-MailboxMessageConfiguration (ExchangePowerShell) | Microsoft Learn

As far as I know, you can't set this as a default for new accounts and need to run it for new users.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

5 additional answers

Sort by: Most helpful
  1. Anonymous
    2023-02-22T22:35:29+00:00

    So close! Yes, I have the 365 exchange admin center, and my users are using the Outlook Web Application (OWA).

    I can get to your list number 4, but number 5 dont exist in my tenant.
    Maybe it's because we don't use E5 licenses.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-02-22T21:39:44+00:00

    Hi Morten,

    I'm sorry, but in order to help you, I need more particular information. Please let me know the version of Outlook you are running and if it is part of a cloud-based email service like Microsoft 365 or Office 365 or an on-premises Exchange server.

    Can you also please let me know what steps you have tried thus far and where you are having trouble? This will enable me to better comprehend the problem and offer support that is more specifically directed.

    Example:

    The following procedures can be used to enable Outlook on the web in Microsoft 365 E5 Developer to always display the "From" field globally for all users:

    1. Login with your administrator account to the Microsoft 365 admin center.
    2. Choose "Exchange" under "Admin centers" by clicking.
    3. Choose "Outlook Web App policies" under "Permissions" in the Exchange admin center.
    4. Next to the default policy, click the "Edit" icon (a pencil).
    5. Choose "Email" from the "Default OWA Policy" tab.
    6. Under the "Message format" section, scroll down and choose the "Always show from" checkbox.
    7. To save the changes, click "Save."

    If you cannot access the Exchange admin center or the Outlook web app policies, you may not have the appropriate rights to make changes at the organizational level. You must be a member of the organization's Exchange administrator role group to activate the "From" field for all users globally.

    Warm Regards,

    Janbaz

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2023-02-22T20:18:38+00:00

    I know this setting. I’m looking for a remote managed setting from the admin center or somewhere else globally, where I can enable it for all my users at one time.

    Thank you for your suggestion.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2023-02-22T18:49:47+00:00

    Hello Morten! My name is Janbaz, and I am an Independent Advisor.

    I'm sorry to hear you're having this problem, and I hope I can assist you in finding a satisfactory solution.

    Please check the below article related to your issue:

    1. Change the account used to send email messages

    Source: https://support.microsoft.com/en-us/office/chan...

    Please let me know if this doesn't work or if you need further assistance.

    Warm Regards,

    Janbaz

    Was this answer helpful?

    0 comments No comments