Skip to content

Commit 2d84473

Browse files
authored
Merge branch 'master' into chrisda
2 parents 97b4f5e + d3b865c commit 2d84473

File tree

2 files changed

+36
-5
lines changed

2 files changed

+36
-5
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

exchange/exchange-ps/exchange/policy-and-compliance-retention/New-ComplianceTag.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,17 @@ For information about the parameter sets in the Syntax section below, see Exchan
2121
## SYNTAX
2222

2323
```
24-
New-ComplianceTag [-Name] <String> [-Comment <String>] [-Confirm] [-EventType <ComplianceRuleIdParameter>]
25-
[-IsRecordLabel <$true | $false>] [-RetentionAction <String>] [-RetentionDuration <Unlimited>]
26-
[-RetentionType <String>] [-ReviewerEmail <SmtpAddress[]>] [-WhatIf] [<CommonParameters>]
24+
New-ComplianceTag [-Name] <String>
25+
[-Comment <String>]
26+
[-Confirm]
27+
[-EventType <ComplianceRuleIdParameter>]
28+
[-IsRecordLabel <$true | $false>]
29+
[-Notes <String>]
30+
[-RetentionAction <String>]
31+
[-RetentionDuration <Unlimited>]
32+
[-RetentionType <String>]
33+
[-ReviewerEmail <SmtpAddress[]>]
34+
[-WhatIf] [<CommonParameters>]
2735
```
2836

2937
## DESCRIPTION
@@ -137,6 +145,21 @@ Accept pipeline input: False
137145
Accept wildcard characters: False
138146
```
139147
148+
### -Notes
149+
The Notes parameter specifies an optional note. If you specify a value that contains spaces, enclose the value in quotation marks ("), for example: "This is a user note".
150+
151+
```yaml
152+
Type: String
153+
Parameter Sets: (All)
154+
Aliases:
155+
Applicable: Office 365 Security & Compliance Center
156+
Required: False
157+
Position: Named
158+
Default value: None
159+
Accept pipeline input: False
160+
Accept wildcard characters: False
161+
```
162+
140163
### -RetentionAction
141164
The RetentionAction parameter specifies the action for the label. Valid values are:
142165

0 commit comments

Comments
 (0)