You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -588,6 +598,9 @@ malicious and unwanted software. You don't need to specify a value with this swi
588
598
**Tip**: This switch works only if the current value of the DisableArchiveScanning
589
599
property is True (disabled). If the value is already False (enabled), this switch does nothing.
590
600
601
+
The value True for the DisableArchiveScanning property is available only if Tamper Protection is
602
+
disabled. For more information, see [How do I configure or manage Tamper Protection?](https://learn.microsoft.com/defender-endpoint/prevent-changes-to-security-settings-with-tamper-protection#how-do-i-configure-or-manage-tamper-protection).
603
+
591
604
```yaml
592
605
Type: SwitchParameter
593
606
Parameter Sets: (All)
@@ -628,6 +641,9 @@ specify a value with this switch.
628
641
**Tip**: This switch works only if the current value of the DisableBehaviorMonitoring
629
642
property is True (disabled). If the value is already False (enabled), this switch does nothing.
630
643
644
+
The value True for the DisableBehaviorMonitoring property is available only if Tamper Protection is
645
+
disabled. For more information, see [How do I configure or manage Tamper Protection?](https://learn.microsoft.com/defender-endpoint/prevent-changes-to-security-settings-with-tamper-protection#how-do-i-configure-or-manage-tamper-protection).
Specifies whether to enable the scanning of all downloaded files and attachments. You don't need to
979
+
Specifies whether to enable the automatic scanning of all downloaded files and attachments. You don't need to
964
980
specify a value with this switch.
965
981
966
982
**Tip**: This switch works only if the current value of the DisableIOAVProtection
967
983
property is True (disabled). If the value is already False (enabled), this switch does nothing.
968
984
985
+
The value True for the DisableIOAVProtection property is available only if Tamper Protection is
986
+
disabled. For more information, see [How do I configure or manage Tamper Protection?](https://learn.microsoft.com/defender-endpoint/prevent-changes-to-security-settings-with-tamper-protection#how-do-i-configure-or-manage-tamper-protection).
987
+
969
988
```yaml
970
989
Type: SwitchParameter
971
990
Parameter Sets: (All)
@@ -1048,6 +1067,9 @@ property is True (disabled). If the value is already False (enabled), this switc
1048
1067
1049
1068
The default and recommended value for this setting is enabled (False).
1050
1069
1070
+
The value True for the DisableRealtimeMonitoring property is available only if Tamper Protection is
1071
+
disabled. For more information, see [How do I configure or manage Tamper Protection?](https://learn.microsoft.com/defender-endpoint/prevent-changes-to-security-settings-with-tamper-protection#how-do-i-configure-or-manage-tamper-protection).
1072
+
1051
1073
```yaml
1052
1074
Type: SwitchParameter
1053
1075
Parameter Sets: (All)
@@ -1149,6 +1171,9 @@ a value with this switch.
1149
1171
**Tip**: This switch works only if the current value of the DisableScriptScanning
1150
1172
property is True (disabled). If the value is already False (enabled), this switch does nothing.
1151
1173
1174
+
The value True for the DisableScriptScanning property is available only if Tamper Protection is
1175
+
disabled. For more information, see [How do I configure or manage Tamper Protection?](https://learn.microsoft.com/defender-endpoint/prevent-changes-to-security-settings-with-tamper-protection#how-do-i-configure-or-manage-tamper-protection).
1176
+
1152
1177
```yaml
1153
1178
Type: SwitchParameter
1154
1179
Parameter Sets: (All)
@@ -1470,7 +1495,7 @@ exclusions from scheduled, custom, and real-time scanning.
1470
1495
To remove values without affecting other existing values, use the following syntax:
1471
1496
`"Extension1","Extension2"..."ExtensionN"`
1472
1497
1473
-
To add values without affecting existing values, use the **Add-MPPreference** cmdlet:
1498
+
To add values without affecting existing values, use the **Add-MpPreference** cmdlet:
0 commit comments