Skip to content

Commit ef0eb31

Browse files
committed
2 parents 836d9ce + ffcc0b0 commit ef0eb31

File tree

128 files changed

+4425
-3148
lines changed

Some content is hidden

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

128 files changed

+4425
-3148
lines changed

exchange/exchange-ps/exchange/antispam-antimalware/Add-IPAllowListEntry.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,24 @@ For information about the parameter sets in the Syntax section below, see Exchan
1717

1818
## SYNTAX
1919

20-
### Set2
20+
### IPAddress
2121
```
22-
Add-IPAllowListEntry -IPAddress <IPAddress> [-Comment <String>] [-Confirm] [-ExpirationTime <DateTime>]
23-
[-Server <ServerIdParameter>] [-WhatIf] [<CommonParameters>]
22+
Add-IPAllowListEntry -IPAddress <IPAddress>
23+
[-Comment <String>]
24+
[-Confirm]
25+
[-ExpirationTime <DateTime>]
26+
[-Server <ServerIdParameter>]
27+
[-WhatIf] [<CommonParameters>]
2428
```
2529

26-
### Set1
30+
### IPRange
2731
```
28-
Add-IPAllowListEntry -IPRange <IPRange> [-Comment <String>] [-Confirm] [-ExpirationTime <DateTime>]
29-
[-Server <ServerIdParameter>] [-WhatIf] [<CommonParameters>]
32+
Add-IPAllowListEntry -IPRange <IPRange>
33+
[-Comment <String>]
34+
[-Confirm]
35+
[-ExpirationTime <DateTime>]
36+
[-Server <ServerIdParameter>]
37+
[-WhatIf] [<CommonParameters>]
3038
```
3139

3240
## DESCRIPTION
@@ -56,7 +64,7 @@ The IPAddress parameter specifies a single IP address to add to the IP Allow lis
5664

5765
```yaml
5866
Type: IPAddress
59-
Parameter Sets: Set2
67+
Parameter Sets: IPAddress
6068
Aliases:
6169
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
6270
Required: True
@@ -75,7 +83,7 @@ The IPRange parameter specifies a range of IP addresses to add to the IP Allow l
7583
7684
```yaml
7785
Type: IPRange
78-
Parameter Sets: Set1
86+
Parameter Sets: IPRange
7987
Aliases:
8088
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
8189
Required: True

exchange/exchange-ps/exchange/antispam-antimalware/Add-IPBlockListEntry.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,24 @@ For information about the parameter sets in the Syntax section below, see Exchan
1717

1818
## SYNTAX
1919

20-
### Set2
20+
### IPAddress
2121
```
22-
Add-IPBlockListEntry -IPAddress <IPAddress> [-Comment <String>] [-Confirm] [-ExpirationTime <DateTime>]
23-
[-Server <ServerIdParameter>] [-WhatIf] [<CommonParameters>]
22+
Add-IPBlockListEntry -IPAddress <IPAddress>
23+
[-Comment <String>]
24+
[-Confirm]
25+
[-ExpirationTime <DateTime>]
26+
[-Server <ServerIdParameter>]
27+
[-WhatIf] [<CommonParameters>]
2428
```
2529

26-
### Set1
30+
### IPRange
2731
```
28-
Add-IPBlockListEntry -IPRange <IPRange> [-Comment <String>] [-Confirm] [-ExpirationTime <DateTime>]
29-
[-Server <ServerIdParameter>] [-WhatIf] [<CommonParameters>]
32+
Add-IPBlockListEntry -IPRange <IPRange>
33+
[-Comment <String>]
34+
[-Confirm]
35+
[-ExpirationTime <DateTime>]
36+
[-Server <ServerIdParameter>]
37+
[-WhatIf] [<CommonParameters>]
3038
```
3139

3240
## DESCRIPTION
@@ -55,7 +63,7 @@ The IPAddress parameter specifies a single IP address to add to the IP Block lis
5563

