Forum Discussion
Joe Savage
Feb 24, 2021Brass Contributor
'End appointments and meetings early' feature now broken in Office Cloud Policy Service
Originally the option to in Outlook to 'End appointments and meetings early' was a simple on/off option and was reflected in the registry with a DWORD 'endeventsearly' in HKEY_CURRENT_USER\SOFTWARE\M...
MindaugasG-IL
Jul 22, 2022Copper Contributor
I used powershell command Set-OrganizationConfig to make changes org-wise:
Set-OrganizationConfig -ShortenEventScopeDefault EndEarly -DefaultMinutesToReduceShortEventsBy 10 -DefaultMinutesToReduceLongEventsBy 15
It seems OK: users in Outlook get minutes changed and End Early, except one minor thing box "Shorten appointments and meetings" is not enabled 🙂
and users have to check it manually. Is there any powershell command property to check it org-wise?
Jetze Mellema
Sep 20, 2022Brass Contributor
MindaugasG-IL You would use the ShortenEventScopeDefault switch for that. See https://learn.microsoft.com/en-us/powershell/module/exchange/set-organizationconfig?view=exchange-ps
- MindaugasG-ILSep 20, 2022Copper ContributorI did as wrote in my message:
Set-OrganizationConfig -ShortenEventScopeDefault EndEarly -DefaultMinutesToReduceShortEventsBy 10 -DefaultMinutesToReduceLongEventsBy 15
but Outlook do not set checkbox for "Shorten appointments and meetings".- ClaytonlopesSep 26, 2022Copper Contributor
im using endpoint manager and still not working - i gave up for now