Skip to content

Commit 045d60f

Browse files
committed
Updates for new 2016 and 2019 parameters
1 parent 42c1ce4 commit 045d60f

24 files changed

+751
-586
lines changed

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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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/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/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)