v4.26.0 update settings resync #152
Replies: 3 comments 1 reply
-
|
It seems like the settings get reset every time I re-run the script; verified by re-running |
Beta Was this translation helpful? Give feedback.
-
|
Hi @wwa-jvteeffelen, do I understand correctly that this issue affects Outlook Web and New Outlook on Windows only? I suppose so because all other Outlook editions take their timezone settings from the operating system they are running on. If yes, this issue has nothing to do with Set-OutlookSignatures itself, but with the Benefactor Circle add-on. Only the add-on writes to Outlook Web. There may be a problem around the brand-new Graph APIs the add-on uses since 4.26.0, ExplicIT will investigate on this. In the meantime, please test a possible workaround: Not using the new Graph APIs, but the old EWS code path (which still exists as a fallback and will work until Microsoft disables EWS in Exchange Online later this year): In your Entra ID app for Set-OutlookSignatures,
This forces the old EWS code path. If the issue is gone then, it is clear that there is something wrong around the new Graph APIs. |
Beta Was this translation helpful? Give feedback.
-
|
ExplicIT confirmed this to be a bug in the code of their Benefactor Circle add-on. The root cause has been identified and will be fixed in the next release. If you are affected, you can implement the following workaround, which is good until Microsoft starts disabling EWS for Exchange Online in October 2026:
If you have an active Benefactor Circle license and do not want to use the workaround or wait until the next release of the Benefactor Circle add-on is published, please open a professional support request and ask for a preview version containing the fix. This issue will be closed when a new release of the Benefactor Circle add-on containing the fix has been published. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After switching to the V4.26 update, users (me included) have noticed their personal settings have been reset.
For example, I've looked at a user's TimeZone who has likely run the script and not yet restarted the application and the TimeZone column in
Get-MailboxRegionalConfigurationis empty after the execution.I'm not even sure if it's caused by Set-OutlookSignatures, but it seems very likely as I've updated yesterday morning and users started noticing it in the afternoon and this morning.
Beta Was this translation helpful? Give feedback.
All reactions