5664
```yaml
5765
Type: IPAddress
58-
Parameter Sets: Set2
66+
Parameter Sets: IPAddress
5967
Aliases:
6068
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
6169
Required: True
@@ -74,7 +82,7 @@ The IPRange parameter specifies a range of IP addresses to add to the IP Block l
7482
7583
```yaml
7684
Type: IPRange
77-
Parameter Sets: Set1
85+
Parameter Sets: IPRange
7886
Aliases:
7987
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
8088
Required: True

exchange/exchange-ps/exchange/antispam-antimalware/Get-ContentFilterPhrase.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ For information about the parameter sets in the Syntax section below, see Exchan
1717

1818
## SYNTAX
1919

20-
### Set1
20+
### Identity
2121
```
22-
Get-ContentFilterPhrase [[-Identity] <ContentFilterPhraseIdParameter>] [-DomainController <Fqdn>]
23-
[<CommonParameters>]
22+
Get-ContentFilterPhrase [[-Identity] <ContentFilterPhraseIdParameter>]
23+
[-DomainController <Fqdn>] [<CommonParameters>]
2424
```
2525

26-
### Set2
26+
### Phrase
2727
```
28-
Get-ContentFilterPhrase [-DomainController <Fqdn>] [-Phrase <ContentFilterPhraseIdParameter>]
29-
[<CommonParameters>]
28+
Get-ContentFilterPhrase [-Phrase <ContentFilterPhraseIdParameter>]
29+
[-DomainController <Fqdn>] [<CommonParameters>]
3030
```
3131

3232
## DESCRIPTION
@@ -81,7 +81,7 @@ The Identity and Phrase parameters are interchangeable.
8181
8282
```yaml
8383
Type: ContentFilterPhraseIdParameter
84-
Parameter Sets: Set1
84+
Parameter Sets: Identity
8585
Aliases:
8686
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
8787
Required: False
@@ -98,7 +98,7 @@ The Phrase and Identity parameters are interchangeable.
9898
9999
```yaml
100100
Type: ContentFilterPhraseIdParameter
101-
Parameter Sets: Set2
101+
Parameter Sets: Phrase
102102
Aliases:
103103
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
104104
Required: False

exchange/exchange-ps/exchange/antispam-antimalware/Get-IPAllowListEntry.md

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

1818
## SYNTAX
1919

20-
### Set2
20+
### IPAddress
2121
```
22-
Get-IPAllowListEntry -IPAddress <IPAddress> [-ResultSize <Unlimited>] [-Server <ServerIdParameter>]
23-
[<CommonParameters>]
22+
Get-IPAllowListEntry -IPAddress <IPAddress>
23+
[-ResultSize <Unlimited>]
24+
[-Server <ServerIdParameter>] [<CommonParameters>]
2425
```
2526

26-
### Set1
27+
### Identity
2728
```
28-
Get-IPAllowListEntry [[-Identity] <IPListEntryIdentity>] [-ResultSize <Unlimited>]
29+
Get-IPAllowListEntry [[-Identity] <IPListEntryIdentity>]
30+
[-ResultSize <Unlimited>]
2931
[-Server <ServerIdParameter>] [<CommonParameters>]
3032
```
3133

@@ -55,7 +57,7 @@ The IPAddress parameter specifies an IP address to view in the IP Allow list ent
5557

5658
```yaml
5759
Type: IPAddress
58-
Parameter Sets: Set2
60+
Parameter Sets: IPAddress
5961
Aliases:
6062
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
6163
Required: True
@@ -70,7 +72,7 @@ The Identity parameter specifies the identity integer value of the IP Allow list
7072
7173
```yaml
7274
Type: IPListEntryIdentity
73-
Parameter Sets: Set1
75+
Parameter Sets: Identity
7476
Aliases:
7577
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
7678
Required: False

exchange/exchange-ps/exchange/antispam-antimalware/Get-IPBlockListEntry.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,18 @@ For information about the parameter sets in the Syntax section below, see Exchan
1717

