File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
exchange/exchange-ps/exchange Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Set-MalwareFilterPolicy [-Identity] <MalwareFilterPolicyIdParameter>
45
45
[-FileTypeAction <FileTypeFilteringAction>]
46
46
[-FileTypes <String[]>]
47
47
[-InternalSenderAdminAddress <SmtpAddress>]
48
+ [-IsPolicyOverrideApplied <Boolean>]
48
49
[-MakeDefault]
49
50
[-QuarantineTag <String>]
50
51
[-WhatIf]
@@ -605,6 +606,22 @@ Accept pipeline input: False
605
606
Accept wildcard characters: False
606
607
` ` `
607
608
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
+
608
625
# ## -MakeDefault
609
626
The MakeDefault switch makes this malware filter policy the default policy. You don't need to specify a value with this switch.
610
627
You can’t perform that action at this time.
0 commit comments