Skip to content

Commit 98ac77f

Browse files
authored
Merge branch 'master' into removeCsTenantBlockedNumberExceptionPattern
2 parents 20a6895 + cb58683 commit 98ac77f

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
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/Move-CsUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ When moving a user to or from the Microsoft 365 cloud (TeamsOnly):
4949
> [!NOTE]
5050
>
5151
> - The `-MoveToTeams` switch is no longer required to move a user directly to Teams. Specifying this switch no longer has any impact, since users are always moved to TeamsOnly.
52-
> - If you are using Skype for Business Server 2015 with CU8 or later, we recommend you pass the `-UseOAuth` switch, which ensures the on-premises code authenticates using OAuth, instead of Legacy LiveID authentication. In Skype for Business Server 2019 and later versions, OAuth is always used hence the switch is not relevant on those versions.
52+
> - If you are using Skype for Business Server 2015 with CU8 or later, we recommend you pass the `-UseOAuth` switch, which ensures the on-premises code authenticates using OAuth, instead of Legacy LiveID authentication. In Skype for Business Server 2015 CU12, Skype for Business Server 2019 and later versions, OAuth is always used hence the switch is not relevant on those versions.
5353
> - Moving users from On-Premises to Teams requires TLS 1.2. TLS 1.0 and TLS 1.1 have been deprecated. Please visit [Disabling TLS 1.0 and 1.1 for Microsoft 365](/microsoft-365/compliance/tls-1.0-and-1.1-deprecation-for-office-365?view=o365-worldwide) and [Preparing for TLS 1.2 in Office 365 and Office 365 GCC](/microsoft-365/compliance/prepare-tls-1.2-in-office-365?view=o365-worldwide) for details.
5454
5555
## EXAMPLES

teams/teams-ps/teams/New-CsBatchPolicyAssignmentOperation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ An array of users, specified either using object IDs (guid) or SIP addresses. T
7777

7878
```yaml
7979
Type: String
80-
Parameter Sets:
80+
Parameter Sets: (All)
8181
Aliases:
8282

8383
Required: True
@@ -92,7 +92,7 @@ The name of the policy to be assigned to the users. To remove the currently assi
9292
9393
```yaml
9494
Type: String
95-
Parameter Sets:
95+
Parameter Sets: (All)
9696
Aliases:
9797

9898
Required: True
@@ -107,7 +107,7 @@ The name of the policy to be assigned to the users.
107107
108108
```yaml
109109
Type: String
110-
Parameter Sets:
110+
Parameter Sets: (All)
111111
Aliases:
112112

113113
Required: True
@@ -122,7 +122,7 @@ An optional name for the batch assignment operation.
122122
123123
```yaml
124124
Type: String
125-
Parameter Sets:
125+
Parameter Sets: (All)
126126
Aliases:
127127

128128
Required: False

0 commit comments

Comments
 (0)