Skip to content

Commit bc1e0f3

Browse files
Update Set-CsTeamsMeetingPolicy.md
removed defunct Automatically Start Copilot value and updated Copilot parameter values/description
1 parent 1abdcd5 commit bc1e0f3

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

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

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
7474
[-AudibleRecordingNotification <String>]
7575
[-AutoAdmittedUsers <String>]
7676
[-AutoRecording <String>]
77-
[-AutomaticallyStartCopilot <String>]
7877
[-BlockedAnonymousJoinClientTypes <List>]
7978
[-CaptchaVerificationForMeetingJoin <String>]
8079
[-ChannelRecordingDownload <String>]
@@ -1027,29 +1026,6 @@ Accept pipeline input: False
10271026
Accept wildcard characters: False
10281027
```
10291028
1030-
### -AutomaticallyStartCopilot
1031-
> [!NOTE]
1032-
> This feature has not been fully released yet, so the setting will have no effect.
1033-
1034-
This setting gives admins the ability to auto-start Copilot.
1035-
1036-
Possible values are:
1037-
1038-
- Enabled
1039-
- Disabled
1040-
1041-
```yaml
1042-
Type: String
1043-
Parameter Sets: (All)
1044-
Aliases:
1045-
1046-
Required: False
1047-
Position: Named
1048-
Default value: None
1049-
Accept pipeline input: False
1050-
Accept wildcard characters: False
1051-
```
1052-
10531029
### -BlockedAnonymousJoinClientTypes
10541030
A user can join a Teams meeting anonymously using a [Teams client](https://support.microsoft.com/office/join-a-meeting-without-a-teams-account-c6efc38f-4e03-4e79-b28f-e65a4c039508) or using a [custom application built using Azure Communication Services](https://learn.microsoft.com/azure/communication-services/concepts/join-teams-meeting). When anonymous meeting join is enabled, both types of clients may be used by default. This optional parameter can be used to block one of the client types that can be used.
10551031
@@ -1156,12 +1132,14 @@ Accept wildcard characters: False
11561132
```
11571133
11581134
### -Copilot
1159-
This setting allows the admin to choose whether Copilot will be enabled with a persisted transcript or a non-persisted transcript.
1135+
This setting allows the admin to choose whether Copilot will be enabled with a saved transcript, without a saved transcript, or not at all.
11601136
11611137
Possible values are:
11621138
11631139
- Enabled
11641140
- EnabledWithTranscript
1141+
- EnabledWithTranscriptDefaultOn
1142+
- Disbled
11651143
11661144
```yaml
11671145
Type: String

0 commit comments

Comments
 (0)