Skip to content

Commit cb4016a

Browse files
authored
Merge branch 'master' into patch-109
2 parents 3f2767c + 3cdfc41 commit cb4016a

17 files changed

+169
-257
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@
159159
"source_path": "exchange/virtual-folder/exchange/connected-accounts/Set-PopSubscription.md",
160160
"redirect_url": "https://support.office.com/article/5cc526bf-e928-4a99-8b9f-5e089df7d887",
161161
"redirect_document_id": false
162+
},
163+
{
164+
"source_path": "sharepoint/docs-conceptual/overview.md",
165+
"redirect_url": "https://docs.microsoft.com/powershell/sharepoint",
166+
"redirect_document_id": true
162167
}
163168
]
164169
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ The Action parameter specifies the action for the Safe Attachments policy. Valid
8181
8282
- Replace: Deliver the email message, but remove the malware attachment and replace it with warning text.
8383
84+
- DynamicDelivery: Deliver the email message with a placeholder for each email attachment. The placeholder remains until a copy of the attachment is scanned and determined to be safe. For more information, see [How Dynamic Delivery works](https://docs.microsoft.com/microsoft-365/security/office-365-security/dynamic-delivery-and-previewing#how-dynamic-delivery-works).
85+
8486
The results of all actions are available in message trace.
8587
8688
```yaml

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ The Action parameter specifies the action for the Safe Attachments policy. Valid
8080
8181
- Replace: Deliver the email message, but remove the malware attachment and replace it with warning text.
8282
83+
- DynamicDelivery: Deliver the email message with a placeholder for each email attachment. The placeholder remains until a copy of the attachment is scanned and determined to be safe. For more information, see [How Dynamic Delivery works](https://docs.microsoft.com/microsoft-365/security/office-365-security/dynamic-delivery-and-previewing#how-dynamic-delivery-works).
84+
8385
The results of all actions are available in message trace.
8486
8587
```yaml

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This example deletes all quarantined messages. The Identity parameter is require
6464
## PARAMETERS
6565

6666
### -Identities
67-
The Identities parameter identifies quarantined messages for bulk operations. You identify the messages by using the syntax: value1,value2...valueN. The value is a unique quarantined message identifier in the format GUID1\\GUID2 (for example c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7.
67+
The Identities parameter identifies quarantined messages for bulk operations. You identify the messages by using the syntax: `value1,value2...valueN`. The value is a unique quarantined message identifier in the format `GUID1\GUID2` (for example `c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7`).
6868

6969
You can find the identity value for a quarantined message by using the Get-QuarantineMessage cmdlet.
7070

@@ -84,7 +84,7 @@ Accept wildcard characters: False
8484
```
8585
8686
### -Identity
87-
The Identity parameter specifies the quarantined message that you want to delete. The value is a unique quarantined message identifier in the format GUID1\\GUID2 (for example c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7.
87+
The Identity parameter specifies the quarantined message that you want to delete. The value is a unique quarantined message identifier in the format `GUID1\GUID2` (for example `c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7`).
8888

8989
You can find the Identity value for a quarantined message by using the Get-QuarantineMessage cmdlet.
9090

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The third command exports the message to the specified file using the message en
4848

4949
Notes:
5050

51-
- The "| select -ExpandProperty Eml" part of the command specifies the whole message, including attachments.
51+
- The `| select -ExpandProperty Eml`" part of the command specifies the whole message, including attachments.
5252

5353
- You need to use the Out-File cmdlet to write the .eml message file with the required encoding. If you use the default PowerShell redirection operator ">" to write the output file, the default encoding is Unicode, which might not match the actual message encoding.
5454

@@ -62,7 +62,7 @@ This example exports the quarantined file with the specified Identity value. The
6262
## PARAMETERS
6363

6464
### -Identity
65-
The Identity parameter specifies the quarantined message that you want to export. The value is a unique quarantined message identifier in the format GUID1\GUID2 (for example c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7).
65+
The Identity parameter specifies the quarantined message that you want to export. The value is a unique quarantined message identifier in the format `GUID1\GUID2` (for example `c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7`).
6666

6767
You can find the Identity value for a quarantined message by using the Get-QuarantineMessage cmdlet.
6868

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

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This example presents 50 quarantined messages per page, and returns the third pa
7777
Get-QuarantineMessage -MessageID "<[email protected]>"
7878
```
7979

80-
This example returns the quarantined message with the Message-ID value \<[email protected]\>.
80+
This example returns the quarantined message with the Message-ID value `<[email protected]>`.
8181

8282
### Example 4
8383
```powershell
@@ -96,9 +96,9 @@ This example returns detailed information for the files protected by Office 365
9696
## PARAMETERS
9797

9898
### -Identity
99-
The Identity parameter specifies the quarantined message that you want to view. The value is a unique quarantined message identifier in the format GUID1\\GUID2 (for example c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7.
99+
The Identity parameter specifies the quarantined message that you want to view. The value is a unique quarantined message identifier in the format `GUID1\GUID2` (for example `c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7`).
100100

101-
When you identify the quarantine message by using this parameter, the RecipientAddress, QuarantineUser, and ReleasedUser properties are available. To see these values, you need to use a formatting cmdlet. For example, Get-QuarantineMessage -Identity \<Identity\> | Format-List.
101+
When you identify the quarantine message by using this parameter, the RecipientAddress, QuarantineUser, and ReleasedUser properties are available. To see these values, you need to use a formatting cmdlet. For example, `Get-QuarantineMessage -Identity <Identity> | Format-List`.
102102

103103
```yaml
104104
Type: QuarantineMessageIdentity
@@ -114,7 +114,7 @@ Accept wildcard characters: False
114114
```
115115
116116
### -Direction
117-
The Direction parameter filters the results by incoming or outgoing messages. Valid values for this parameter are Inbound and Outbound.
117+
The Direction parameter filters the results by incoming or outgoing messages. Valid are Inbound and Outbound.
118118
119119
```yaml
120120
Type: QuarantineMessageDirectionEnum
@@ -184,7 +184,7 @@ Accept wildcard characters: False
184184
```
185185
186186
### -MessageId
187-
The MessageId parameter filters the results by the Message-ID header field of the message. This value is also known as the Client ID. The format of the Message-ID depends on the messaging server that sent the message. The value should be unique for each message. However, not all messaging servers create values for the Message-ID in the same way. Be sure to include the full Message ID string (which may include angle brackets) and enclose the value in quotation marks (for example, "<d9683b4c-127b-413a-ae2e-fa7dfb32c69d@DM3NAM06BG401.Eop-nam06.prod.protection.outlook.com>").
187+
The MessageId parameter filters the results by the Message-ID header field of the message. This value is also known as the Client ID. The format of the Message-ID depends on the messaging server that sent the message. The value should be unique for each message. However, not all messaging servers create values for the Message-ID in the same way. Be sure to include the full Message ID string (which may include angle brackets) and enclose the value in quotation marks (for example, `"<d9683b4c-127b-413a-ae2e-fa7dfb32c69d@DM3NAM06BG401.Eop-nam06.prod.protection.outlook.com>"`).
188188
189189
```yaml
190190
Type: String
@@ -252,11 +252,13 @@ The QuarantineTypes parameter filters the results by what caused the message to
252252
253253
- Bulk
254254
255+
- HighConfPhish
256+
255257
- Phish
256258
257259
- Spam
258260
259-
- SPOMalware
261+
- SPOMalware (ATP only)
260262
261263
- TransportRule
262264
@@ -390,14 +392,20 @@ The Type parameter filters the results by what caused the message to be quaranti
390392
391393
- Bulk
392394
395+
- HighConfPhish
396+
393397
- Phish
394398
395399
- Spam
396400
401+
- SPOMalware (ATP only)
402+
397403
- TransportRule
398404
399405
You don't need to use this parameter with the QuarantineTypes parameter.
400406
407+
For files protected by Office 365 Advanced Threat Protection in SharePoint Online, OneDrive for Business and Microsoft Teams, the detection information can be found in CustomData field in the output.
408+
401409
```yaml
402410
Type: QuarantineMessageTypeEnum
403411
Parameter Sets: Summary

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This example displays the message header of the first message that's returned by
5252
## PARAMETERS
5353

5454
### -Identity
55-
The Identity parameter specifies the quarantined message that you want to view the header for. The value is a unique quarantined message identifier in the format GUID1\\GUID2 (for example c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7.
55+
The Identity parameter specifies the quarantined message that you want to view the header for. The value is a unique quarantined message identifier in the format `GUID1\GUID2` (for example `c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7`).
5656

5757
You can find the Identity value for a quarantined message by using the Get-QuarantineMessage cmdlet.
5858

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4040
Get-QuarantineMessage -MessageID <[email protected]> | Preview-QuarantineMessage
4141
```
4242

43-
This example previews the quarantined message with the Message-ID value \<[email protected]\>.
43+
This example previews the quarantined message with the Message-ID value `<[email protected]>`.
4444

4545
### Example 2
4646
```powershell
@@ -52,7 +52,7 @@ This example previews the quarantined message that has the specified Identity va
5252
## PARAMETERS
5353

5454
### -Identity
55-
The Identity parameter specifies the quarantined message that you want to preview. The value is a unique quarantined message identifier in the format GUID1\\GUID2 (for example c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7.
55+
The Identity parameter specifies the quarantined message that you want to preview. The value is a unique quarantined message identifier in the format `GUID1\GUID2` (for example `c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7`).
5656

5757
You can find the Identity value for a quarantined message by using the Get-QuarantineMessage cmdlet.
5858

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
7777
Get-QuarantineMessage -MessageID "<[email protected]>" | Release-QuarantineMessage -User [email protected]
7878
```
7979

80-
This example uses the Get-QuarantineMessage cmdlet to release the quarantined message with the Message-ID value \<[email protected]\> to an original recipient [email protected].
80+
This example uses the Get-QuarantineMessage cmdlet to release the quarantined message with the Message-ID value `<[email protected]>` to an original recipient [email protected].
8181

8282
### Example 2
8383
```powershell
@@ -103,7 +103,7 @@ This example releases a file that was quarantined as part of Office 365 Advanced
103103
## PARAMETERS
104104

105105
### -Identities
106-
The Identities parameter identifies quarantined messages for bulk operations. You identify the messages by using the syntax: value1,value2,...valueN. The value is a unique quarantined message identifier in the format GUID1\\GUID2 (for example c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7).
106+
The Identities parameter identifies quarantined messages for bulk operations. You identify the messages by using the syntax: `value1,value2,...valueN`. The value is a unique quarantined message identifier in the format `GUID1\GUID2` (for example `c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7`).
107107

108108
You can find the identity value for a quarantined message by using the Get-QuarantineMessage cmdlet.
109109

@@ -136,7 +136,7 @@ Accept wildcard characters: False
136136
```
137137
138138
### -Identity
139-
The Identity parameter specifies the quarantined message that you want to release. The value is a unique quarantined message identifier in the format GUID1\\GUID2 (for example c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7).
139+
The Identity parameter specifies the quarantined message that you want to release. The value is a unique quarantined message identifier in the format `GUID1\GUID2` (for example `c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7`).
140140

141141
You can find the Identity value for a quarantined message by using the Get-QuarantineMessage cmdlet.
142142

@@ -167,11 +167,11 @@ Accept wildcard characters: False
167167
```
168168

169169
### -ReleaseToAll
170-
The ReleaseToAll switch releases the quarantined message to all original recipients. You don't have to specify a value with this switch.
170+
The ReleaseToAll switch releases the quarantined message to all original recipients. You don't need to specify a value with this switch.
171171

172172
This parameter is required for the quarantine type SPOMalware.
173173

174-
If you previously used the User parameter or the ReleaseToAll switch to release the quarantined message to some or all of the original recipients, those recipients are skipped when you use the ReleaseToAll parameter again. You don't have to specify a value with the ReleaseToAll switch.
174+
If you previously used the User parameter or the ReleaseToAll switch to release the quarantined message to some or all of the original recipients, those recipients are skipped when you use the ReleaseToAll switch again.
175175

176176
You can't use the ReleaseToAll switch and the User parameter in the same command.
177177

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

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,16 @@ For information about the parameter sets in the Syntax section below, see [Excha
2525

2626
```
2727
Set-MailboxJunkEmailConfiguration [-Identity] <MailboxIdParameter>
28-
[-BlockedSendersAndDomains <MultiValuedProperty>] [-Confirm] [-ContactsTrusted <Boolean>]
29-
[-DomainController <Fqdn>] [-Enabled <Boolean>] [-IgnoreDefaultScope]
30-
[-TrustedListsOnly <Boolean>] [-TrustedSendersAndDomains <MultiValuedProperty>] [-WhatIf]
31-
[-TrustedRecipientsAndDomains <MultiValuedProperty>] [<CommonParameters>]
28+
[-BlockedSendersAndDomains <MultiValuedProperty>]
29+
[-Confirm]
30+
[-ContactsTrusted <Boolean>]
31+
[-DomainController <Fqdn>]
32+
[-Enabled <Boolean>]
33+
[-IgnoreDefaultScope]
34+
[-TrustedListsOnly <Boolean>]
35+
[-TrustedRecipientsAndDomains <MultiValuedProperty>]
36+
[-TrustedSendersAndDomains <MultiValuedProperty>]
37+
[-WhatIf] [<CommonParameters>]
3238
```
3339

3440
## DESCRIPTION
@@ -257,6 +263,22 @@ Accept pipeline input: False
257263
Accept wildcard characters: False
258264
```
259265
266+
### -TrustedRecipientsAndDomains
267+
This parameter is reserved for internal Microsoft use.
268+
269+
```yaml
270+
Type: MultiValuedProperty
271+
Parameter Sets: (All)
272+
Aliases:
273+
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
274+
275+
Required: False
276+
Position: Named
277+
Default value: None
278+
Accept pipeline input: False
279+
Accept wildcard characters: False
280+
```
281+
260282
### -TrustedSendersAndDomains
261283
The TrustedSendersAndDomains parameter specifies the Safe Senders list and Safe Recipients list, which are lists of email addresses and domains. Messages from these senders that reach the mailbox are never delivered to the Junk Email folder, regardless of the content. This parameter corresponds to the Outlook on the web setting: Don't move email from these senders or domains to my Junk Email folder.
262284
@@ -303,22 +325,6 @@ Accept pipeline input: False
303325
Accept wildcard characters: False
304326
```
305327
306-
### -TrustedRecipientsAndDomains
307-
This parameter is reserved for internal Microsoft use.
308-
309-
```yaml
310-
Type: MultiValuedProperty
311-
Parameter Sets: (All)
312-
Aliases:
313-
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
314-
315-
Required: False
316-
Position: Named
317-
Default value: None
318-
Accept pipeline input: False
319-
Accept wildcard characters: False
320-
```
321-
322328
### CommonParameters
323329
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
324330

0 commit comments

Comments
 (0)