Skip to content

Commit b2c5511

Browse files
authored
Merge pull request MicrosoftDocs#9745 from MicrosoftDocs/chrisda
CAB updates
2 parents 18b7015 + ad6e1fa commit b2c5511

8 files changed

+10
-34
lines changed

exchange/docs-conceptual/basic-auth-connect-to-eop-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following introductory video shows you how to connect to and use Exchange On
6161

6262
- WinRM needs to allow Basic authentication (it's enabled by default). We don't send the username and password combination, but the Basic authentication header is required to send the session's OAuth token, since the client-side WinRM implementation has no support for OAuth.
6363

64-
**Note**: You must temporarily enable WinRM to run the following commands. You can enable it by running the command: `winrm quickconfig`.
64+
**Note**: The following commands require that WinRM is enabled. To enable WinRM, run the following command: `winrm quickconfig`.
6565

6666
To verify that Basic authentication is enabled for WinRM, run this command **in a Command Prompt** (not in Windows PowerShell):
6767

exchange/docs-conceptual/basic-auth-connect-to-exo-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following introductory video shows you how to connect to and use Exchange On
6464

6565
- WinRM needs to allow Basic authentication (it's enabled by default). We don't send the username and password combination, but the Basic authentication header is required to send the session's OAuth token, since the client-side WinRM implementation has no support for OAuth.
6666

67-
**Note**: You must temporarily enable WinRM to run the following commands. You can enable it by running the command: `winrm quickconfig`.
67+
**Note**: You The following commands require that WinRM is enabled. To enable WinRM, run the following command: `winrm quickconfig`.
6868

6969
To verify that Basic authentication is enabled for WinRM, run this command **in a Command Prompt** (not in Windows PowerShell):
7070

exchange/docs-conceptual/basic-auth-connect-to-scc-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Security & Compliance PowerShell allows you to manage your Microsoft 365 Defende
6767

6868
- WinRM needs to allow Basic authentication (it's enabled by default). We don't send the username and password combination, but the Basic authentication header is required to send the session's OAuth token, since the client-side WinRM implementation has no support for OAuth.
6969

70-
**Note** You must temporarily enable WinRM to run the following commands. You can enable it by running the command: `winrm quickconfig`.
70+
**Note** The following commands require that WinRM is enabled. To enable WinRM, run the following command: `winrm quickconfig`.
7171

7272
To verify that Basic authentication is enabled for WinRM, run this command **in a Command Prompt** (not in Windows PowerShell):
7373

exchange/docs-conceptual/exchange-online-powershell-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ The EXO V2 module is supported in the following versions of Windows:
247247
To verify that Basic authentication is enabled for WinRM, run the following command in a **Command Prompt** or **Windows PowerShell**:
248248

249249
> [!NOTE]
250-
> You must temporarily enable WinRM to run the following WinRM commands. You can enable WinRM by running the command: `winrm quickconfig`.
250+
> The following commands require that WinRM is enabled. To enable WinRM, run the following command: `winrm quickconfig`.
251251
252252
```DOS
253253
winrm get winrm/config/client/auth

exchange/docs-conceptual/v1-module-mfa-connect-to-exo-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you want to use multi-factor authentication (MFA) to connect to Exchange Onli
4444

4545
- WinRM needs to allow Basic authentication (it's enabled by default). We don't send the username and password combination, but the Basic authentication header is required to send the session's OAuth token, since the client-side WinRM implementation has no support for OAuth.
4646

47-
**Note**: You must temporarily enable WinRM to run the following commands. You can enable it by running the command: `winrm quickconfig`.
47+
**Note**: The following commands require that WinRM is enabled. To enable WinRM, run the following command: `winrm quickconfig`.
4848

4949
To verify that Basic authentication is enabled for WinRM, run this command **in a Command Prompt** (not in Windows PowerShell):
5050

exchange/docs-conceptual/v1-module-mfa-connect-to-scc-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If your account uses multi-factor authentication (MFA) or federated authenticati
5050

5151
- WinRM needs to allow Basic authentication (it's enabled by default). We don't send the username and password combination, but the Basic authentication header is required to send the session's OAuth token, since the client-side WinRM implementation has no support for OAuth.
5252

53-
**Note**: You must temporarily enable WinRM to run the following commands. You can enable it by running the command: `winrm quickconfig`.
53+
**Note**: The following commands require that WinRM is enabled. To enable WinRM, run the following command: `winrm quickconfig`.
5454

5555
To verify that Basic authentication is enabled for WinRM, run this command **in a Command Prompt** (not in Windows PowerShell):
5656

exchange/exchange-ps/exchange/New-MalwareFilterPolicy.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -525,19 +525,7 @@ This parameter is available only in the cloud-based service.
525525

526526
The FileTypes parameter specifies the file types that are automatically blocked by common attachment blocking (also known as the Common Attachment Types Filter), regardless of content. The default values are:
527527

528-
- ace
529-
- ani
530-
- app
531-
- cab
532-
- docm
533-
- exe
534-
- iso
535-
- jar
536-
- jnlp
537-
- reg
538-
- scr
539-
- vbe
540-
- vbs
528+
`ace, ani, apk, app, appx, arj, bat, cmd, com, deb, dex, dll, docm, elf, exe, hta, img, jar, kext, lha, lib, library, lnk, lzh, macho, msc, msi, msix, msp, mst, pif, ppa, ppam, reg, rev, scf, scr, sct, sys, uif, vb, vbe, vbs, vxd, wsc, wsf, wsh, xll, xz, z`
541529

542530
You enable or disable common attachment blocking by using the EnableFileFilter parameter.
543531

exchange/exchange-ps/exchange/Set-MalwareFilterPolicy.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ In on-premises Exchange, this example modifies the malware filter policy named C
7171
### Example 2
7272
```powershell
7373
$FileTypesAdd = Get-MalwareFilterPolicy -Identity Default | select -Expand FileTypes
74-
$FileTypesAdd += "com","bat"
74+
$FileTypesAdd += "dgz","mde"
7575
Set-MalwareFilterPolicy -Identity Default -EnableFileFilter $true -FileTypes $FileTypesAdd
7676
```
7777

78-
This example enables common attachment blocking in the malware filter policy named Default and adds the file types "com" and "bat" without affecting the other file type entries.
78+
This example enables common attachment blocking in the malware filter policy named Default and adds the file types "dgz" and "mde" without affecting the other file type entries.
7979

8080
### Example 3
8181
```powershell
@@ -551,19 +551,7 @@ This parameter is available only in the cloud-based service.
551551

552552
The FileTypes parameter specifies the file types that are automatically blocked by common attachment blocking (also known as the Common Attachment Types Filter), regardless of content. The default values are:
553553

554-
- ace
555-
- ani
556-
- app
557-
- cab
558-
- docm
559-
- exe
560-
- iso
561-
- jar
562-
- jnlp
563-
- reg
564-
- scr
565-
- vbe
566-
- vbs
554+
`ace, ani, apk, app, appx, arj, bat, cmd, com, deb, dex, dll, docm, elf, exe, hta, img, jar, kext, lha, lib, library, lnk, lzh, macho, msc, msi, msix, msp, mst, pif, ppa, ppam, reg, rev, scf, scr, sct, sys, uif, vb, vbe, vbs, vxd, wsc, wsf, wsh, xll, xz, z`
567555

568556
You enable or disable common attachment blocking by using the EnableFileFilter parameter.
569557

0 commit comments

Comments
 (0)