Skip to content

Commit 1b7f7ba

Browse files
authored
Merge pull request MicrosoftDocs#3122 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents c61769a + 6b3465f commit 1b7f7ba

36 files changed

+941
-668
lines changed

exchange/docs-conceptual/exchange-server/recipient-filters/filter-properties.md

Lines changed: 36 additions & 37 deletions
Large diffs are not rendered by default.

exchange/exchange-ps/exchange/advanced-threat-protection/Get-AntiPhishRule.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ The State parameter filters the results by the state of the rule. Valid values a
7373
Type: Enabled | Disabled
7474
Parameter Sets: (All)
7575
Aliases:
76-
Accepted values: Enabled, Disabled
7776
Applicable: Exchange Online, Exchange Online Protection
7877
Required: False
7978
Position: Named

exchange/exchange-ps/exchange/advanced-threat-protection/New-AntiPhishPolicy.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@ Accept wildcard characters: False
194194
```
195195
196196
### -Enabled
197-
This parameter specifies whether the rule or policy is enabled. Valid values are:
197+
The Enabled parameter specifies whether the policy is enabled. Valid values are:
198198
199-
- $true: The rule or policy is enabled.
199+
- $true: The policy is enabled. This is the default value.
200200
201-
- $false: The rule or policy is disabled.
201+
- $false: The policy is disabled.
202202
203203
```yaml
204204
Type: $true | $false
@@ -434,7 +434,6 @@ The TargetedDomainProtectionAction parameter specifies the action to take on d
434434
Type: MultiValuedProperty
435435
Parameter Sets: (All)
436436
Aliases:
437-
Accepted values: NoAction, MoveToJmf, Redirect, Quarantine, Delete, BccMessage
438437
Applicable: Exchange Online, Exchange Online Protection
439438
Required: False
440439
Position: Named
@@ -496,7 +495,6 @@ The TargetedUserProtectionAction parameter specifies the action to take on det
496495
Type: MultiValuedProperty
497496
Parameter Sets: (All)
498497
Aliases:
499-
Accepted values: NoAction, MoveToJmf, Redirect, Quarantine, Delete, BccMessage
500498
Applicable: Exchange Online, Exchange Online Protection
501499
Required: False
502500
Position: Named

exchange/exchange-ps/exchange/advanced-threat-protection/New-AntiPhishRule.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,13 @@ Accept wildcard characters: False
122122
```
123123
124124
### -Enabled
125-
This parameter specifies whether the rule or policy is enabled. Valid values are:
125+
The Enabled parameter specifies whether the rule is enabled. Valid values are:
126126
127-
- $true: The rule or policy is enabled.
127+
- $true: The rule is enabled. This is the default value.
128128
129-
- $false: The rule or policy is disabled.
129+
- $false: The rule is disabled.
130+
131+
In the properties of the rule, the value of this parameter is visible in the State property.
130132
131133
```yaml
132134
Type: $true | $false

exchange/exchange-ps/exchange/advanced-threat-protection/New-SafeAttachmentPolicy.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,11 @@ Accept wildcard characters: False
144144
```
145145
146146
### -Enable
147-
This parameter specifies whether the rule or policy is enabled. Valid values are:
147+
The Enable parameter specifies whether policy is enabled. Valid values are:
148148
149149
- $true: The rule or policy is enabled.
150150
151-
- $false: The rule or policy is disabled.
152-
153-
The default value is $false.
151+
- $false: The rule or policy is disabled. This is the default value.
154152
155153
```yaml
156154
Type: $true | $false

exchange/exchange-ps/exchange/advanced-threat-protection/New-SafeAttachmentRule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ Accept wildcard characters: False
129129
```
130130
131131
### -Enabled
132-
This parameter specifies whether the rule or policy is enabled. Valid values are:
132+
The Enabled parameter specifies whether the rule is enabled. Valid values are:
133133
134-
- $true: The rule or policy is enabled.
134+
- $true: The rule is enabled. Ths is the default value
135135
136-
- $false: The rule or policy is disabled.
136+
- $false: The rule is disabled.
137137
138138
The default value is $true.
139139

exchange/exchange-ps/exchange/advanced-threat-protection/New-SafeLinksPolicy.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,11 @@ Accept wildcard characters: False
169169
```
170170
171171
### -Enabled
172-
This parameter specifies whether the rule or policy is enabled. Valid values are:
172+
The Enabled parameter specifies whether the policy is enabled. Valid values are:
173173
174174
- $true: The rule or policy is enabled.
175175
176-
- $false: The rule or policy is disabled.
177-
178-
The default value is $false
176+
- $false: The rule or policy is disabled. This is the default value
179177
180178
```yaml
181179
Type: $true | $false
@@ -190,7 +188,11 @@ Accept wildcard characters: False
190188
```
191189
192190
### -EnableForInternalSenders
193-
PARAMVALUE: $true | $false
191+
The EnableForInternalSenders parameter specifies whether the Safe Links policy is applied to internal senders. Valid values are:
192+
193+
- $true: The policy is applied to internal and external senders.
194+
195+
- $false: The policy is applied only to external senders. This is the default value.
194196
195197
```yaml
196198
Type: $true | $false

exchange/exchange-ps/exchange/advanced-threat-protection/New-SafeLinksRule.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,11 @@ Accept wildcard characters: False
127127
```
128128
129129
### -Enabled
130-
This parameter specifies whether the rule or policy is enabled. Valid values are:
130+
The Enabled parameter specifies whether the rule is enabled. Valid values are:
131131
132-
- $true: The rule or policy is enabled.
132+
- $true: The rule is enabled. This is the default value.
133133
134-
- $false: The rule or policy is disabled.
135-
136-
The default value is $true.
134+
- $false: The rule is disabled.
137135
138136
In the properties of the rule, the value of this parameter is visible in the State property.
139137

