Forum Discussion
Abdul_Asath
Jul 15, 2024Copper Contributor
Intune configuration policy
Hello All, Is there Intune configuration policy available for disabling outlook's "Cached exchange mode" for shared PCs? . I know that it is available as user policy but i need this for shared PC...
chrisslroth
Jul 16, 2024Brass Contributor
You can deploy a powershell or remediation script, which sets the followings reg-entries:
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\14.0\outlook\ost]
“NoOST”=dword:00000002
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\14.0\outlook\cached mode]
“Enable”=dword:00000000
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\14.0\outlook\ost]
“NoOST”=dword:00000002
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\14.0\outlook\cached mode]
“Enable”=dword:00000000