Forum Discussion
Ahrensbach
Nov 01, 2021Copper Contributor
Shorten meetings PowerShell command doesn't work...
On our company Office 365 tenant, i am trying to shorten all our meetings by 5-10 minutes based on length using the available PowerShell command: Set-OrganizationConfig -ShortenEventScopeDefault...
mikaelnylen
Dec 05, 2022Copper Contributor
I have the same problem, anyone that knows a answer to this problem?
psantus
Jun 09, 2023Copper Contributor
My understanding is that Set-OrganizationConfig only affects new users.
For existing users, you may enforce with
Get-MailBox | Set-MailboxCalendarConfiguration -ShortenEventScopeDefault 1
If you don't have E3 licences, neither config.office.com nor intune policies / GPOs will enable you to fully enforce it (prevent users from changing the value)
For existing users, you may enforce with
Get-MailBox | Set-MailboxCalendarConfiguration -ShortenEventScopeDefault 1
If you don't have E3 licences, neither config.office.com nor intune policies / GPOs will enable you to fully enforce it (prevent users from changing the value)