Skip to content

Commit 6a615cb

Browse files
committed
Merge branch 'main' into chrisda
2 parents 96ada3e + 49af425 commit 6a615cb

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

skype/skype-ps/skype/New-CsTeamsChannelsPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This cmdlet allows you to create new policies of this type, which can later be a
3333

3434
### Example 1
3535
```powershell
36-
PS C:\> New-CsTeamsChannelsPolicy -Identity StudentPolicy -AllowPrivateTeamDiscovery $false
36+
PS C:\> New-CsTeamsChannelsPolicy -Identity StudentPolicy -EnablePrivateTeamDiscovery $false
3737
```
3838

3939
This example shows creating a new policy with name "StudentPolicy" where Private Team Discovery is disabled.

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.

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
3939
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>]
4040
[-SpeakerAttributionMode <String>] [-WhoCanRegister <String>] [-ChannelRecordingDownload <String>] [-NewMeetingRecordingExpirationDays <Int32>]
4141
[-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>] [-AllowedStreamingMediaInput <String>] [-AutomaticallyStartCopilot <String>] [-Copilot <String>]
42-
[-AllowWatermarkForScreenSharing <Boolean>] [-AllowWatermarkForCameraVideo <Boolean>] [-AllowLocalRecording <Boolean>] [-ExternalMeetingJoin <String>] [-CopyRestriction <Boolean>] [-VoiceIsolation <String>]
43-
[-ContentSharingInExternalMeetings <String>]
42+
[-AllowWatermarkForScreenSharing <Boolean>] [-AllowWatermarkForCameraVideo <Boolean>] [-AllowWatermarkCustomizationForCameraVideo <Boolean>] [-WatermarkForCameraVideoOpacity <Int32>] [-WatermarkForCameraVideoPattern <String>]
43+
[-AllowWatermarkCustomizationForScreenSharing <Boolean>] [-WatermarkForScreenSharingOpacity <Int32>] [-WatermarkForScreenSharingPattern <String>] [-WatermarkForAnonymousUsers <String>]
44+
[-AllowLocalRecording <Boolean>] [-ExternalMeetingJoin <String>] [-CopyRestriction <Boolean>] [-VoiceIsolation <String>]
45+
[-ContentSharingInExternalMeetings <String>]
4446
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
4547
```
4648

0 commit comments

Comments
 (0)