Forum Discussion
Shared Mailboxes and 365 Outlook Web App
- Jun 29, 2020
Hi PhilRiceUoS.
I can answer only one your Q:
To permanently enable the From: field for a user execute this commandlet:
Set-MailboxMessageConfiguration user -AlwaysShowFrom $true
To do that for all users you have to create a small PowerShell script.
I'm happy to be corrected of course, but I know of no way that you could achieve this sort of control over the settings in OWA. I don't think what your users are asking you for is going to be possible.
- PhilRiceUoSJun 24, 2020Brass Contributor
Yeah, I was hoping that someone out there might know the solution to maybe one or two of these things or some inventive way of hacking it , but like yourself Im currently stumped as to how to achieve any of them.
- Victor_IvanidzeJun 29, 2020Bronze Contributor
Hi PhilRiceUoS.
I can answer only one your Q:
To permanently enable the From: field for a user execute this commandlet:
Set-MailboxMessageConfiguration user -AlwaysShowFrom $true
To do that for all users you have to create a small PowerShell script.
- PhilRiceUoSJun 29, 2020Brass Contributor
Victor_Ivanidze - yes thankyou, I had actually found that one and after investigating thoroughly have concluded that is the only possible one like you say.
I read through all of the related Powershell cmdlet parameters, looked through the registry settings, tried using licensed mailbox users instead of shared mailboxes but with Outlook on the Web it simply seems to have limitations currently.