exchange/exchange-ps/exchange/advanced-threat-protection/Set-AntiPhishPolicy.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ The TargetedDomainProtectionAction parameter specifies the action to take on d
447447
Type: MultiValuedProperty
448448
Parameter Sets: (All)
449449
Aliases:
450-
Accepted values: NoAction, MoveToJmf, Redirect, Quarantine, Delete, BccMessage
451450
Applicable: Exchange Online, Exchange Online Protection
452451
Required: False
453452
Position: Named
@@ -509,7 +508,6 @@ The TargetedUserProtectionAction parameter specifies the action to take on det
509508
Type: MultiValuedProperty
510509
Parameter Sets: (All)
511510
Aliases:
512-
Accepted values: NoAction, MoveToJmf, Redirect, Quarantine, Delete, BccMessage
513511
Applicable: Exchange Online, Exchange Online Protection
514512
Required: False
515513
Position: Named

exchange/exchange-ps/exchange/advanced-threat-protection/Set-SafeAttachmentPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ Accept wildcard characters: False
143143
```
144144
145145
### -Enable
146-
This parameter specifies whether the rule or policy is enabled. Valid values are:
146+
The Enable parameter specifies whether the policy is enabled. Valid values are:
147147
148-
- $true: The rule or policy is enabled.
148+
- $true: The policy is enabled.
149149
150-
- $false: The rule or policy is disabled.
150+
- $false: The policy is disabled. This is the default value.
151151
152152
```yaml
153153
Type: $true | $false

exchange/exchange-ps/exchange/advanced-threat-protection/Set-SafeLinksPolicy.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ Accept wildcard characters: False
171171
```
172172
173173
### -Enabled
174-
This parameter specifies whether the rule or policy is enabled. Valid values are:
174+
The Enabled parameter specifies whether the policy is enabled. Valid values are:
175175
176-
- $true: The rule or policy is enabled.
176+
- $true: The policy is enabled.
177177
178-
- $false: The rule or policy is disabled.
178+
- $false: The policy is disabled.
179179
180180
```yaml
181181
Type: $true | $false
@@ -190,7 +190,11 @@ Accept wildcard characters: False
190190
```
191191
192192
### -EnableForInternalSenders
193-
PARAMVALUE: $true | $false
193+
The EnableForInternalSenders parameter specifies whether the Safe Links policy is applied to internal senders. Valid values are:
194+
195+
- $true: The policy is applied to internal and external senders.
196+
197+
- $false: The policy is applied only to external senders. This is the default value.
194198
195199
```yaml
196200
Type: $true | $false
@@ -224,7 +228,7 @@ This parameter specifies whether the rule or policy is enabled. Valid values are
224228
225229
- $true: The rule or policy is enabled.
226230
227-
- $false: The rule or policy is disabled.
231+
- $false: The rule or policy is disabled. This is the default value.
228232
229233
```yaml
230234
Type: $true | $false

exchange/exchange-ps/exchange/client-access/New-ClientAccessRule.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,21 @@ For information about the parameter sets in the Syntax section below, see Exchan
2222

2323
```
2424
New-ClientAccessRule [-Name] <String> -Action <AllowAccess | DenyAccess>
25-
[-AnyOfAuthenticationTypes <MultiValuedProperty>] [-AnyOfClientIPAddressesOrRanges <MultiValuedProperty>]
26-
[-AnyOfProtocols <MultiValuedProperty>] [-Confirm] [-DatacenterAdminsOnly <$true | $false>]
27-
[-DomainController <Fqdn>] [-Enabled <$true | $false>] [-ExceptAnyOfAuthenticationTypes <MultiValuedProperty>]
28-
[-ExceptAnyOfClientIPAddressesOrRanges <MultiValuedProperty>] [-ExceptAnyOfProtocols <MultiValuedProperty>]
29-
[-ExceptUsernameMatchesAnyOfPatterns <MultiValuedProperty>] [-Priority <Int32>] [-Scope <All | Users>]
30-
[-UsernameMatchesAnyOfPatterns <MultiValuedProperty>] [-UserRecipientFilter <String>] [-WhatIf]
31-
[<CommonParameters>]
25+
[-AnyOfAuthenticationTypes <MultiValuedProperty>]
26+
[-AnyOfClientIPAddressesOrRanges <MultiValuedProperty>]
27+
[-AnyOfProtocols <MultiValuedProperty>]
28+
[-Confirm]
29+
[-DatacenterAdminsOnly <$true | $false>]
30+
[-DomainController <Fqdn>]
31+
[-Enabled <$true | $false>]
32+
[-ExceptAnyOfAuthenticationTypes <MultiValuedProperty>]
33+
[-ExceptAnyOfClientIPAddressesOrRanges <MultiValuedProperty>]
34+
[-ExceptAnyOfProtocols <MultiValuedProperty>]
35+
[-ExceptUsernameMatchesAnyOfPatterns <MultiValuedProperty>]
36+
[-Priority <Int32>] [-Scope <All | Users>]
37+
[-UsernameMatchesAnyOfPatterns <MultiValuedProperty>]
38+
[-UserRecipientFilter <String>]
39+
[-WhatIf] [<CommonParameters>]
3240
```
3341

3442
## DESCRIPTION

0 commit comments

Comments
 (0)