Skip to content

Commit 774f8fa

Browse files
authored
Merge pull request MicrosoftDocs#6306 from get-itips/patch-240
Adding OrganizerOnly as a valid option
2 parents b030b31 + 7fc72af commit 774f8fa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,14 @@ Accept wildcard characters: False
273273
274274
275275
### -AutoAdmittedUsers
276-
Determines what types of participants will automatically be added to meetings organized by this user. Set this to EveryoneInCompany if you would like meetings to place every external user in the lobby but allow all users in the company to join the meeting immediately. Set this to Everyone if you'd like to admit anonymous users by default. Set this to EveryoneInSameAndFederatedCompany if you would like meetings to allow federated users to join like your company's users, but place all other external users in a lobby. This setting also applies to participants joining via a PSTN device (i.e. a traditional phone).
276+
Determines what types of participants will automatically be added to meetings organized by this user.
277+
Possible values are:
278+
- EveryoneInCompany, if you would like meetings to place every external user in the lobby but allow all users in the company to join the meeting immediately.
279+
- Everyone, if you'd like to admit anonymous users by default.
280+
- EveryoneInSameAndFederatedCompany, if you would like meetings to allow federated users to join like your company's users, but place all other external users in a lobby.
281+
- OrganizerOnly, if you would like that only meeting organizers can bypass the lobby.
282+
283+
This setting also applies to participants joining via a PSTN device (i.e. a traditional phone).
277284
278285
```yaml
279286
Type: String

0 commit comments

Comments
 (0)