How to add/remove encryption options in the Outlook-app?

Andreas Bjelven 135 Reputation points
2024-03-21T10:16:40.1033333+00:00

Hi,

I want to remove the options inside of the red square but I don't know where I configure this.. Se below:
User's image

I have GA permissions and I've checked 365 admin center, exchange online admin center, purview portal and sensitivity labels but I only find labels for Teams and not for Outlook.

I have also checked our exchange on-prem (we still have our servers but everything is migrated to 365).

I only managed to find this thread where it's a similar situation https://techcommunity.microsoft.com/t5/microsoft-365/how-to-create-addition-encryption-option-in-permissions-tab-in/m-p/3959045 but can't make sense of it.

Am I missing something?

Any tips or pointers would be really appreciated.

Best regards,
Andreas Bjelvén

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,171 questions
Outlook Windows Classic Outlook for Windows For business
Microsoft 365 and Office Install, redeem, activate For business Windows
{count} votes

Accepted answer
  1. SokiGuo-MSFT 31,526 Reputation points Microsoft External Staff
    2024-04-02T07:32:39.88+00:00

    Hi @Andreas Bjelven

    Glad to hear this issue has been resolved! Thanks for the sharing.


    However, due to a recent update in forum policy, the question author now is not able to accept their own answers.

    So, I have written a brief summary of the solution this issue. Please feel free to accept it as the answer, which would benefit others who also has similar issues in forum.

    【How to add/remove encryption options in the Outlook-app?】

    Issue: I want to remove the options inside of the red square but I don't know where I configure this.. Se below:

    User's image

    Solution:

    Through PowerShell, I did the following:

    1. Import-Module AIPService (if you can't import the module, execute "Set-ExecutionPolicy bypass)
    2. Then execute "Connect-AipService" log in with credentials (I was GA).
    3. After that, execute "Get-AipServiceTemplate", this will list all AIP Templates.
    4. Since I didn't see the name of certain templates in PowerShell that matched what was in my Outlook, I executed the following:

    Get-AIPServiceTemplate -TemplateId <ID> | select *

    This will show the name (strangely enough) and this would allow me to map out which template in Outlook was the one that I was seeing in PowerShell that wasn't named correctly.


    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 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Andreas Bjelven 135 Reputation points
    2024-04-02T07:27:13.62+00:00

    I found the solution (that worked for me)

    Through PowerShell, I did the following:

    1. Import-Module AIPService (if you can't import the module, execute "Set-ExecutionPolicy bypass)
    2. Then execute "Connect-AipService" log in with credentials (I was GA).
    3. After that, execute "Get-AipServiceTemplate", this will list all AIP Templates.
    4. Since I didn't see the name of certain templates in PowerShell that matched what was in my Outlook, I executed the following:

    Get-AIPServiceTemplate -TemplateId <ID> | select *

    This will show the name (strangely enough) and this would allow me to map out which template in Outlook was the one that I was seeing in PowerShell that wasn't named correctly.

    Hope this helps.

    // Andreas Bjelvén

    0 comments No comments

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.