Issue editing Purview Message Encryption

Jon Mercer 986 Reputation points
2023-04-28T19:37:20.49+00:00

I don't know if I am fighting a license lever requirement since there is mention of needing an E5. I have a M365 E3, or if the documentation at https://learn.microsoft.com/en-us/microsoft-365/compliance/add-your-organization-brand-to-encrypted-messages?view=o365-worldwide is just missing something. I go through all the steps to connect to exchange online and such in PowerShell, and run Set-OMEConfiguration -Identity "Message encryption configuration" -ReadButtonText "Read Secure Message." to change what it says because a white text Read Secure Message is causing chaos for all the emails we are sending using the encryption feature, and I get this. Set-OMEConfiguration: The operation couldn't be performed because 'Message encryption configuration' couldn't be found.

Why am I getting this? We are trying to use the mail flow rule so all our PII and HIPPA emails are encrypted but if people we keep having to explain to people that they are supposed to click on the read secure message. I want to change it to say something like click here to read secure message.

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,876 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,514 questions
0 comments No comments
{count} votes

Accepted answer
  1. Aholic Liang-MSFT 13,856 Reputation points Microsoft Vendor
    2023-05-01T09:47:54.82+00:00

    Hi @ Jon Mercer,

    I tested with an E5 license and there is only one default template by default.

    Therefore, you can create a new custom template or modify the settings in the default template to modify the branding template.

    In addition, this article mentions that a 90-day trial of the Microsoft Purview solution is available for non-E5 customers.

    User's image


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. Vasil Michev 105.6K Reputation points MVP
    2023-04-29T17:27:11.41+00:00

    Judging by the error message, you're trying to edit a non-existing template. Make sure to run Get-OMEConfiguration to get the existing templates, then pass the correct identity value for the one you need modified.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.