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 the primary level of detail for generated rules.
335
-
The acceptable values for this parameter are:
336
-
337
-
- None
338
-
- Hash
339
-
- FileName
340
-
- FilePath
341
-
- SignedVersion
342
-
- PFN
343
-
- Publisher
344
-
- FilePublisher
345
-
- LeafCertificate
346
-
- PcaCertificate
347
-
- RootCertificate
348
-
- WHQL
349
-
- WHQLPublisher
350
-
- WHQLFilePublisher
334
+
Specifies the primary level of detail for generated rules. Refer to [WDAC File Rule Levels](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create#windows-defender-application-control-file-rule-levels) for acceptable parameter values and descriptions.
Specifies the primary level of detail for generated rules.
246
-
The acceptable values for this parameter are:
247
-
248
-
- None
249
-
- Hash
250
-
- FileName
251
-
- FilePath
252
-
- SignedVersion
253
-
- PFN
254
-
- Publisher
255
-
- FilePublisher
256
-
- LeafCertificate
257
-
- PcaCertificate
258
-
- RootCertificate
259
-
- WHQL
260
-
- WHQLPublisher
261
-
- WHQLFilePublisher
245
+
Specifies the primary level of detail for generated rules. Refer to [WDAC File Rule Levels](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create#windows-defender-application-control-file-rule-levels) for acceptable parameter values and descriptions.
This reference provides cmdlet descriptions and syntax for all Defender-specific cmdlets.
26
-
It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
25
+
This reference provides functions descriptions and syntax for all Defender-specific functions.
26
+
It lists the functions in alphabetical order based on the verb at the beginning of the functions.
27
+
28
+
> [!NOTE]
29
+
> You might also hear these functions being referred to as cmdlets. They were designed to appear like cmdlets, even though they were developed as PowerShell functions.
Specifies the enabled state of the Network Virtualization Generic Routing Encapsulation (NVGRE) encapsulated packet task offload in the network adapter. The acceptable values for this parameter are: $true or $false.
Specifies the enabled state of the Virtual eXtensible Local Area Network (VXLAN) encapsulated packet task offload in the network adapter. The acceptable values for this parameter are: $true or $false.
The **Set-NetAdapterRss** cmdlet sets the receive side scaling (RSS) properties on a network adapter.
57
57
RSS is a scalability technology that distributes the receive network traffic among multiple processors by hashing the header of the incoming packet.
58
-
Without RSS in firstref_longhorn, firstref_server_7, and Windows Server® 2012; network traffic is received on the first processor which can quickly reach full utilization limiting receive network throughput.
58
+
If RSS is disabled, network traffic is processed on a single processor core. This may impact network performance as the processor utilization increases.
59
59
Many properties can be configured using the parameters to optimize the performance of RSS.
60
60
The selection of the processors to use for RSS is an important aspect of load balancing.
61
61
Most of the parameters for this cmdlet help to determine the processors used by RSS.
@@ -356,7 +356,7 @@ Specifies the RSS profile.
356
356
357
357
The acceptable values for this parameter are:
358
358
359
-
- Closest: Behavior is consistent with the behavior of firstref_server_7.
359
+
- Closest: Behavior is consistent with the behavior of Windows Server® 2008 R2.
360
360
- ClosestStatic: No dynamic load balancing, such as distributing but not load balancing at runtime.
361
361
- NUMA: Assigns RSS processors in a round robin basis across every NUMA node to enable applications that are running on NUMA servers to scale well.
0 commit comments