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
@@ -780,7 +783,7 @@ The acceptable values for this parameter are: integers from 5 through 100, and t
780
783
Windows Defender does not exceed the percentage of CPU usage that you specify.
781
784
The default value is 50.
782
785
783
-
Note: This is not a hard limit but rather a guidance for the scanning engine to not exceed this maximum on average.
786
+
Note: This is not a hard limit but rather a guidance for the scanning engine to not exceed this maximum on average. If ScanOnlyIfIdleEnabled (instructing the product to scan only when the computer is not in use) and DisableCpuThrottleOnIdleScans (instructing the product to disable CPU throttling on idle scans) are both enabled, then the value of ScanAvgCPULoadFactor is ignored.
784
787
785
788
```yaml
786
789
Type: Byte
@@ -1253,3 +1256,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
Copy file name to clipboardExpand all lines: docset/winserver2016-ps/defender/Update-MpSignature.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ PS C:\> Update-MpSignature
31
31
```
32
32
33
33
This command updates the antimalware definitions.
34
-
By default, the cmdlet uses the default update source.
34
+
By default, the cmdlet uses the sources configured through [SignatureFallbackOrder](Set-MpPreference.yml#-signaturefallbackorder). If no signature fallback order is configured, the cmdlet uses the default update source.
35
35
36
36
### Example 2: Update signatures from a specific source
This cmdlet downloads updated definitions from the server you specify.
104
-
If you do not specify this parameter, the cmdlet uses the Microsoft Update Server, then Microsoft Malware Protection Center (MMPC), as an update source.
104
+
If you do not specify this parameter, the cmdlet uses the sources configured through [SignatureFallbackOrder](Set-MpPreference.yml#-signaturefallbackorder). If no signature fallback order is configured, the cmdlet uses Microsoft Update Server, then Microsoft Malware Protection Center (MMPC) as an update source.
105
105
The acceptable values for this parameter are:
106
106
107
107
- InternalDefinitionUpdateServer
@@ -135,3 +135,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
This command copies the TestGpo1 GPO from the test.contoso.com domain to a GPO named TestGpo1 in the sales.contoso.com domain.
78
78
79
79
A trust relationship must exist between the source domain and the destination domain.
80
-
In addition, if the source domain or the destination domain (or both) is different than the domain of the user that is running the session.a trust must exist between that domain and the domain of the user.
80
+
In addition, if the source domain or the destination domain (or both) is different than the domain of the user that is running the sessiona trust must exist between that domain and the domain of the user.
81
81
82
82
### Example 3: Copy all GPOs from a domain to another domain
Note: This limit isn’t a hard limit but rather guidance for the scanning engine to not exceed this maximum on average.
917
920
918
-
Note: Manually run scans will ignore this setting and run without any CPU limits.
921
+
Note: Manually run scans will ignore this setting and run without any CPU limits. If ScanOnlyIfIdleEnabled (instructing the product to scan only when the computer is not in use) and DisableCpuThrottleOnIdleScans (instructing the product to disable CPU throttling on idle scans) are both enabled, then the value of ScanAvgCPULoadFactor is ignored.
919
922
920
923
```yaml
921
924
Type: Byte
@@ -1418,3 +1421,4 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar
Copy file name to clipboardExpand all lines: docset/winserver2019-ps/defender/Update-MpSignature.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ PS C:\> Update-MpSignature
31
31
```
32
32
33
33
This command updates the antimalware definitions.
34
-
By default, the cmdlet uses the default update source.
34
+
By default, the cmdlet uses the sources configured through [SignatureFallbackOrder](Set-MpPreference.yml#-signaturefallbackorder). If no signature fallback order is configured, the cmdlet uses the default update source.
35
35
36
36
### Example 2: Update signatures from a specific source
This cmdlet downloads updated definitions from the server you specify.
104
-
If you do not specify this parameter, the cmdlet uses the Microsoft Update Server, then Microsoft Malware Protection Center (MMPC), as an update source.
104
+
If you do not specify this parameter, the cmdlet uses the sources configured through [SignatureFallbackOrder](Set-MpPreference.yml#-signaturefallbackorder). If no signature fallback order is configured, the cmdlet uses Microsoft Update Server, then Microsoft Malware Protection Center (MMPC) as an update source.
105
105
The acceptable values for this parameter are:
106
106
107
107
- InternalDefinitionUpdateServer
@@ -135,3 +135,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
This command copies the TestGpo1 GPO from the test.contoso.com domain to a GPO named TestGpo1 in the sales.contoso.com domain.
78
78
79
79
A trust relationship must exist between the source domain and the destination domain.
80
-
In addition, if the source domain or the destination domain (or both) is different than the domain of the user that is running the session.a trust must exist between that domain and the domain of the user.
80
+
In addition, if the source domain or the destination domain (or both) is different than the domain of the user that is running the sessiona trust must exist between that domain and the domain of the user.
81
81
82
82
### Example 3: Copy all GPOs from a domain to another domain
0 commit comments