1818
## SYNTAX
1919

20-
### Set1
20+
### Identity
2121
```
22-
Get-IPBlockListEntry [[-Identity] <IPListEntryIdentity>] [-ResultSize <Unlimited>]
22+
Get-IPBlockListEntry [[-Identity] <IPListEntryIdentity>]
23+
[-ResultSize <Unlimited>]
2324
[-Server <ServerIdParameter>] [<CommonParameters>]
2425
```
2526

26-
### Set2
27+
### IPAddress
2728
```
28-
Get-IPBlockListEntry -IPAddress <IPAddress> [-ResultSize <Unlimited>] [-Server <ServerIdParameter>]
29-
[<CommonParameters>]
29+
Get-IPBlockListEntry -IPAddress <IPAddress>
30+
[-ResultSize <Unlimited>]
31+
[-Server <ServerIdParameter>] [<CommonParameters>]
3032
```
3133

3234
## DESCRIPTION
@@ -55,7 +57,7 @@ The Identity parameter specifies the identity integer value of the IP Block list
5557

5658
```yaml
5759
Type: IPListEntryIdentity
58-
Parameter Sets: Set1
60+
Parameter Sets: Identity
5961
Aliases:
6062
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
6163
Required: False
@@ -70,7 +72,7 @@ The IPAddress parameter specifies an IP address to view in the IP Block list ent
7072
7173
```yaml
7274
Type: IPAddress
73-
Parameter Sets: Set2
75+
Parameter Sets: IPAddress
7476
Aliases:
7577
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
7678
Required: True

exchange/exchange-ps/exchange/antispam-antimalware/Get-QuarantineMessage.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ For information about the parameter sets in the Syntax section below, see Exchan
1919

2020
## SYNTAX
2121

22-
### Set2
22+
### Details
2323
```
2424
Get-QuarantineMessage -Identity <QuarantineMessageIdentity> [-SenderAddress <String[]>] [<CommonParameters>]
2525
```
2626

