Skip to content

Commit 391196a

Browse files
authored
Merge pull request #11565 from sunimiwa/patch-1
Update Set-CsTeamsChannelsPolicy.md
2 parents 832abbe + 8edc8e3 commit 391196a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skype/skype-ps/skype/Set-CsTeamsChannelsPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Set-CsTeamsChannelsPolicy [-Tenant <Guid>] [-AllowOrgWideTeamCreation <Boolean>]
2929
### Instance
3030
```
3131
Set-CsTeamsChannelsPolicy [-Tenant <Guid>] [-AllowOrgWideTeamCreation <Boolean>]
32-
[-AllowPrivateTeamDiscovery <Boolean>] [-AllowPrivateChannelCreation <Boolean>]
32+
[-EnablePrivateTeamDiscovery <Boolean>] [-AllowPrivateChannelCreation <Boolean>]
3333
[-AllowUserToParticipateInExternalSharedChannel <Boolean>] [-AllowChannelSharingToExternalUser <Boolean>] [-AllowSharedChannelCreation <Boolean>]
3434
[-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3535
```
@@ -43,7 +43,7 @@ This cmdlet allows you to update existing policies of this type.
4343

4444
### Example 1
4545
```powershell
46-
PS C:\> Set-CsTeamsChannelsPolicy -Identity StudentPolicy -AllowPrivateTeamDiscovery $true
46+
PS C:\> Set-CsTeamsChannelsPolicy -Identity StudentPolicy -EnablePrivateTeamDiscovery $true
4747
```
4848

4949
This example shows updating an existing policy with name "StudentPolicy" and enabling Private Team Discovery.

0 commit comments

Comments
 (0)