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:
Solution:
Through PowerShell, I did the following:
- Import-Module AIPService (if you can't import the module, execute "Set-ExecutionPolicy bypass)
- Then execute "Connect-AipService" log in with credentials (I was GA).
- After that, execute "Get-AipServiceTemplate", this will list all AIP Templates.
- 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.