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 struggl...
- Mar 22, 2023You can use Set-AipServiceTemplateProperty with -Status Archived
https://learn.microsoft.com/en-us/powershell/module/aipservice/set-aipservicetemplateproperty?view=azureipps
Mar 22, 2023
You can use Set-AipServiceTemplateProperty with -Status Archived
https://learn.microsoft.com/en-us/powershell/module/aipservice/set-aipservicetemplateproperty?view=azureipps
https://learn.microsoft.com/en-us/powershell/module/aipservice/set-aipservicetemplateproperty?view=azureipps
KChinnock
Mar 22, 2023Copper Contributor
Thank you so much! I have run that script, fingers crossed! 🙂