Skip to content

Commit 5805b54

Browse files
committed
Manual recreation of conflicted 11661
MicrosoftDocs#11661
1 parent 62ce753 commit 5805b54

File tree

2 files changed

+38
-5
lines changed

2 files changed

+38
-5
lines changed

teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
2+
external help file: Microsoft.Teams.Policy.Administration.Cmdlets.Core.dll-Help.xml
33
online version: https://learn.microsoft.com/powershell/module/teams/new-csteamsmeetingpolicy
44
Module Name: MicrosoftTeams
55
applicable: Microsoft Teams
@@ -8,16 +8,17 @@ schema: 2.0.0
88
manager: bulenteg
99
author: tomkau
1010
ms.author: tomkau
11-
ms.reviewer: williamlooney
11+
ms.reviewer: wblocker
1212
---
1313

1414
# New-CsTeamsMeetingPolicy
1515

1616
## SYNOPSIS
1717
The CsTeamsMeetingPolicy cmdlets enable administrators to control the type of meetings that users can create or the features that they can access while in a meeting. It also helps determine how meetings deal with anonymous or external users.
18+
1819
## SYNTAX
1920

20-
```
21+
```powershell
2122
New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
2223
[-AllowAnonymousUsersToDialOut <Boolean>]
2324
[-AllowAnonymousUsersToJoinMeeting <Boolean>]
@@ -79,6 +80,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
7980
[-RecordingStorageMode <String>]
8081
[-RoomAttributeUserOverride <String>]
8182
[-ScreenSharingMode <String>]
83+
[-SmsNotifications <String>]
8284
[-SpeakerAttributionMode <String>]
8385
[-StreamingAttendeeMode <String>]
8486
[-TeamsCameraFarEndPTZMode <String>]
@@ -1116,6 +1118,21 @@ Accept pipeline input: False
11161118
Accept wildcard characters: False
11171119
```
11181120

1121+
### -SmsNotifications
1122+
Participants can sign up for text message meeting reminders.
1123+
1124+
```yaml
1125+
Type: String
1126+
Parameter Sets: (All)
1127+
Aliases:
1128+
1129+
Required: False
1130+
Position: Named
1131+
Default value: None
1132+
Accept pipeline input: False
1133+
Accept wildcard characters: False
1134+
```
1135+
11191136
### -SpeakerAttributionMode
11201137
Possible values:
11211138

teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
2+
external help file: Microsoft.Teams.Policy.Administration.Cmdlets.Core.dll-Help.xml
33
online version: https://learn.microsoft.com/powershell/module/teams/set-csteamsmeetingpolicy
44
Module Name: MicrosoftTeams
55
applicable: Microsoft Teams
@@ -8,7 +8,7 @@ schema: 2.0.0
88
manager: bulenteg
99
author: tomkau
1010
ms.author: tomkau
11-
ms.reviewer: williamlooney
11+
ms.reviewer: wblocker
1212
---
1313

1414
# Set-CsTeamsMeetingPolicy
@@ -86,6 +86,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
8686
[-RecordingStorageMode <String>]
8787
[-RoomAttributeUserOverride <String>]
8888
[-ScreenSharingMode <String>]
89+
[-SmsNotifications <String>]
8990
[-SpeakerAttributionMode <String>]
9091
[-StreamingAttendeeMode <String>]
9192
[-TeamsCameraFarEndPTZMode <String>]
@@ -1199,6 +1200,21 @@ Accept pipeline input: False
11991200
Accept wildcard characters: False
12001201
```
12011202

1203+
### -SmsNotifications
1204+
Participants can sign up for text message meeting reminders.
1205+
1206+
```yaml
1207+
Type: String
1208+
Parameter Sets: (All)
1209+
Aliases:
1210+
1211+
Required: False
1212+
Position: Named
1213+
Default value: None
1214+
Accept pipeline input: False
1215+
Accept wildcard characters: False
1216+
```
1217+
12021218
### -SpeakerAttributionMode
12031219
Possible values:
12041220

0 commit comments

Comments
 (0)