Forum Discussion
KChinnock
Mar 21, 2023Copper Contributor
Remove Encryption labels Outlook
Hi everyone!
We're starting to look at encouraging our users to use Encryption on their emails (we had an external solution until we recently decided that it was costing too much!).
I am struggling with the labels that we currently have available to us:
I would like to remove the bottom 2. I can see them in AIP but they are read only. I understand that things have moved to Purview. However, these labels aren't available in Purview for me to delete them?
Would be grateful for any information! Thank you in advance 🙂
- You can use Set-AipServiceTemplateProperty with -Status Archived
https://learn.microsoft.com/en-us/powershell/module/aipservice/set-aipservicetemplateproperty?view=azureipps
3 Replies
Sort By
- You can use Set-AipServiceTemplateProperty with -Status Archived
https://learn.microsoft.com/en-us/powershell/module/aipservice/set-aipservicetemplateproperty?view=azureipps- BitHawkFriedliCopper Contributor
Thank you for the hint.
Please keep in mind, that the "connect-aipservice" command only works under the Windows Powershell.
I struggeled to performe the command suggested by Christian, and found out, that Powershell 7 is not supported. - KChinnockCopper ContributorThank you so much! I have run that script, fingers crossed! 🙂