Skip to content

Commit 2c6a424

Browse files
committed
Merge branch 'master' into chrisda
2 parents a149cff + cf07df8 commit 2c6a424

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOStructuralNavigationCacheSiteState.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Get-SPOStructuralNavigationCacheSiteState cmdlet can be used to determine if
2929

3030
### Example 1
3131
```powershell
32-
PS C:\> Get-SPOStructuralNavigationCacheSiteState -weburl "https://contoso.sharepoint.com/sites/product/"
32+
PS C:\> Get-SPOStructuralNavigationCacheSiteState -SiteUrl "https://contoso.sharepoint.com/sites/product/"
3333
```
3434

3535
This example checks if structural navigation caching is enabled for the entire site collection https://contoso.sharepoint.com/sites/product/. If caching is enabled, then it will return True. If caching is disabled, then it will return False.

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)