Forum Discussion
SamirAbdouCloud
Jan 22, 2021Copper Contributor
How to cache ALL emails in Outlook in Session Host.
Hey Recently I deployed WVD for a client and costumers are calling and telling me they only see emails since 1months back. I did a quick google search and found that, I can change the sync se...
- Jan 23, 2021
HKEY_CURRENT_USER hive is only for your current profile, so it wont change it for everyone.
Outlook profile settings are per user. So you will have a better luck with a GPO with the corresponding Office suite ADMX set.
Micro90
Mar 30, 2022Copper Contributor
which reg keys did you change? I am having this issue as well
heroviper
Jan 01, 2023Copper Contributor
There are two ways to solve this.
For existing user
Change registry value at
HKEY_CURRENT_USER\Software\Policies\Microsoft\office\16.0\outlook\cached mode\
Find value syncwindowsetting
Change it to the value you want by referring to this document (You need to change based on decimal to make it work, and the user must have administrator permission to be able to change)
https://support.microsoft.com/en-us/topic/update-allows-administrators-to-set-additional-default-mail-and-calendar-synchronization-windows-for-new-exchange-accounts-in-outlook-2016-f56b88ff-0f5f-71c3-f75c-ab30d8ffee79
For new user, make sure you have following registry value created before you setup a new user with new outlook profile.
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\office\16.0\outlook\
Create key outlook
and underneath it
Create key cached mode
And create DWORD value (Decimal)
The value input just references the document I mentioned above
Hopefully this helps.
For existing user
Change registry value at
HKEY_CURRENT_USER\Software\Policies\Microsoft\office\16.0\outlook\cached mode\
Find value syncwindowsetting
Change it to the value you want by referring to this document (You need to change based on decimal to make it work, and the user must have administrator permission to be able to change)
https://support.microsoft.com/en-us/topic/update-allows-administrators-to-set-additional-default-mail-and-calendar-synchronization-windows-for-new-exchange-accounts-in-outlook-2016-f56b88ff-0f5f-71c3-f75c-ab30d8ffee79
For new user, make sure you have following registry value created before you setup a new user with new outlook profile.
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\office\16.0\outlook\
Create key outlook
and underneath it
Create key cached mode
And create DWORD value (Decimal)
The value input just references the document I mentioned above
Hopefully this helps.