Skip to content

Commit 4c5443c

Browse files
authored
Merge pull request MicrosoftDocs#4772 from MicrosoftDocs/master
Merges Master to Live. See commits for details.
2 parents 27b144f + b532bfb commit 4c5443c

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

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

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Use this cmdlet to update values in existing Teams Calling Policies.
2323
Set-CsTeamsCallingPolicy [-Tenant <System.Guid>] [-AllowCalling <Boolean>] [-AllowPrivateCalling <Boolean>]
2424
[-AllowVoicemail <String>] [-AllowCallGroups <Boolean>] [-AllowDelegation <Boolean>]
2525
[-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>]
26-
[-PreventTollBypass <Boolean>] [-BusyOnBusyEnabledType <String>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
26+
[-PreventTollBypass <Boolean>] [-BusyOnBusyEnabledType <String>] [-MusicOnHoldEnabledType <Enum>][[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2727
```
2828

2929
### Instance
3030
```
3131
Set-CsTeamsCallingPolicy [-Tenant <System.Guid>] [-AllowCalling <Boolean>] [-AllowPrivateCalling <Boolean>]
3232
[-AllowVoicemail <String>] [-AllowCallGroups <Boolean>] [-AllowDelegation <Boolean>]
3333
[-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>]
34-
[-PreventTollBypass <Boolean>] [-BusyOnBusyEnabledType <String>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
34+
[-PreventTollBypass <Boolean>] [-BusyOnBusyEnabledType <String>] [-MusicOnHoldEnabledType <Enum>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3535
```
3636

3737
## DESCRIPTION
@@ -277,7 +277,20 @@ Default value: None
277277
Accept pipeline input: False
278278
Accept wildcard characters: False
279279
```
280+
### -MusicOnHoldEnabledType
281+
Settings this parameter allows you to turn on or turn off music on hold when a PSTN caller is placed on hold. It is turned on by default. Valid options are: Enabled, Disabled, UserOverride. For now setting the value to UserOverride is the same as Enabled. This setting does not apply to call park and SLA boss delegate features.
280282
283+
```yaml
284+
Type: Enum
285+
Parameter Sets: (All)
286+
Aliases:
287+
288+
Required: False
289+
Position: Named
290+
Default value: Enabled
291+
Accept pipeline input: False
292+
Accept wildcard characters: False
293+
```
281294
### CommonParameters
282295
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
283296
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

teams/teams-ps/teams/Set-TeamPicture.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Set-TeamPicture -GroupId <String> -ImagePath <String> [<CommonParameters>]
2727

2828
## DESCRIPTION
2929

30+
> [!IMPORTANT]
31+
> Modules in the PS INT gallery for Microsoft Teams run on the /beta version in Microsoft Graph and are subject to change. Int modules can be install from here <https://www.poshtestgallery.com/packages/MicrosoftTeams>.
32+
33+
3034
## EXAMPLES
3135

3236
### Example 1

0 commit comments

Comments
 (0)