Nov 24 2022 08:54 PM
Hi All,
Appreciate the help on below.
We wanted to disable AIP add-in to use built-in labeling to certain users since they are getting some issues and planning to use inbuild labeling client for them. But I wanted to know is there any way that we can disable AIP add-in via Microsoft Intune.
Please note our end users are connected to Azure AD directly and enrolled with Microsoft Intune.
Thanks in advance,
Dilan
Nov 27 2022 07:13 PM
SolutionHi @dilanmic,
You need to send a script to change the load behaviour for the addin in all office apps on their PCs.
Have you thought about removing the unified client all together? It might be easier than changing the load behaviour registry.
Reg should be under these paths. One script should do the trick. Run it under user context.
Moe
HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins\
Set ”LoadBehavior” to 1
HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins\
HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins\
Nov 27 2022 07:13 PM
SolutionHi @dilanmic,
You need to send a script to change the load behaviour for the addin in all office apps on their PCs.
Have you thought about removing the unified client all together? It might be easier than changing the load behaviour registry.
Reg should be under these paths. One script should do the trick. Run it under user context.
Moe
HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins\
Set ”LoadBehavior” to 1
HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins\
HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins\