Skip to content

Commit e910283

Browse files
authored
Merge pull request MicrosoftDocs#8314 from MicrosoftDocs/chrisda
Update Set-OrganizationConfig.md
2 parents 5f20aad + 5f4732b commit e910283

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,10 @@ Accept wildcard characters: False
767767
### -BookingsAuthEnabled
768768
This parameter is available only in the cloud-based service.
769769

770-
{{ Fill BookingsAuthEnabled Description }}
770+
The BookingsAuthEnabled parameter specifies whether to enforce authentication to access all published Bookings pages. Valid values are:
771+
772+
- $true: All new and existing Bookings pages are forced to authenticate users before they can book the appointment.
773+
- $false: All bookings pages are not forced to authenticate users.
771774

772775
```yaml
773776
Type: Boolean
@@ -850,7 +853,10 @@ Accept wildcard characters: False
850853
### -BookingsMembershipApprovalRequired
851854
This parameter is available only in the cloud-based service.
852855

853-
{{ Fill BookingsMembershipApprovalRequired Description }}
856+
The BookingsMembershipApprovalRequired parameter enables a membership approval requirement when new staff members are added to Bookings calendars. Valid values are:
857+
858+
- $true: Newly added staff members need to accept membership in Bookings calendars before the resources are bookable.
859+
- $false: Newly added staff members do not need to accept membership in Bookings calendars to make the resources bookable.
854860

855861
```yaml
856862
Type: Boolean

0 commit comments

Comments
 (0)