SOLVED

Disable Microsoft AIP add-in via Microsoft Intune

Brass Contributor

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

 

 

 

2 Replies
best response confirmed by dilanmic (Brass Contributor)
Solution

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. 

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\

Thank you very much!
1 best response

Accepted Solutions
best response confirmed by dilanmic (Brass Contributor)
Solution

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. 

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\

View solution in original post