Forum Discussion
Disable Microsoft AIP add-in via Microsoft Intune
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
Hi 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.
MoeHKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins\
Set ”LoadBehavior” to 1HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins\
HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins\
- Moe_KinaniBronze Contributor
Hi 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.
MoeHKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins\
Set ”LoadBehavior” to 1HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins\
HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins\
- dilanmicIron ContributorThank you very much!