Skip to content

Commit 61c18c8

Browse files
authored
Merge branch 'master' into chrisda
2 parents 9d8d3d8 + 2f39053 commit 61c18c8

File tree

7 files changed

+59
-5
lines changed

7 files changed

+59
-5
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

exchange/exchange-ps/exchange/Set-RemoteMailbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ Notes on the value Shared:
14081408
14091409
- Shared is available only in Exchange 2013 CU21 or later and Exchange 2016 CU10 or later. To use this value, you also need to run setup.exe /PrepareAD. For more information, see [KB4133605](https://support.microsoft.com/help/4133605/cmdlets-to-create-modify-remote-shared-mailbox-in-on-premises-exchange).
14101410
1411-
- You can only use Shared on a mailbox that was originally created in Exchange Online. If the mailbox was originally created in on-premises Exchange and then migrated to Exchange Online, you need to migrate the mailbox back to on-premises Exchange, convert the mailbox to a shared mailbox in on-premises Exchange, and then migrate the shared mailbox to Exchange Online. Or, you can change the RemoteRecipientType property value of the on-premises mailbox to "ProvisionMailbox, Migrated, DeprovisionArchive" by running the following command on an Exchange server: Set-ADUser -Identity "\<UserName\>" -Replace @{msExchRemoteRecipientTYpe="21"}.
1411+
- You can only use Shared on a mailbox that was originally created in Exchange Online. If the mailbox was originally created in on-premises Exchange and then migrated to Exchange Online, take the action described in Step 3 in the Resolution section in [KB2710029](https://support.microsoft.com/help/2710029/shared-mailboxes-are-unexpectedly-converted-to-user-mailboxes-after-di).
14121412
14131413
```yaml
14141414
Type: ConvertibleRemoteMailboxSubType

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use the `Remove-SPOSiteGroup` cmdlet to remove a group from a site collection by
2828

2929
You must be a SharePoint Online administrator or Global Administrator and be a site collection administrator to run the `Remove-SPOSiteGroup` cmdlet.
3030

31-
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at <https://go.microsoft.com/fwlink/p/?LinkId=251832> (<https://go.microsoft.com/fwlink/p/?LinkId=251832).>
31+
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://docs.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
3232

3333
## EXAMPLES
3434

sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteRename.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Accept wildcard characters: False
187187
188188
### -Confirm
189189
190-
PARAMVALUE: SwitchParameter
190+
Prompts you for confirmation before executing the command. For more information, type the following command: `get-help about_commonparameters`
191191

192192
```yaml
193193
Type: SwitchParameter

skype/skype-ps/skype/Set-CsCallQueue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ This example updates the Call Queue with identity e7e00636-47da-449c-a36b-1b3d6e
4040

4141
### -------------------------- Example 2 --------------------------
4242
```
43-
Set-CsCallQueue -Identity e7e00636-47da-449c-a36b-1b3d6ee04440 -DistributionLists @("8521b0e3-51bd-4a4b-a8d6-b219a77a0a6a", "868dccd8-d723-4b4f-8d74-ab59e207c357") -MusicOnHoldAudioFileId 4d7361c1-5b46-4f69-b125-cf35a098a341
43+
Set-CsCallQueue -Identity e7e00636-47da-449c-a36b-1b3d6ee04440 -DistributionLists @("8521b0e3-51bd-4a4b-a8d6-b219a77a0a6a", "868dccd8-d723-4b4f-8d74-ab59e207c357") -MusicOnHoldAudioFileId $audioFile.Id
4444
```
4545

46-
This example updates the Call Queue with new distribution lists and references a new music on hold audio file.
46+
This example updates the Call Queue with new distribution lists and references a new music on hold audio file using the audio file ID from the stored variable $audioFile created with the [Import-CsOnlineAudioFile cmdlet](https://docs.microsoft.com/powershell/module/skype/import-csonlineaudiofile)
4747

4848
## PARAMETERS
4949

skype/skype-ps/skype/Set-CsTeamsCallingPolicy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ Accept wildcard characters: False
6868
Controls interop calling capabilities.
6969
Turning this on will allow Skype for Business users to have one-on-one calls with Teams users and vice-versa.
7070
71+
[!NOTE] This parameter is disabled.
72+
7173
```yaml
7274
Type: Boolean
7375
Parameter Sets: (All)
@@ -313,6 +315,8 @@ Possible values
313315
- Disabled
314316
- UserOverride
315317
318+
[!NOTE] This parameter is not available for use.
319+
316320
```yaml
317321
Type: Object
318322
Parameter Sets: (All)

0 commit comments

Comments
 (0)