Skip to content

Commit 109b877

Browse files
authored
Merge branch 'master' into patch-2
2 parents 28b1e42 + 5cd0786 commit 109b877

File tree

4 files changed

+50
-0
lines changed

4 files changed

+50
-0
lines changed

skype/skype-ps/skype/Get-CsOnlineDialInConferencingUserInfo.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ ms.reviewer:
1313
# Get-CsOnlineDialInConferencingUserInfo
1414

1515
## SYNOPSIS
16+
17+
> [!NOTE]
18+
> This cmdlet will be deprecated on December 31, 2021. To view the properties and settings of users that are enabled for Audio Conferencing, you can use the [Get-CsOnlineDialInConferencingUser](https://docs.microsoft.com/powershell/module/skype/get-csonlinedialinconferencinguser?view=skype-ps) cmdlet.
19+
1620
Use the `Get-CsOnlineDialInConferencingUserInfo` cmdlet to view the properties and settings of users that are enabled for dial-in conferencing and are using Microsoft or third-party provider as their PSTN conferencing provider.
1721

1822
## SYNTAX

skype/skype-ps/skype/Get-CsOnlineDialInConferencingUserState.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ ms.reviewer:
1313
# Get-CsOnlineDialInConferencingUserState
1414

1515
## SYNOPSIS
16+
17+
> [!NOTE]
18+
> This cmdlet will be deprecated on December 31, 2021. To view the properties and settings of users that are enabled for Audio Conferencing, you can use the [Get-CsOnlineDialInConferencingUser](https://docs.microsoft.com/powershell/module/skype/get-csonlinedialinconferencinguser?view=skype-ps) cmdlet.
19+
1620
Use the `Get-CsOnlineDialInConferencingUserState` cmdlet to view the current Dial In Conferencing state of users in your Tenant.
1721

1822
## SYNTAX

skype/skype-ps/skype/New-CsTeamsMeetingPolicy.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ New-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
3333
[-AllowMeetingRegistration <Boolean>] [-AllowRecordingStorageOutsideRegion <Boolean>] [-AllowScreenContentDigitization <Boolean>]
3434
[-AllowTrackingInReport <Boolean>] [-LiveCaptionsEnabledType <String>] [-RecordingStorageMode <String>] [-RoomAttributeUserOverride <String>]
3535
[-SpeakerAttributionMode <String>] [-WhoCanRegister <Object>] [-MeetingRecordingExpirationDays <Int32>]
36+
[-MeetingInviteLanguages <String>]
3637
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3738
```
3839

@@ -903,6 +904,26 @@ Accept pipeline input: False
903904
Accept wildcard characters: False
904905
```
905906
907+
### -MeetingInviteLanguages
908+
Controls how the join information in meeting invitations is displayed by enforcing a common language or enabling up to two languages to be displayed.
909+
Note: All Teams supported languages can be specified using language codes. For more information about its delivery date, see the [roadmap (Feature ID: 81521)](https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=81521).
910+
911+
The preliminary list of available languages is shown below:
912+
ar-SA,az-Latn-AZ,bg-BG,ca-ES,cs-CZ,cy-GB,da-DK,de-DE,el- GR,en-GB,es-ES,es-MX,et-EE,eu-ES,fi-FI,fil-PH,fr-CA,fr-FR,gl-ES,he-IL,hi-IN,hr-HR,hu-HU,id-ID,is-IS,it-IT,ja-JP,ka-GE,k k-KZ,ko-KR,lt-LT,lv-LV,mk-MK,ms-MY,nb-NO,nl-NL,nn-NO,pl-PL,pt-BR,pt-PT,ro-RO,ru-RU,sk-SK,sl-SL,sq-AL,sr-Latn-RS,sv-SE,t h-TH,tr-TR,uk-UA,vi-VN,zh-CN,zh-TW.
913+
914+
```yaml
915+
Type: String
916+
Parameter Sets: (All)
917+
Aliases:
918+
Applicable: Microsoft Teams
919+
920+
Required: False
921+
Position: Named
922+
Default value: None
923+
Accept pipeline input: False
924+
Accept wildcard characters: False
925+
```
926+
906927
## INPUTS
907928
908929
### None

skype/skype-ps/skype/Set-CsTeamsMeetingPolicy.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
3636
[-AllowBreakoutRooms <Boolean>] [-TeamsCameraFarEndPTZMode <String>] [-AllowMeetingReactions <Boolean>]
3737
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>]
3838
[-SpeakerAttributionMode <String>] [-WhoCanRegister <String>] [-ChannelRecordingDownload <String>] [-MeetingRecordingExpirationDays <Int32>]
39+
[-MeetingInviteLanguages <String>]
3940
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
4041
```
4142

@@ -59,6 +60,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
5960
[-AllowBreakoutRooms <Boolean>] [-TeamsCameraFarEndPTZMode <String>] [-AllowMeetingReactions <Boolean>]
6061
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>]
6162
[-SpeakerAttributionMode <String>] [-WhoCanRegister <String>] [-ChannelRecordingDownload <String>]
63+
[-MeetingInviteLanguages <String>]
6264
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
6365
```
6466

@@ -965,6 +967,25 @@ Accept pipeline input: False
965967
Accept wildcard characters: False
966968
```
967969
970+
### -MeetingInviteLanguages
971+
Controls how the join information in meeting invitations is displayed by enforcing a common language or enabling up to two languages to be displayed.
972+
Note: All Teams supported languages can be specified using language codes. For more information about its delivery date, see the [roadmap (Feature ID: 81521)](https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=81521).
973+
974+
The preliminary list of available languages is shown below:
975+
ar-SA,az-Latn-AZ,bg-BG,ca-ES,cs-CZ,cy-GB,da-DK,de-DE,el- GR,en-GB,es-ES,es-MX,et-EE,eu-ES,fi-FI,fil-PH,fr-CA,fr-FR,gl-ES,he-IL,hi-IN,hr-HR,hu-HU,id-ID,is-IS,it-IT,ja-JP,ka-GE,k k-KZ,ko-KR,lt-LT,lv-LV,mk-MK,ms-MY,nb-NO,nl-NL,nn-NO,pl-PL,pt-BR,pt-PT,ro-RO,ru-RU,sk-SK,sl-SL,sq-AL,sr-Latn-RS,sv-SE,t h-TH,tr-TR,uk-UA,vi-VN,zh-CN,zh-TW.
976+
977+
```yaml
978+
Type: String
979+
Parameter Sets: (All)
980+
Aliases:
981+
Applicable: Microsoft Teams
982+
983+
Required: False
984+
Position: Named
985+
Default value: None
986+
Accept pipeline input: False
987+
Accept wildcard characters: False
988+
```
968989
969990
### -ChannelRecordingDownload
970991
Controls how channel meeting recordings are saved, permissioned, and who can download them.

0 commit comments

Comments
 (0)