27-
### Set1
27+
### Summary
2828
```
2929
Get-QuarantineMessage [-Direction <Inbound | Outbound>] [-Domain <String[]>] [-EndExpiresDate <DateTime>]
3030
[-EndReceivedDate <DateTime>] [-MessageId <String>] [-MyItems] [-Page <Int32>] [-PageSize <Int32>]
@@ -82,7 +82,7 @@ When you identify the quarantine message by using this parameter, the RecipientA
8282

8383
```yaml
8484
Type: QuarantineMessageIdentity
85-
Parameter Sets: Set2
85+
Parameter Sets: Details
8686
Aliases:
8787
Applicable: Exchange Online, Exchange Online Protection
8888
Required: True
@@ -97,7 +97,7 @@ The Direction parameter filters the results by incoming or outgoing messages. Va
9797
9898
```yaml
9999
Type: Inbound | Outbound
100-
Parameter Sets: Set1
100+
Parameter Sets: Summary
101101
Aliases:
102102
Applicable: Exchange Online, Exchange Online Protection
103103
Required: False
@@ -112,7 +112,7 @@ The Domain parameter filters the results by sender or recipient domain. You can
112112
113113
```yaml
114114
Type: String[]
115-
Parameter Sets: Set1
115+
Parameter Sets: Summary
116116
Aliases:
117117
Applicable: Exchange Online, Exchange Online Protection
118118
Required: False
@@ -131,7 +131,7 @@ For example, if you specify the StartExpiresDate value of today's date and the E
131131
132132
```yaml
133133
Type: DateTime
134-
Parameter Sets: Set1
134+
Parameter Sets: Summary
135135
Aliases:
136136
Applicable: Exchange Online, Exchange Online Protection
137137
Required: False
@@ -148,7 +148,7 @@ Use the short date format that's defined in the Regional Options settings on the
148148
149149
```yaml
150150
Type: DateTime
151-
Parameter Sets: Set1
151+
Parameter Sets: Summary
152152
Aliases:
153153
Applicable: Exchange Online, Exchange Online Protection
154154
Required: False
@@ -163,7 +163,7 @@ The MessageId parameter filters the results by the Message-ID header field of th
163163
164164
```yaml
165165
Type: String
166-
Parameter Sets: Set1
166+
Parameter Sets: Summary
167167
Aliases:
168168
Applicable: Exchange Online, Exchange Online Protection
169169
Required: False
@@ -178,7 +178,7 @@ The MyItems switch filters the results by messages where you (the user that's ru
178178
179179
```yaml
180180
Type: SwitchParameter
181-
Parameter Sets: Set1
181+
Parameter Sets: Summary
182182
Aliases:
183183
Applicable: Exchange Online, Exchange Online Protection
184184
Required: False
@@ -193,7 +193,7 @@ The Page parameter specifies the page number of the results you want to view. Va
193193
194194
```yaml
195195
Type: Int32
196-
Parameter Sets: Set1
196+
Parameter Sets: Summary
197197
Aliases:
198198
Applicable: Exchange Online, Exchange Online Protection
199199
Required: False
@@ -208,7 +208,7 @@ The PageSize parameter specifies the maximum number of entries per page. Valid i
208208
209209
```yaml
210210
Type: Int32
211-
Parameter Sets: Set1
211+
Parameter Sets: Summary
212212
Aliases:
213213
Applicable: Exchange Online, Exchange Online Protection
214214
Required: False
@@ -239,7 +239,7 @@ For files protected by Office 365 Advanced Threat Protection in SharePoint Onlin
239239
240240
```yaml
241241
Type: QuarantineMessageTypeEnum[]
242-
Parameter Sets: Set1
242+
Parameter Sets: Summary
243243
Aliases:
244244
Applicable: Exchange Online, Exchange Online Protection
245245
Required: False
@@ -254,7 +254,7 @@ The RecipientAddress parameter filters the results by the recipient's email addr
254254
255255
```yaml
256256
Type: String[]
257-
Parameter Sets: Set1
257+
Parameter Sets: Summary
258258
Aliases:
259259
Applicable: Exchange Online, Exchange Online Protection
260260
Required: False
@@ -273,7 +273,7 @@ The Reported parameter filters the results by messages that have already been re
273273
274274
```yaml
275275
Type: $true | $false
276-
Parameter Sets: Set1
276+
Parameter Sets: Summary
277277
Aliases:
278278
Applicable: Exchange Online, Exchange Online Protection
279279
Required: False
@@ -307,7 +307,7 @@ For example, if you specify the StartExpiresDate value of today's date and the E
307307
308308
```yaml
309309
Type: DateTime
310-
Parameter Sets: Set1
310+
Parameter Sets: Summary
311311
Aliases:
312312
Applicable: Exchange Online, Exchange Online Protection
313313
Required: False
@@ -324,7 +324,7 @@ Use the short date format that's defined in the Regional Options settings on the
324324
325325
```yaml
326326
Type: DateTime
327-
Parameter Sets: Set1
327+
Parameter Sets: Summary
328328
Aliases:
329329
Applicable: Exchange Online, Exchange Online Protection
330330
Required: False
@@ -339,7 +339,7 @@ The Subject parameter filters the results by the subject field of the message. I
339339
340340
```yaml
341341
Type: String
342-
Parameter Sets: Set1
342+
Parameter Sets: Summary
343343
Aliases:
344344
Applicable: Exchange Online, Exchange Online Protection
345345
Required: False
@@ -364,7 +364,7 @@ You don't need to use this parameter with the QuarantineTypes parameter.
364364
365365
```yaml
366366
Type: Spam | TransportRule | Bulk | Phish | Malware
367-
Parameter Sets: Set1
367+
Parameter Sets: Summary
368368
Aliases:
369369
Applicable: Exchange Online, Exchange Online Protection
370370
Required: False

0 commit comments

Comments
 (0)