Skip to content

Commit 2f39053

Browse files
authored
Merge pull request MicrosoftDocs#5654 from MicrosoftDocs/OLMeetings-chrisda
OLMeetings-chrisda to Master
2 parents c9eab9e + 28835db commit 2f39053

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

exchange/exchange-ps/exchange/Set-MailboxCalendarConfiguration.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Set-MailboxCalendarConfiguration [-Identity] <MailboxIdParameter>
4444
[-InvoiceEventsFromEmailEnabled <Boolean>]
4545
[-LocalEventsEnabled <LocalEventsEnabledStatus>]
4646
[-LocalEventsLocation <LocalEventsLocation>]
47+
[-OnlineMeetingsByDefaultEnabled <System.Boolean>]
4748
[-PackageDeliveryEventsFromEmailEnabled <Boolean>]
4849
[-ReminderSoundEnabled <Boolean>]
4950
[-RemindersEnabled <Boolean>]
@@ -599,6 +600,30 @@ Accept pipeline input: False
599600
Accept wildcard characters: False
600601
```
601602
603+
### -OnlineMeetingsByDefaultEnabled
604+
This parameter is available only in the cloud-based service.
605+
606+
The OnlineMeetingsByDefaultEnabled parameter specifies whether to set all meetings as Teams or Skype for Business by default during meeting creation. Valid values are:
607+
608+
- $true: All meetings are online by default.
609+
610+
- $false: All meetings are not online by default.
611+
612+
- $null: The value of the OnlineMeetingsByDefaultEnabled parameter on the Set-OrganizationConfig cmdlet (the organizational setting) is used.
613+
614+
```yaml
615+
Type: System.Boolean
616+
Parameter Sets: (All)
617+
Aliases:
618+
Applicable: Exchange Online
619+
620+
Required: False
621+
Position: Named
622+
Default value: None
623+
Accept pipeline input: False
624+
Accept wildcard characters: False
625+
```
626+
602627
### -PackageDeliveryEventsFromEmailEnabled
603628
This parameter is available only in the cloud-based service.
604629

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Set-OrganizationConfig
8080
[-MailTipsLargeAudienceThreshold <UInt32>]
8181
[-MailTipsMailboxSourcedTipsEnabled <Boolean>]
8282
[-OAuth2ClientProfileEnabled <Boolean>]
83+
[-OnlineMeetingsByDefaultEnabled <Boolean>]
8384
[-OutlookMobileGCCRestrictionsEnabled <Boolean>]
8485
[-OutlookMobileHelpShiftEnabled <Boolean>]
8586
[-OutlookMobileSingleAccountEnabled <Boolean>]
@@ -1935,6 +1936,30 @@ Accept pipeline input: False
19351936
Accept wildcard characters: False
19361937
```
19371938

1939+
### -OnlineMeetingsByDefaultEnabled
1940+
This parameter is available only in the cloud-based service.
1941+
1942+
The OnlineMeetingsByDefaultEnabled parameter specifies whether to set all meetings as Teams or Skype for Business by default during meeting creation. Valid values are:
1943+
1944+
- $true: All meetings are online by default.
1945+
1946+
- $false: All meetings are not online by default. This is the default value.
1947+
1948+
You can override this setting on individual mailboxes by using the OnlineMeetingsByDefaultEnabled parameter on the Set-MailboxCalendarConfiguration cmdlet.
1949+
1950+
```yaml
1951+
Type: Boolean
1952+
Parameter Sets: (All)
1953+
Aliases:
1954+
Applicable: Exchange Online
1955+
1956+
Required: False
1957+
Position: Named
1958+
Default value: None
1959+
Accept pipeline input: False
1960+
Accept wildcard characters: False
1961+
```
1962+
19381963
### -OrganizationSummary
19391964
This parameter is available only in on-premises Exchange.
19401965

0 commit comments

Comments
 (0)