File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Set-CsTeamsChannelsPolicy [-Tenant <Guid>] [-AllowOrgWideTeamCreation <Boolean>]
29
29
### Instance
30
30
```
31
31
Set-CsTeamsChannelsPolicy [-Tenant <Guid>] [-AllowOrgWideTeamCreation <Boolean>]
32
- [-AllowPrivateTeamDiscovery <Boolean>] [-AllowPrivateChannelCreation <Boolean>]
32
+ [-EnablePrivateTeamDiscovery <Boolean>] [-AllowPrivateChannelCreation <Boolean>]
33
33
[-AllowUserToParticipateInExternalSharedChannel <Boolean>] [-AllowChannelSharingToExternalUser <Boolean>] [-AllowSharedChannelCreation <Boolean>]
34
34
[-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
35
35
```
@@ -43,7 +43,7 @@ This cmdlet allows you to update existing policies of this type.
43
43
44
44
### Example 1
45
45
``` powershell
46
- PS C:\> Set-CsTeamsChannelsPolicy -Identity StudentPolicy -AllowPrivateTeamDiscovery $true
46
+ PS C:\> Set-CsTeamsChannelsPolicy -Identity StudentPolicy -EnablePrivateTeamDiscovery $true
47
47
```
48
48
49
49
This example shows updating an existing policy with name "StudentPolicy" and enabling Private Team Discovery.
You can’t perform that action at this time.
0 commit comments