Skip to content

Commit 50106b7

Browse files
committed
Update Set-OrganizationConfig.md
Shorten event scope params per email request.
1 parent f1882b9 commit 50106b7

File tree

1 file changed

+48
-6
lines changed

1 file changed

+48
-6
lines changed

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Set-OrganizationConfig -ShortenEventScopeDefault <ShortenEventScopeMode>
5656
[-CustomerLockboxEnabled <Boolean>]
5757
[-DefaultAuthenticationPolicy <AuthPolicyIdParameter>]
5858
[-DefaultGroupAccessType <ModernGroupObjectType>]
59+
[-DefaultMinutesToReduceLongEventsBy <Int32>]
60+
[-DefaultMinutesToReduceShortEventsBy <Int32>]
5961
[-DefaultPublicFolderAgeLimit <EnhancedTimeSpan>]
6062
[-DefaultPublicFolderDeletedItemRetention <EnhancedTimeSpan>]
6163
[-DefaultPublicFolderIssueWarningQuota <Unlimited>]
@@ -398,13 +400,11 @@ In Exchange Online, this example results in meeting updates being auto-processed
398400
### -ShortenEventScopeDefault
399401
This parameter is available only in the cloud-based service
400402

401-
{{ Fill ShortenEventScopeDefault Description }}
403+
The ShortenEventScopeDefault parameter specifies whether calendar events start late or end early in the organization. Valid values are:
402404

403-
Valid values are:
404-
405-
- None (default value)
406-
- EndEarly
407-
- StartLate
405+
- 0 or None: Calendar events in the organization don't automatically start late or end early. This is the default value.
406+
- 1 or EndEarly: By default, the end time of all calendar events is reduced by the number of minutes as specified by the values of the DefaultMinutesToReduceLongEventsBy and DefaultMinutesToReduceShortEventsBy parameters.
407+
- 2 or StartLate: By default, the start time of all calendar events is delayed by the number of minutes as specified by the values of the DefaultMinutesToReduceLongEventsBy and DefaultMinutesToReduceShortEventsBy parameters.
408408

409409
```yaml
410410
Type: ShortenEventScopeMode
@@ -1228,6 +1228,48 @@ Accept pipeline input: False
12281228
Accept wildcard characters: False
12291229
```
12301230

1231+
### -DefaultMinutesToReduceLongEventsBy
1232+
This parameter is available only in the cloud-based service.
1233+
1234+
The DefaultMinutesToReduceLongEventsBy parameter specifies the number of minutes to reduce calendar events by if the events are 60 minutes or longer. A valid value is an integer from 0 to 29. The default value is 10.
1235+
1236+
To use this parameter, you also need to include the ShortenEventScopeDefault parameter.
1237+
1238+
Whether long events start late or end early by the specified number of minutes depends on the value of the ShortenEventScopeDefault parameter (EndEarly or StartLate).
1239+
1240+
```yaml
1241+
Type: Int32
1242+
Parameter Sets: ShortenEventScopeParameter
1243+
Aliases:
1244+
Applicable: Exchange Online
1245+
Required: False
1246+
Position: Named
1247+
Default value: None
1248+
Accept pipeline input: False
1249+
Accept wildcard characters: False
1250+
```
1251+
1252+
### -DefaultMinutesToReduceShortEventsBy
1253+
This parameter is available only in the cloud-based service.
1254+
1255+
The DefaultMinutesToReduceShortEventsBy parameter specifies the number of minutes to reduce calendar events by if the events are less than 60 minutes long. A valid value is an integer from 0 to 29. The default value is 5.
1256+
1257+
To use this parameter, you also need to include the ShortenEventScopeDefault parameter.
1258+
1259+
Whether short events start late or end early by the specified number of minutes depends on the value of the ShortenEventScopeDefault parameter (EndEarly or StartLate).
1260+
1261+
```yaml
1262+
Type: Int32
1263+
Parameter Sets: ShortenEventScopeParameter
1264+
Aliases:
1265+
Applicable: Exchange Online
1266+
Required: False
1267+
Position: Named
1268+
Default value: None
1269+
Accept pipeline input: False
1270+
Accept wildcard characters: False
1271+
```
1272+
12311273
### -DefaultPublicFolderAgeLimit
12321274
The DefaultPublicFolderAgeLimit parameter specifies the default age limit for the contents of public folders across the entire organization. Content in a public folder is automatically deleted when this age limit is exceeded. This attribute applies to all public folders in the organization that don't have their own AgeLimit setting.
12331275

0 commit comments

Comments
 (0)