Skip to content

Commit 2c61b04

Browse files
authored
Merge branch 'master' into master
2 parents c624bf7 + 4bb0d68 commit 2c61b04

File tree

8 files changed

+82
-33
lines changed

8 files changed

+82
-33
lines changed

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ For information about the parameter sets in the Syntax section below, see [Excha
2121
## SYNTAX
2222

2323
```
24-
Add-AttachmentFilterEntry -Name <String> -Type <ContentType | FileName> [-Confirm] [-DomainController <Fqdn>]
24+
Add-AttachmentFilterEntry -Name <String> -Type <AttachmentType>
25+
[-Confirm]
26+
[-DomainController <Fqdn>]
2527
[-WhatIf] [<CommonParameters>]
2628
```
2729

@@ -49,7 +51,11 @@ This example adds an attachment filter entry based on the MIME content type imag
4951
## PARAMETERS
5052

5153
### -Name
52-
The Name parameter specifies the MIME content type or file name of the attachment. If the Type parameter is set to FileName, the Name parameter can take any exact file name, such as BadFile.exe, or file name extension, such as \*.exe. If the Type parameter is set to ContentType, the Name parameter can take any valid MIME content type.
54+
The Name parameter specifies the files that you want to block. Valid values are:
55+
56+
- A exact file name (for example, BadFile.exe) or file name extension (for example, \*.exe). You need to use the value Filename for the Type parameter.
57+
58+
- A valid MIME content type (for example, application/javascript or text/scriplet). You need to use the value ContentType for the Type parameter.
5359

5460
```yaml
5561
Type: String
@@ -65,14 +71,14 @@ Accept wildcard characters: False
6571
```
6672
6773
### -Type
68-
The Type parameter specifies what type of attachment the attachment filter entry blocks. Valid values are ContentType and FileName:
74+
The Type parameter specifies what type of attachment the attachment filter entry blocks. Valid values are:
6975
70-
- ContentType: This value matches the attachment filter entry against the MIME content type specified in the Name parameter.
76+
- ContentType: This value matches the attachment filter entry against the MIME content type that's specified in the Name parameter.
7177
72-
- FileName: This value matches the attachment filter entry against the simple file name specified in the Name parameter.
78+
- FileName: This value matches the attachment filter entry against the simple file name that's specified in the Name parameter.
7379
7480
```yaml
75-
Type: ContentType | FileName
81+
Type: AttachmentType
7682
Parameter Sets: (All)
7783
Aliases:
7884
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019

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

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

2323
```
24-
Set-AttachmentFilterListConfig [-Action <Reject | Strip | SilentDelete>] [-AdminMessage <String>] [-Confirm]
25-
[-DomainController <Fqdn>] [-ExceptionConnectors <MultiValuedProperty>] [-RejectResponse <String>] [-WhatIf]
26-
[<CommonParameters>]
24+
Set-AttachmentFilterListConfig
25+
[-Action <FilterActions>]
26+
[-AdminMessage <String>]
27+
[-Confirm]
28+
[-DomainController <Fqdn>]
29+
[-ExceptionConnectors <MultiValuedProperty>]
30+
[-RejectResponse <String>]
31+
[-WhatIf] [<CommonParameters>]
2732
```
2833

2934
## DESCRIPTION
@@ -43,16 +48,16 @@ This example modifies the action that the Attachment Filtering agent takes on an
4348
## PARAMETERS
4449

4550
### -Action
46-
The Action parameter specifies how the Attachment Filtering agent handles an attachment that matches an entry on the attachment filter list. The default value is Reject. You can use one of the following values:
51+
The Action parameter specifies how the Attachment Filtering agent handles an attachment that matches an entry on the attachment filter list. Valid values are:
4752

48-
- Reject: This value prevents both the email message and attachment from being delivered to the recipient and issues a non-delivery report (NDR) to the sender.
53+
- Reject: This value prevents both the email message and attachment from being delivered to the recipient and issues a non-delivery report (NDR) to the sender. This is the default value.
4954

5055
- Strip: This value removes the offending attachment from the email message and allows the message and other attachments that don't match an entry on the attachment filter list through. A notification that the attachment was removed is added to the email message.
5156

5257
- SilentDelete: This value prevents both the email message and the attachment from being delivered to the recipient. No notification that the email message and attachment were blocked is sent to the sender.
5358

5459
```yaml
55-
Type: Reject | Strip | SilentDelete
60+
Type: FilterActions
5661
Parameter Sets: (All)
5762
Aliases:
5863
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019

exchange/exchange-ps/exchange/mail-flow/New-EdgeSyncServiceConfig.md

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,23 @@ For information about the parameter sets in the Syntax section below, see [Excha
2121
## SYNTAX
2222

2323
```
24-
New-EdgeSyncServiceConfig [-ConfigurationSyncInterval <EnhancedTimeSpan>] [-Confirm]
25-
[-CookieValidDuration <EnhancedTimeSpan>] [-DomainController <Fqdn>] [-FailoverDCInterval <EnhancedTimeSpan>]
26-
[-LockDuration <EnhancedTimeSpan>] [-LockRenewalDuration <EnhancedTimeSpan>] [-LogEnabled <Boolean>]
27-
[-LogLevel <None | Low | Medium | High>] [-LogMaxAge <EnhancedTimeSpan>] [-LogMaxDirectorySize <Unlimited>]
28-
[-LogMaxFileSize <Unlimited>] [-LogPath <String>] [-OptionDuration <EnhancedTimeSpan>]
29-
[-RecipientSyncInterval <EnhancedTimeSpan>] [-Site <AdSiteIdParameter>] [-WhatIf] [<CommonParameters>]
24+
New-EdgeSyncServiceConfig [-ConfigurationSyncInterval <EnhancedTimeSpan>]
25+
[-Confirm]
26+
[-CookieValidDuration <EnhancedTimeSpan>]
27+
[-DomainController <Fqdn>]
28+
[-FailoverDCInterval <EnhancedTimeSpan>]
29+
[-LockDuration <EnhancedTimeSpan>]
30+
[-LockRenewalDuration <EnhancedTimeSpan>]
31+
[-LogEnabled <Boolean>]
32+
[-LogLevel <EdgeSyncLoggingLevel>]
33+
[-LogMaxAge <EnhancedTimeSpan>]
34+
[-LogMaxDirectorySize <Unlimited>]
35+
[-LogMaxFileSize <Unlimited>]
36+
[-LogPath <String>]
37+
[-OptionDuration <EnhancedTimeSpan>]
38+
[-RecipientSyncInterval <EnhancedTimeSpan>]
39+
[-Site <AdSiteIdParameter>]
40+
[-WhatIf] [<CommonParameters>]
3041
```
3142

3243
## DESCRIPTION
@@ -194,10 +205,18 @@ Accept wildcard characters: False
194205
```
195206
196207
### -LogLevel
197-
The LogLevel parameter specifies the EdgeSync logging level. Valid values for this parameter are None, Low, Medium and High. The default value is None.
208+
The LogLevel parameter specifies the EdgeSync logging level. Valid values are:
209+
210+
- None (This is the default value)
211+
212+
- Low
213+
214+
- Medium
215+
216+
- High
198217
199218
```yaml
200-
Type: None | Low | Medium | High
219+
Type: EdgeSyncLoggingLevel
201220
Parameter Sets: (All)
202221
Aliases:
203222
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019

exchange/exchange-ps/exchange/mail-flow/Set-EdgeSyncServiceConfig.md

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,23 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
```
2424
Set-EdgeSyncServiceConfig [-Identity] <EdgeSyncServiceConfigIdParameter>
25-
[-ConfigurationSyncInterval <EnhancedTimeSpan>] [-Confirm] [-CookieValidDuration <EnhancedTimeSpan>]
26-
[-DomainController <Fqdn>] [-FailoverDCInterval <EnhancedTimeSpan>] [-LockDuration <EnhancedTimeSpan>]
27-
[-LockRenewalDuration <EnhancedTimeSpan>] [-LogEnabled <Boolean>]
28-
[-LogLevel <None | Low | Medium | High>] [-LogMaxAge <EnhancedTimeSpan>] [-LogMaxDirectorySize <Unlimited>]
29-
[-LogMaxFileSize <Unlimited>] [-LogPath <String>] [-Name <String>] [-OptionDuration <EnhancedTimeSpan>]
30-
[-RecipientSyncInterval <EnhancedTimeSpan>] [-WhatIf] [<CommonParameters>]
25+
[-ConfigurationSyncInterval <EnhancedTimeSpan>]
26+
[-Confirm]
27+
[-CookieValidDuration <EnhancedTimeSpan>]
28+
[-DomainController <Fqdn>]
29+
[-FailoverDCInterval <EnhancedTimeSpan>]
30+
[-LockDuration <EnhancedTimeSpan>]
31+
[-LockRenewalDuration <EnhancedTimeSpan>]
32+
[-LogEnabled <Boolean>]
33+
[-LogLevel <EdgeSyncLoggingLevel>]
34+
[-LogMaxAge <EnhancedTimeSpan>]
35+
[-LogMaxDirectorySize <Unlimited>]
36+
[-LogMaxFileSize <Unlimited>]
37+
[-LogPath <String>]
38+
[-Name <String>]
39+
[-OptionDuration <EnhancedTimeSpan>]
40+
[-RecipientSyncInterval <EnhancedTimeSpan>]
41+
[-WhatIf] [<CommonParameters>]
3142
```
3243

3344
## DESCRIPTION
@@ -211,10 +222,18 @@ Accept wildcard characters: False
211222
```
212223
213224
### -LogLevel
214-
The LogLevel parameter specifies the EdgeSync logging level. Valid values for this parameter are None, Low, Medium and High. The default value is None.
225+
The LogLevel parameter specifies the EdgeSync logging level. Valid values are:
226+
227+
- None (This is the default value)
228+
229+
- Low
230+
231+
- Medium
232+
233+
- High
215234
216235
```yaml
217-
Type: None | Low | Medium | High
236+
Type: EdgeSyncLoggingLevel
218237
Parameter Sets: (All)
219238
Aliases:
220239
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019

exchange/exchange-ps/exchange/mail-flow/Start-HistoricalSearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Start-HistoricalSearch -EndDate <DateTime> -ReportTitle <String> -ReportType <Hi
3636
```
3737

3838
## DESCRIPTION
39-
A historical search provides message trace and report details in a comma-separated value (CSV) file for messages that are aged between 1-4 hours (depending on your environment) and 90 days old. There is a limit of 250 historical searches that you can submit in a 24 hour period; you'll be warned if you're nearing the daily quota. Cancelled searches count against the daily quota.
39+
A historical search provides message trace and report details in a comma-separated value (CSV) file for messages that are aged between 1-4 hours (depending on your environment) and 90 days old. There is a limit of 250 historical searches that you can submit in a 24 hour period; you'll be warned if you're nearing the daily quota. Cancelled searches count against the daily quota. Also, in each CSV file there is a limit of 50000 results or lines.
4040

4141
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://docs.microsoft.com/powershell/exchange/exchange-server/find-exchange-cmdlet-permissions).
4242

exchange/exchange-ps/exchange/mailboxes/Get-Mailbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Get-Mailbox [-MailboxPlan <MailboxPlanIdParameter>]
141141

142142
### AsyncParameterSet
143143
```
144-
Get-Mailbox [-Async] -Properties <String[]>
144+
Get-Mailbox -Async -Properties <String[]>
145145
[-Archive]
146146
[-Filter <String>]
147147
[-GroupMailbox]
@@ -267,7 +267,7 @@ Accept wildcard characters: False
267267
### -Async
268268
This parameter is available only in the cloud-based service.
269269
270-
{{Fill Async Description}}
270+
This parameter is reserved for internal Microsoft use.
271271
272272
```yaml
273273
Type: SwitchParameter

exchange/exchange-ps/exchange/policy-and-compliance-dlp/New-DlpKeywordDictionary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
3434

3535
### Example 1
3636
```powershell
37-
$Keywords = "Aarskog's syndrome, Abandonment, Abasia, Abderhalden-Kaufmann-Lignac, Abdominalgia, Abduction contracture, Abetalipo proteinemia, Abiotrophy, Ablatio, ablation, Ablepharia, Abocclusion, Abolition, Aborter, Abortion, Abortus, Aboulomania, Abrami's disease, Abramo"; $EncodedKeywords = [system.Text.Encoding]::UTF8.GetBytes($Keywords); New-DlpKeywordDictionary -Name "Diseases" -Description "Names of diseases and injuries from ICD-10-CM lexicon" -FileData $EncodedKeywords
37+
$Keywords = "Aarskog's syndrome","Abandonment","Abasia","Abderhalden-Kaufmann-Lignac","Abdominalgia","Abduction contracture","Abetalipo proteinemia","Abiotrophy","Ablatio","ablation","Ablepharia","Abocclusion","Abolition","Aborter","Abortion","Abortus","Aboulomania","Abrami's disease","Abramo"; $EncodedKeywords = $Keywords | ForEach-Object{[system.Text.Encoding]::UTF8.GetBytes($_+"rn")}; New-DlpKeywordDictionary -Name "Diseases" -Description "Names of diseases and injuries from ICD-10-CM lexicon" -FileData $EncodedKeywords
3838
```
3939

4040
This example creates a DLP keyword dictionary named Diseases by using the specified values.

skype/skype-ps/skype/Set-CsAuthConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ PS C:\> Set-CsAuthConfig -Scenario BlockWindowsAuthExternalyAndModernAuthInterna
5454

5555
This example blocks NTLM externally and MA internally. It forces all external clients to use MA, but allows all clients to use legacy authentication methods internally (even ADAL-capable clients).
5656
>[!NOTE]
57-
>Please note that in the current version of the module the parameter value BlockWindowsAuthExternalyAndModernAuthInternally is mispelled and to be able to use it, only one l for Externally should be used.
57+
>Please note that in the current version of the module the parameter value BlockWindowsAuthExternalyAndModernAuthInternally is misspelled and to be able to use it, only one l for Externally should be used.
5858
5959

6060
## PARAMETERS

0 commit comments

Comments
 (0)