Skip to content

Commit 458c263

Browse files
authored
Merge branch 'master' into AppAccessPol
2 parents 37baa52 + 0885d11 commit 458c263

File tree

394 files changed

+2975
-1754
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

394 files changed

+2975
-1754
lines changed

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

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

2323
```
24-
New-AntiPhishRule [-Name] <String> -AntiPhishPolicy <String> [-Comments <String>] [-Confirm]
25-
[-Enabled <$true | $false>] [-ExceptIfRecipientDomainIs <Word[]>] [-ExceptIfSentTo <RecipientIdParameter[]>]
26-
[-ExceptIfSentToMemberOf <RecipientIdParameter[]>] [-Priority <Int32>] [-RecipientDomainIs <Word[]>]
27-
[-SentTo <RecipientIdParameter[]>] [-SentToMemberOf <RecipientIdParameter[]>] [-WhatIf] [<CommonParameters>]
24+
New-AntiPhishRule [-Name] <String> -AntiPhishPolicy <String>
25+
[-Comments <String>]
26+
[-Confirm]
27+
[-Enabled <$true | $false>]
28+
[-ExceptIfRecipientDomainIs <Word[]>]
29+
[-ExceptIfSentTo <RecipientIdParameter[]>]
30+
[-ExceptIfSentToMemberOf <RecipientIdParameter[]>]
31+
[-Priority <Int32>] [-RecipientDomainIs <Word[]>]
32+
[-SentTo <RecipientIdParameter[]>]
33+
[-SentToMemberOf <RecipientIdParameter[]>]
34+
[-WhatIf] [<CommonParameters>]
2835
```
2936

3037
## DESCRIPTION
@@ -49,39 +56,39 @@ This example creates an antiphishing rule named Research Department Phishing Rul
4956

5057
## PARAMETERS
5158

