Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove -AutomaticallyStartCopilot parameter #12060

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
[-AttendeeIdentityMasking <String>]
[-AudibleRecordingNotification <String>]
[-AutoAdmittedUsers <String>]
[-AutomaticallyStartCopilot <String>]
[-BlockedAnonymousJoinClientTypes <List>]
[-CaptchaVerificationForMeetingJoin <String>]
[-ChannelRecordingDownload <String>]
Expand Down Expand Up @@ -931,28 +930,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -AutomaticallyStartCopilot
*Note: This feature has not been fully released yet, so the setting will have no effect.*

This setting gives admins the ability to auto-start Copilot.

Possible values are:

- Enabled
- Disabled

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: Disabled
Accept pipeline input: False
Accept wildcard characters: False
```

### -BlockedAnonymousJoinClientTypes
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.

Expand Down
Loading