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
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
+
105
122
### -CheckForSignaturesBeforeRunningScan
106
123
Indicates whether to check for new virus and spyware definitions before Windows Defender runs a scan.
107
124
If you specify a value of $True, Windows Defender checks for new definitions.
@@ -85,6 +85,23 @@ This command configures preferences to check for definition updates 120 minutes
85
85
86
86
## PARAMETERS
87
87
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
+
88
105
### -AsJob
89
106
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
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
+
148
166
### -AsJob
149
167
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
0 commit comments