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
- BitHawkFriedliNov 06, 2023Copper 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.https://learn.microsoft.com/en-us/troubleshoot/azure/active-directory/fail-connect-azure-information-protection-powershell
- KChinnockMar 22, 2023Copper ContributorThank you so much! I have run that script, fingers crossed! 🙂