Skip to content

Commit 5c1c8bc

Browse files
committed
FileTypes param update
1 parent 45c04ba commit 5c1c8bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ The FileTypes parameter specifies the file types that are automatically blocked
535535

536536
This parameter is meaningful only if the value of the EnableFileFilter parameter is $true.
537537

538-
The common attachments filter uses best effort true-typing to detect the file type regardless of the file name extension. If true-typing fails or isn't supported for the specified file type, then extension matching is used. For example, .ps1 files are Windows PowerShell scripts, but their true type is text.
538+
The common attachments filter uses best effort true-typing to detect the file type regardless of the file name extension. For example, an exe file renamed to txt is detected as an exe file. If true-typing fails or isn't supported for the specified file type, then extension matching is used.
539539

540540
To replace the existing list of file types with the values you specify, use the syntax `FileType1,FileType2,...FileTypeN`. To preserve existing values, be sure to include the file types that you want to keep along with the new values that you want to add.
541541

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,11 +569,11 @@ The FileTypes parameter specifies the file types that are automatically blocked
569569

570570
This parameter is meaningful only if the value of the EnableFileFilter parameter is $true.
571571

572-
The common attachments filter uses best effort true-typing to detect the file type regardless of the file name extension. If true-typing fails or isn't supported for the specified file type, then extension matching is used. For example, .ps1 files are Windows PowerShell scripts, but their true type is text.
572+
The common attachments filter uses best effort true-typing to detect the file type regardless of the file name extension. For example, an exe file renamed to txt is detected as an exe file. If true-typing fails or isn't supported for the specified file type, then extension matching is used.
573573

574574
To replace the existing list of file types with the values you specify, use the syntax `FileType1,FileType2,...FileTypeN`. To preserve existing values, be sure to include the file types that you want to keep along with the new values that you want to add.
575575

576-
To add or remove file types without affecting the other file type entries, see the Examples section in the Set-MalwareFilterPolicy cmdlet topic.
576+
To add or remove file types without affecting the other file type entries, see the Examples section in this topic.
577577

578578
```yaml
579579
Type: String[]

0 commit comments

Comments
 (0)