Forum Discussion

Jean-11C's avatar
Jean-11C
Copper Contributor
Apr 12, 2021

Cannot open Protected message from client

It used to be very straightforward - we simply sign in on the outlook page, and we could view the message right away. It now gives me (and other users in our company) the following message, and we aren't able to open the message or to view it. Our service provider is Godaddy. We called and our licenses are all up to date. Please help. Thanks.

 

  • Hi Jean,
    Do you use Hosted Exchange or Exchange Online? It sounds like hosted Exchange. In which case you may need to request from GoDaddy that they implement the below fix:

    This issue often occurs when the setting ClientAccessServerEnabled is not enabled in your IRM Configuration. If you check this by running "Get-IRMConfiguration" in Exchange Management Shell you should make sure it is set to True. If it's not, then you'll need to run the below to update it:

    Set-IRMConfiguration -ClientAccessServerEnabled:$true

    Then wait up to 24 hours and retest.

    For reference:

    -ClientAccessServerEnabled
    This parameter is available only in on-premises Exchange.

    The ClientAccessServerEnabled parameter specifies whether Exchange Client Access servers are allowed to authenticate clients that do not have direct access to AD RMS (for example, Outlook on the web, Exchange ActiveSync or remote Outlook Anywhere clients). Valid values are:

    $true: Client Access servers are allowed to authenticate clients. This is the default value. Note that enabling IRM in Outlook on the web requires additional configuration on AD RMS servers. For more information, see Information Rights Management in Outlook Web App.
    $false: Client Access servers aren't allowed to authenticate clients.

     

    https://docs.microsoft.com/en-us/powershell/module/exchange/set-irmconfiguration?view=exchange-ps

  • lmarcus1515's avatar
    lmarcus1515
    Copper Contributor
    We are having the same issues since 4/9/21. Have you gotten a resolution?

Resources