Skip to content

Update Set-OrganizationConfig.md #8314

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

Merged
merged 2 commits into from
Sep 9, 2021
Merged
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
10 changes: 8 additions & 2 deletions exchange/exchange-ps/exchange/Set-OrganizationConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,10 @@ Accept wildcard characters: False
### -BookingsAuthEnabled
This parameter is available only in the cloud-based service.

{{ Fill BookingsAuthEnabled Description }}
The BookingsAuthEnabled parameter specifies whether to enforce authentication to access all published Bookings pages. Valid values are:

- $true: All new and existing Bookings pages are forced to authenticate users before they can book the appointment.
- $false: All bookings pages are not forced to authenticate users.

```yaml
Type: Boolean
Expand Down Expand Up @@ -850,7 +853,10 @@ Accept wildcard characters: False
### -BookingsMembershipApprovalRequired
This parameter is available only in the cloud-based service.

{{ Fill BookingsMembershipApprovalRequired Description }}
The BookingsMembershipApprovalRequired parameter enables a membership approval requirement when new staff members are added to Bookings calendars. Valid values are:

- $true: Newly added staff members need to accept membership in Bookings calendars before the resources are bookable.
- $false: Newly added staff members do not need to accept membership in Bookings calendars to make the resources bookable.

```yaml
Type: Boolean
Expand Down