mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 22:37:22 +00:00
Incorrect WMI property names
SignatureFallbackOrder and SignatureDefinitionUpdateFileSharesSouce properties are for signature source order properties.
This commit is contained in:
parent
0cb02cfccf
commit
06bf32b6a8
@ -100,8 +100,10 @@ See [Use PowerShell cmdlets to configure and run Microsoft Defender Antivirus](u
|
|||||||
Use the [**Set** method of the **MSFT_MpPreference**](https://msdn.microsoft.com/library/dn455323(v=vs.85).aspx) class for the following properties:
|
Use the [**Set** method of the **MSFT_MpPreference**](https://msdn.microsoft.com/library/dn455323(v=vs.85).aspx) class for the following properties:
|
||||||
|
|
||||||
```WMI
|
```WMI
|
||||||
SignatureFallbackOrder
|
ScanParameters
|
||||||
SignatureDefinitionUpdateFileSharesSouce
|
ScanScheduleDay
|
||||||
|
ScanScheduleTime
|
||||||
|
RandomizeScheduleTaskTimes
|
||||||
```
|
```
|
||||||
|
|
||||||
See the following for more information and allowed parameters:
|
See the following for more information and allowed parameters:
|
||||||
@ -138,8 +140,7 @@ See [Use PowerShell cmdlets to configure and run Microsoft Defender Antivirus](u
|
|||||||
Use the [**Set** method of the **MSFT_MpPreference**](https://msdn.microsoft.com/library/dn455323(v=vs.85).aspx) class for the following properties:
|
Use the [**Set** method of the **MSFT_MpPreference**](https://msdn.microsoft.com/library/dn455323(v=vs.85).aspx) class for the following properties:
|
||||||
|
|
||||||
```WMI
|
```WMI
|
||||||
SignatureFallbackOrder
|
ScanOnlyIfIdleEnabled
|
||||||
SignatureDefinitionUpdateFileSharesSouce
|
|
||||||
```
|
```
|
||||||
|
|
||||||
See the following for more information and allowed parameters:
|
See the following for more information and allowed parameters:
|
||||||
@ -173,8 +174,8 @@ See [Use PowerShell cmdlets to configure and run Microsoft Defender Antivirus](u
|
|||||||
Use the [**Set** method of the **MSFT_MpPreference**](https://msdn.microsoft.com/library/dn455323(v=vs.85).aspx) class for the following properties:
|
Use the [**Set** method of the **MSFT_MpPreference**](https://msdn.microsoft.com/library/dn455323(v=vs.85).aspx) class for the following properties:
|
||||||
|
|
||||||
```WMI
|
```WMI
|
||||||
SignatureFallbackOrder
|
RemediationScheduleDay
|
||||||
SignatureDefinitionUpdateFileSharesSouce
|
RemediationScheduleTime
|
||||||
```
|
```
|
||||||
|
|
||||||
See the following for more information and allowed parameters:
|
See the following for more information and allowed parameters:
|
||||||
@ -210,8 +211,7 @@ See [Use PowerShell cmdlets to configure and run Microsoft Defender Antivirus](u
|
|||||||
Use the [**Set** method of the **MSFT_MpPreference**](https://msdn.microsoft.com/library/dn455323(v=vs.85).aspx) class for the following properties:
|
Use the [**Set** method of the **MSFT_MpPreference**](https://msdn.microsoft.com/library/dn455323(v=vs.85).aspx) class for the following properties:
|
||||||
|
|
||||||
```WMI
|
```WMI
|
||||||
SignatureFallbackOrder
|
ScanScheduleQuickScanTime
|
||||||
SignatureDefinitionUpdateFileSharesSouce
|
|
||||||
```
|
```
|
||||||
|
|
||||||
See the following for more information and allowed parameters:
|
See the following for more information and allowed parameters:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user