Skip to content

Commit d3b865c

Browse files
authored
Merge pull request MicrosoftDocs#3037 from dariomws306/Dariomws16
Update Set-OrganizationConfig.md
2 parents 4274c4a + 55265d2 commit d3b865c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,11 @@ Accept wildcard characters: False
575575
### -BookingsPaymentsEnabled
576576
This parameter is available only in the cloud-based service.
577577
578-
{{Fill BookingsPaymentsEnabled Description}}
578+
The BookingsPaymentsEnabled parameter specifies whether to enable online payment node inside Bookings. Valid values are:
579+
580+
- $true: Online payments are enabled.
581+
582+
- $false: Online payments are disabled. This is the default value.
579583
580584
```yaml
581585
Type: $true | $false
@@ -592,7 +596,11 @@ Accept wildcard characters: False
592596
### -BookingsSocialSharingRestricted
593597
This parameter is available only in the cloud-based service.
594598
595-
{{Fill BookingsSocialSharingRestricted Description}}
599+
The BookingsSocialSharingRestricted parameter allows you to control whether, or not, your users can see social sharing options inside Bookings. Valid values are:
600+
601+
- $true: Social sharing options are restricted.
602+
603+
- $false: Users can see social sharing options inside Bookings. This is the default value.
596604
597605
```yaml
598606
Type: $true | $false

0 commit comments

Comments
 (0)