Skip to content

Commit b29413b

Browse files
committed
Update Set-MalwareFilterPolicy.md
Issue #10999
1 parent ff29cc9 commit b29413b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Set-MalwareFilterPolicy [-Identity] <MalwareFilterPolicyIdParameter>
4545
[-FileTypeAction <FileTypeFilteringAction>]
4646
[-FileTypes <String[]>]
4747
[-InternalSenderAdminAddress <SmtpAddress>]
48+
[-IsPolicyOverrideApplied <Boolean>]
4849
[-MakeDefault]
4950
[-QuarantineTag <String>]
5051
[-WhatIf]
@@ -605,6 +606,22 @@ Accept pipeline input: False
605606
Accept wildcard characters: False
606607
```
607608

609+
### -IsPolicyOverrideApplied
610+
This parameter is reserved for internal Microsoft use.
611+
612+
```yaml
613+
Type: Boolean
614+
Parameter Sets: (All)
615+
Aliases:
616+
Applicable: Exchange Online, Exchange Online Protection
617+
618+
Required: False
619+
Position: Named
620+
Default value: None
621+
Accept pipeline input: False
622+
Accept wildcard characters: False
623+
```
624+
608625
### -MakeDefault
609626
The MakeDefault switch makes this malware filter policy the default policy. You don't need to specify a value with this switch.
610627

0 commit comments

Comments
 (0)