52-
### -AntiPhishPolicy
53-
The AntiPhishPolicy parameter specifies the antiphishing policy that's associated with the antiphishing rule. The rule defines the conditions, and the policy defines the actions.
54-
55-
You can use any value that uniquely identifies the policy. For example:
56-
57-
- Name
58-
59-
- Distinguished name (DN)
60-
61-
- GUID
59+
### -Name
60+
The Name parameter specifies a unique name for the antiphishing rule. If the value contains spaces, enclose the value in quotation marks (").
6261

6362
```yaml
6463
Type: String
6564
Parameter Sets: (All)
6665
Aliases:
6766
Applicable: Exchange Online, Exchange Online Protection
6867
Required: True
69-
Position: Named
68+
Position: 0
7069
Default value: None
7170
Accept pipeline input: False
7271
Accept wildcard characters: False
7372
```
7473
75-
### -Name
76-
The Name parameter specifies a unique name for the antiphishing rule. If the value contains spaces, enclose the value in quotation marks (").
74+
### -AntiPhishPolicy
75+
The AntiPhishPolicy parameter specifies the antiphishing policy that's associated with the antiphishing rule. The rule defines the conditions, and the policy defines the actions.
76+
77+
You can use any value that uniquely identifies the policy. For example:
78+
79+
- Name
80+
81+
- Distinguished name (DN)
82+
83+
- GUID
7784
7885
```yaml
7986
Type: String
8087
Parameter Sets: (All)
8188
Aliases:
8289
Applicable: Exchange Online, Exchange Online Protection
8390
Required: True
84-
Position: 0
91+
Position: Named
8592
Default value: None
8693
Accept pipeline input: False
8794
Accept wildcard characters: False
@@ -288,7 +295,7 @@ Accept wildcard characters: False
288295
```
289296
290297
### -SentToMemberOf
291-
The SentToMemberOf parameter specifies a condition that looks for messages sent to members of groups. You can use any value that uniquely identifies the group. For example:
298+
The SentToMemberOf parameter specifies a condition that looks for messages sent to members of distribution groups, dynamic distribution groups, or mail-enabled security groups. You can use any value that uniquely identifies the group. For example:
292299
293300
- Name
294301
@@ -304,7 +311,6 @@ The SentToMemberOf parameter specifies a condition that looks for messages sent
304311
305312
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>. If the values contain spaces or otherwise require quotation marks, use the following syntax: "\<value1\>","\<value2\>",..."\<valueX\>".
306313
307-
Note:
308314
If you remove the group after you create the rule, no action is taken on messages that are sent to members of the group.
309315
310316
```yaml

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

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,17 @@ For information about the parameter sets in the Syntax section below, see Exchan
2222

2323
```
2424
New-SafeAttachmentRule [-Name] <String> -SafeAttachmentPolicy <SafeAttachmentPolicyIdParameter>
25-
[-Comments <String>] [-Confirm] [-Enabled <$true | $false>] [-ExceptIfRecipientDomainIs <Word[]>]
26-
[-ExceptIfSentTo <RecipientIdParameter[]>] [-ExceptIfSentToMemberOf <RecipientIdParameter[]>]
27-
[-Priority <Int32>] [-RecipientDomainIs <Word[]>] [-SentTo <RecipientIdParameter[]>]
28-
[-SentToMemberOf <RecipientIdParameter[]>] [-WhatIf] [<CommonParameters>]
25+
[-Comments <String>]
26+
[-Confirm]
27+
[-Enabled <$true | $false>]
28+
[-ExceptIfRecipientDomainIs <Word[]>]
29+
[-ExceptIfSentTo <RecipientIdParameter[]>]
30+
[-ExceptIfSentToMemberOf <RecipientIdParameter[]>]
31+
[-Priority <Int32>]
32+
[-RecipientDomainIs <Word[]>]
33+
[-SentTo <RecipientIdParameter[]>]
34+
[-SentToMemberOf <RecipientIdParameter[]>]
35+
[-WhatIf] [<CommonParameters>]
2936
```
3037

3138
## DESCRIPTION
@@ -296,7 +303,7 @@ Accept wildcard characters: False
296303
```
297304
298305
### -SentToMemberOf
299-
The SentToMemberOf parameter specifies a condition that looks for messages sent to members of groups. You can use any value that uniquely identifies the group. For example:
306+
The SentToMemberOf parameter specifies a condition that looks for messages sent to members of distribution groups, dynamic distribution groups, or mail-enabled security groups. You can use any value that uniquely identifies the group. For example:
300307
301308
- Name
302309

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

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

2323
```
24-
New-SafeLinksRule [-Name] <String> -SafeLinksPolicy <SafeLinksPolicyIdParameter> [-Comments <String>]
25-
[-Confirm] [-Enabled <$true | $false>] [-ExceptIfRecipientDomainIs <Word[]>]
26-
[-ExceptIfSentTo <RecipientIdParameter[]>] [-ExceptIfSentToMemberOf <RecipientIdParameter[]>]
27-
[-Priority <Int32>] [-RecipientDomainIs <Word[]>] [-SentTo <RecipientIdParameter[]>]
28-
[-SentToMemberOf <RecipientIdParameter[]>] [-WhatIf] [<CommonParameters>]
24+
New-SafeLinksRule [-Name] <String> -SafeLinksPolicy <SafeLinksPolicyIdParameter>
25+
[-Comments <String>]
26+
[-Confirm]
27+
[-Enabled <$true | $false>]
28+
[-ExceptIfRecipientDomainIs <Word[]>]
29+
[-ExceptIfSentTo <RecipientIdParameter[]>]
30+
[-ExceptIfSentToMemberOf <RecipientIdParameter[]>]
31+
[-Priority <Int32>]
32+
[-RecipientDomainIs <Word[]>]
33+
[-SentTo <RecipientIdParameter[]>]
34+
[-SentToMemberOf <RecipientIdParameter[]>]
35+
[-WhatIf] [<CommonParameters>]
2936
```
3037

3138
## DESCRIPTION
@@ -292,7 +299,7 @@ Accept wildcard characters: False
292299
```
293300
294301
### -SentToMemberOf
295-
The SentToMemberOf parameter specifies a condition that looks for messages sent to members of groups. You can use any value that uniquely identifies the group. For example:
302+
The SentToMemberOf parameter specifies a condition that looks for messages sent to members of distribution groups, dynamic distribution groups, or mail-enabled security groups. You can use any value that uniquely identifies the group. For example:
296303
297304
- Name
298305

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For information about the parameter sets in the Syntax section below, see Exchan
2222

2323
```
2424
Set-AntiPhishPolicy -Identity <AntiPhishPolicyIdParameter>
25-
[-AdminDisplayName <Basic | High>]
25+
[-AdminDisplayName <String>]
2626
[-AuthenticationFailAction <MoveToJmf | Quarantine>]
2727
[-Confirm]
2828
[-EnableAntispoofEnforcement <$true | $false>]

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

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

2323
```
24-
Set-AntiPhishRule [-Identity] <RuleIdParameter> [-AntiPhishPolicy <AntiPhishPolicyIdParameter>]
25-
[-Comments <String>] [-Confirm] [-ExceptIfRecipientDomainIs <Word[]>]
26-
[-ExceptIfSentTo <RecipientIdParameter[]>] [-ExceptIfSentToMemberOf <RecipientIdParameter[]>] [-Name <String>]
27-
[-Priority <Int32>] [-RecipientDomainIs <Word[]>] [-SentTo <RecipientIdParameter[]>]
28-
[-SentToMemberOf <RecipientIdParameter[]>] [-WhatIf] [<CommonParameters>]
24+
Set-AntiPhishRule [-Identity] <RuleIdParameter>
25+
[-AntiPhishPolicy <AntiPhishPolicyIdParameter>]
26+
[-Comments <String>]
27+
[-Confirm]
28+
[-ExceptIfRecipientDomainIs <Word[]>]
29+
[-ExceptIfSentTo <RecipientIdParameter[]>]
30+
[-ExceptIfSentToMemberOf <RecipientIdParameter[]>]
31+
[-Name <String>]
32+
[-Priority <Int32>]
33+
[-RecipientDomainIs <Word[]>]
34+
[-SentTo <RecipientIdParameter[]>]
35+
[-SentToMemberOf <RecipientIdParameter[]>]
36+
[-WhatIf] [<CommonParameters>]
2937
```
3038

3139
## DESCRIPTION
@@ -278,6 +286,24 @@ Accept wildcard characters: False
278286
```
279287
280288
### -SentToMemberOf
289+
The SentToMemberOf parameter specifies a condition that looks for messages sent to members of distribution groups, dynamic distribution groups, or mail-enabled security groups. You can use any value that uniquely identifies the group. For example:
290+
291+
- Name
292+
293+
- Alias
294+
295+
- Distinguished name (DN)
296+
297+
- Canonical DN
298+
299+
- Email address
300+
301+
- GUID
302+
303+
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>. If the values contain spaces or otherwise require quotation marks, use the following syntax: "\<value1\>","\<value2\>",..."\<valueX\>".
304+
305+
If you remove the group after you create the rule, no action is taken on messages that are sent to members of the group.
306+
281307
```yaml
282308
Type:
283309
Parameter Sets: (All)

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

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

2323
```
24-
Set-SafeAttachmentRule [-Identity] <RuleIdParameter> [-Comments <String>] [-Confirm]
25-
[-ExceptIfRecipientDomainIs <Word[]>] [-ExceptIfSentTo <RecipientIdParameter[]>]
26-
[-ExceptIfSentToMemberOf <RecipientIdParameter[]>] [-Name <String>] [-Priority <Int32>]
27-
[-RecipientDomainIs <Word[]>] [-SafeAttachmentPolicy <SafeAttachmentPolicyIdParameter>]
28-
[-SentTo <RecipientIdParameter[]>] [-SentToMemberOf <RecipientIdParameter[]>] [-WhatIf] [<CommonParameters>]
24+
Set-SafeAttachmentRule [-Identity] <RuleIdParameter>
25+
[-Comments <String>]
26+
[-Confirm]
27+
[-ExceptIfRecipientDomainIs <Word[]>]
28+
[-ExceptIfSentTo <RecipientIdParameter[]>]
29+
[-ExceptIfSentToMemberOf <RecipientIdParameter[]>]
30+
[-Name <String>] [-Priority <Int32>]
31+
[-RecipientDomainIs <Word[]>]
32+
[-SafeAttachmentPolicy <SafeAttachmentPolicyIdParameter>]
33+
[-SentTo <RecipientIdParameter[]>]
34+
[-SentToMemberOf <RecipientIdParameter[]>]
35+
[-WhatIf] [<CommonParameters>]
2936
```
3037

3138
## DESCRIPTION
@@ -286,7 +293,7 @@ Accept wildcard characters: False
286293
```
287294
288295
### -SentToMemberOf
289-
The SentToMemberOf parameter specifies a condition that looks for messages sent to members of groups. You can use any value that uniquely identifies the group. For example:
296+
The SentToMemberOf parameter specifies a condition that looks for messages sent to members of distribution groups, dynamic distribution groups, or mail-enabled security groups. You can use any value that uniquely identifies the group. For example:
290297
291298
- Name
292299

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

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

2323
```
24-
Set-SafeLinksRule [-Identity] <RuleIdParameter> [-Comments <String>] [-Confirm]
25-
[-ExceptIfRecipientDomainIs <Word[]>] [-ExceptIfSentTo <RecipientIdParameter[]>]
26-
[-ExceptIfSentToMemberOf <RecipientIdParameter[]>] [-Name <String>] [-Priority <Int32>]
27-
[-RecipientDomainIs <Word[]>] [-SafeLinksPolicy <SafeLinksPolicyIdParameter>]
28-
[-SentTo <RecipientIdParameter[]>] [-SentToMemberOf <RecipientIdParameter[]>] [-WhatIf] [<CommonParameters>]
24+
Set-SafeLinksRule [-Identity] <RuleIdParameter>
25+
[-Comments <String>]
26+
[-Confirm]
27+
[-ExceptIfRecipientDomainIs <Word[]>]
28+
[-ExceptIfSentTo <RecipientIdParameter[]>]
29+
[-ExceptIfSentToMemberOf <RecipientIdParameter[]>]
30+
[-Name <String>]
31+
[-Priority <Int32>]
32+
[-RecipientDomainIs <Word[]>]
33+
[-SafeLinksPolicy <SafeLinksPolicyIdParameter>]
34+
[-SentTo <RecipientIdParameter[]>]
35+
[-SentToMemberOf <RecipientIdParameter[]>]
36+
[-WhatIf] [<CommonParameters>]
2937
```
3038

3139
## DESCRIPTION
@@ -286,7 +294,7 @@ Accept wildcard characters: False
286294
```
287295
288296
### -SentToMemberOf
289-
The SentToMemberOf parameter specifies a condition that looks for messages sent to members of groups. You can use any value that uniquely identifies the group. For example:
297+
The SentToMemberOf parameter specifies a condition that looks for messages sent to members of distribution groups, dynamic distribution groups, or mail-enabled security groups. You can use any value that uniquely identifies the group. For example:
290298
291299
- Name
292300

exchange/exchange-ps/exchange/antispam-antimalware/New-HostedContentFilterPolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ New-HostedContentFilterPolicy [-Name] <String>
2828
[-AllowedSenders <MultiValuedProperty>]
2929
[-BlockedSenderDomains <MultiValuedProperty>]
3030
[-BlockedSenders <MultiValuedProperty>]
31-
[-BulkSpamAction <MoveToJmf | AddXHeader | ModifySubject | Redirect | Delete | Quarantine | c>]
31+
[-BulkSpamAction <MoveToJmf | AddXHeader | ModifySubject | Redirect | Delete | Quarantine | NoAction>]
3232
[-BulkThreshold <Int32>]
3333
[-Confirm]
3434
[-DownloadLink <$true | $false>]
@@ -76,6 +76,8 @@ New-HostedContentFilterPolicy [-Name] <String>
7676
## DESCRIPTION
7777
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx).
7878

79+
For more information about the limits for allowed and blocked senders, see [Exchange Online Protection Limits](https://docs.microsoft.com/office365/servicedescriptions/exchange-online-protection-service-description/exchange-online-protection-limits).
80+
7981
## EXAMPLES
8082

8183
### -------------------------- Example 1 --------------------------

exchange/exchange-ps/exchange/antispam-antimalware/New-HostedContentFilterRule.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,17 @@ For information about the parameter sets in the Syntax section below, see Exchan
2222

2323
```
2424
New-HostedContentFilterRule [-Name] <String> -HostedContentFilterPolicy <HostedContentFilterPolicyIdParameter>
25-
[-Comments <String>] [-Confirm] [-Enabled <$true | $false>] [-ExceptIfRecipientDomainIs <Word[]>]
26-
[-ExceptIfSentTo <RecipientIdParameter[]>] [-ExceptIfSentToMemberOf <RecipientIdParameter[]>]
27-
[-Priority <Int32>] [-RecipientDomainIs <Word[]>] [-SentTo <RecipientIdParameter[]>]
28-
[-SentToMemberOf <RecipientIdParameter[]>] [-WhatIf] [<CommonParameters>]
25+
[-Comments <String>]
26+
[-Confirm]
27+
[-Enabled <$true | $false>]
28+
[-ExceptIfRecipientDomainIs <Word[]>]
29+
[-ExceptIfSentTo <RecipientIdParameter[]>]
30+
[-ExceptIfSentToMemberOf <RecipientIdParameter[]>]
31+
[-Priority <Int32>]
32+
[-RecipientDomainIs <Word[]>]
33+
[-SentTo <RecipientIdParameter[]>]
34+
[-SentToMemberOf <RecipientIdParameter[]>]
35+
[-WhatIf] [<CommonParameters>]
2936
```
3037

3138
## DESCRIPTION
@@ -272,7 +279,7 @@ Accept wildcard characters: False
272279
```
273280
274281
### -SentToMemberOf
275-
The SentToMemberOf parameter specifies a condition that looks for messages sent to members of groups. You can use any value that uniquely identifies the group. For example:
282+
The SentToMemberOf parameter specifies a condition that looks for messages sent to members of distribution groups, dynamic distribution groups, or mail-enabled security groups. You can use any value that uniquely identifies the group. For example:
276283
277284
- Name
278285

exchange/exchange-ps/exchange/antispam-antimalware/New-MalwareFilterRule.md

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

2323
```
2424
New-MalwareFilterRule [-Name] <String> -MalwareFilterPolicy <MalwareFilterPolicyIdParameter>
25-
[-Comments <String>] [-Confirm] [-DomainController <Fqdn>] [-Enabled <$true | $false>]
26-
[-ExceptIfRecipientDomainIs <Word[]>] [-ExceptIfSentTo <RecipientIdParameter[]>]
27-
[-ExceptIfSentToMemberOf <RecipientIdParameter[]>] [-Priority <Int32>] [-RecipientDomainIs <Word[]>]
28-
[-SentTo <RecipientIdParameter[]>] [-SentToMemberOf <RecipientIdParameter[]>] [-WhatIf] [<CommonParameters>]
25+
[-Comments <String>]
26+
[-Confirm]
27+
[-DomainController <Fqdn>]
28+
[-Enabled <$true | $false>]
29+
[-ExceptIfRecipientDomainIs <Word[]>]
30+
[-ExceptIfSentTo <RecipientIdParameter[]>]
31+
[-ExceptIfSentToMemberOf <RecipientIdParameter[]>]
32+
[-Priority <Int32>]
33+
[-RecipientDomainIs <Word[]>]
34+
[-SentTo <RecipientIdParameter[]>]
35+
[-SentToMemberOf <RecipientIdParameter[]>]
36+
[-WhatIf] [<CommonParameters>]
2937
```
3038

3139
## DESCRIPTION
@@ -287,7 +295,7 @@ Accept wildcard characters: False
287295
```
288296
289297
### -SentToMemberOf
290-
The SentToMemberOf parameter specifies a condition that looks for messages sent to members of groups. You can use any value that uniquely identifies the group. For example:
298+
The SentToMemberOf parameter specifies a condition that looks for messages sent to members of distribution groups, dynamic distribution groups, or mail-enabled security groups. You can use any value that uniquely identifies the group. For example:
291299
292300
- Name
293301

exchange/exchange-ps/exchange/antispam-antimalware/Set-HostedContentFilterPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ Set-HostedContentFilterPolicy [-Identity] <HostedContentFilterPolicyIdParameter>
7777
## DESCRIPTION
7878
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx).
7979

80+
For more information about the limits for allowed and blocked senders, see [Exchange Online Protection Limits](https://docs.microsoft.com/office365/servicedescriptions/exchange-online-protection-service-description/exchange-online-protection-limits).
81+
8082
## EXAMPLES
8183

8284
### -------------------------- Example 1 --------------------------

0 commit comments

Comments
 (0)