Skip to content

Commit 608a301

Browse files
authored
Merge pull request MicrosoftDocs#3300 from msbemba/patch-148
Update Set-MpPreference.md
2 parents 9cadf98 + bdcd8ba commit 608a301

File tree

3 files changed

+55
-3
lines changed

3 files changed

+55
-3
lines changed

docset/winserver2016-ps/defender/Set-MpPreference.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
3535
[-DisableCatchupFullScan <Boolean>] [-DisableCatchupQuickScan <Boolean>] [-DisableCpuThrottleOnIdleScans <Boolean>] [-DisableEmailScanning <Boolean>]
3636
[-DisableRemovableDriveScanning <Boolean>] [-DisableRestorePoint <Boolean>]
3737
[-DisableScanningMappedNetworkDrivesForFullScan <Boolean>] [-DisableScanningNetworkFiles <Boolean>]
38-
[-UILockdown <Boolean>] [-ThreatIDDefaultAction_Ids <Int64[]>]
38+
[-UILockdown <Boolean>] [-ThreatIDDefaultAction_Ids <Int64[]>] [-AllowSwitchToAsyncInspection <Boolean>]
3939
[-ThreatIDDefaultAction_Actions <ThreatAction[]>] [-UnknownThreatDefaultAction <ThreatAction>]
4040
[-LowThreatDefaultAction <ThreatAction>] [-ModerateThreatDefaultAction <ThreatAction>]
4141
[-HighThreatDefaultAction <ThreatAction>] [-SevereThreatDefaultAction <ThreatAction>] [-Force]
@@ -102,6 +102,23 @@ Accept pipeline input: False
102102
Accept wildcard characters: False
103103
```
104104
105+
### -AllowSwitchToAsyncInspection
106+
107+
Specifies whether to enable a performance optimization that allows synchronously inspected network flows to switch to async inspection once they have been checked and validated.
108+
109+
```yaml
110+
Type: Boolean
111+
Parameter Sets: (All)
112+
Aliases:
113+
114+
Required: False
115+
Position: Named
116+
Default value: Enabled
117+
Accept pipeline input: False
118+
Accept wildcard characters: False
119+
```
120+
121+
105122
### -CheckForSignaturesBeforeRunningScan
106123
Indicates whether to check for new virus and spyware definitions before Windows Defender runs a scan.
107124
If you specify a value of $True, Windows Defender checks for new definitions.

docset/winserver2019-ps/defender/Set-MpPreference.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
2424
[-CheckForSignaturesBeforeRunningScan <Boolean>] [-ScanPurgeItemsAfterDelay <UInt32>]
2525
[-ScanOnlyIfIdleEnabled <Boolean>] [-ScanParameters <ScanType>] [-ScanScheduleDay <Day>]
2626
[-ScanScheduleQuickScanTime <DateTime>] [-ScanScheduleOffset <UInt32>] [-SignatureFirstAuGracePeriod <UInt32>]
27-
[-ScanScheduleTime <HH:MM:SS>]
27+
[-ScanScheduleTime <HH:MM:SS>] [-AllowSwitchToAsyncInspection <Boolean>]
2828
[-SignatureAuGracePeriod <UInt32>] [-SignatureDefinitionUpdateFileSharesSources <String>]
2929
[-SignatureDisableUpdateOnStartupWithoutEngine <Boolean>] [-SignatureFallbackOrder <String>]
3030
[-SignatureScheduleDay <Day>] [-SignatureScheduleTime <DateTime>] [-SignatureUpdateCatchupInterval <UInt32>]
@@ -85,6 +85,23 @@ This command configures preferences to check for definition updates 120 minutes
8585

8686
## PARAMETERS
8787

88+
### -AllowSwitchToAsyncInspection
89+
90+
Specifies whether to enable a performance optimization that allows synchronously inspected network flows to switch to async inspection once they have been checked and validated.
91+
92+
```yaml
93+
Type: Boolean
94+
Parameter Sets: (All)
95+
Aliases:
96+
97+
Required: False
98+
Position: Named
99+
Default value: Enabled
100+
Accept pipeline input: False
101+
Accept wildcard characters: False
102+
```
103+
104+
88105
### -AsJob
89106
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
90107

docset/winserver2022-ps/defender/Set-MpPreference.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
4040
[-DisableCatchupFullScan <Boolean>] [-DisableCatchupQuickScan <Boolean>] [-DisableEmailScanning <Boolean>]
4141
[-DisableRemovableDriveScanning <Boolean>] [-DisableRestorePoint <Boolean>]
4242
[-DisableScanningMappedNetworkDrivesForFullScan <Boolean>] [-DisableScanningNetworkFiles <Boolean>]
43-
[-DisableIOAVProtection <Boolean>]
43+
[-DisableIOAVProtection <Boolean>] [-AllowSwitchToAsyncInspection <Boolean>]
4444
[-UILockdown <Boolean>] [-ThreatIDDefaultAction_Ids <Int64[]>]
4545
[-ThreatIDDefaultAction_Actions <ThreatAction[]>] [-UnknownThreatDefaultAction <ThreatAction>]
4646
[-LowThreatDefaultAction <ThreatAction>] [-ModerateThreatDefaultAction <ThreatAction>]
@@ -145,6 +145,24 @@ Accept pipeline input: False
145145
Accept wildcard characters: False
146146
```
147147
148+
149+
### -AllowSwitchToAsyncInspection
150+
151+
Specifies whether to enable a performance optimization that allows synchronously inspected network flows to switch to async inspection once they have been checked and validated.
152+
153+
```yaml
154+
Type: Boolean
155+
Parameter Sets: (All)
156+
Aliases:
157+
158+
Required: False
159+
Position: Named
160+
Default value: Enabled
161+
Accept pipeline input: False
162+
Accept wildcard characters: False
163+
```
164+
165+
148166
### -AsJob
149167
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
150168

0 commit comments

Comments
 (0)