Skip to content

Commit b2939ed

Browse files
authored
Merge branch 'master' into patch-5
2 parents 4eb68eb + cf07df8 commit b2939ed

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

skype/skype-ps/skype/New-CsTeamsMeetingPolicy.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,16 @@ Accept wildcard characters: False
322322
```
323323
324324
### -AutoAdmittedUsers
325-
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.
325+
Determines what types of participants will automatically be added to meetings organized by this user.
326+
Possible values are:
327+
- **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.
328+
- **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.
329+
- **Everyone**, if you'd like to admit anonymous users by default.
330+
- **OrganizerOnly**, if you would like that only meeting organizers can bypass the lobby.
331+
- **EveryoneInCompanyExcludingGuests**, if you would like meetings to place every external and guest users in the lobby but allow all other users in the company to join the meeting immediately.
332+
- **InvitedUsers**, if you would like that only meeting organizers and invited users can bypass the lobby.
333+
334+
This setting also applies to participants joining via a PSTN device (i.e. a traditional phone).
326335
327336
```yaml
328337
Type: String

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,12 @@ Accept wildcard characters: False
337337
### -AutoAdmittedUsers
338338
Determines what types of participants will automatically be added to meetings organized by this user.
339339
Possible values are:
340-
- 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.
341-
- Everyone, if you'd like to admit anonymous users by default.
342-
- 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.
343-
- OrganizerOnly, if you would like that only meeting organizers can bypass the lobby.
340+
- **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.
341+
- **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.
342+
- **Everyone**, if you'd like to admit anonymous users by default.
343+
- **OrganizerOnly**, if you would like that only meeting organizers can bypass the lobby.
344+
- **EveryoneInCompanyExcludingGuests**, if you would like meetings to place every external and guest users in the lobby but allow all other users in the company to join the meeting immediately.
345+
- **InvitedUsers**, if you would like that only meeting organizers and invited users can bypass the lobby.
344346
345347
This setting also applies to participants joining via a PSTN device (i.e. a traditional phone).
346348

0 commit comments

Comments
 (0)