OWA
2 TopicsCant no longer change OWA's signature
Hello all, I am trying to update my Outlook Web's signature with Powershell, like I always do, with the"Set-MailboxMessageConfiguration" command, but the signatureis not updated. But "Get-MailboxMessageConfiguration" shows that the new signature is there OWA allows now for some people/organitations to manage multiple signatures, but I can't find any documentation/information about that. So, how I can modify the already existing signature? Or, how I can create a new signature?10KViews6likes16CommentsOWA Signature Not Updating
We are currently using Exclaimer to push out signatures to all users in our organization. A user using OWA is having the issue of showing double signatures. I ran the PS command Set-MailboxMessageConfiguration -Identity <username> -AutoAddSignature $False -AutoAddSignatureOnReply $False -SignatureText " “ -SignatureHTML " " and ran another PS command to see the user's current settings. Also, I switched the OWA policy through Exchange Admin to enable Email Signature under the User Experience, but the email signature portion under the OWA settings is still missing. Any thoughts would beappreciated.Solved1.1KViews0likes1Comment