File tree 1 file changed +18
-1
lines changed
docset/winserver2019-ps/defender
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
41
41
[-LowThreatDefaultAction <ThreatAction>] [-ModerateThreatDefaultAction <ThreatAction>]
42
42
[-HighThreatDefaultAction <ThreatAction>] [-SevereThreatDefaultAction <ThreatAction>] [-Force]
43
43
[-DisableBlockAtFirstSeen <Boolean>] [-PUAProtection <PUAProtectionType>] [-CimSession <CimSession[]>]
44
- [-ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>] [-DisableGradualRelease <Boolean>] [-DefinitionUpdatesChannel <UpdatesChannelType>] [-EngineUpdatesChannel <UpdatesChannelType>] [-PlatformUpdatesChannel <UpdatesChannelType>][-CloudBlockLevel <CloudBlockLevelType>]
44
+ [-ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>] [-DisableGradualRelease <Boolean>] [-DefinitionUpdatesChannel <UpdatesChannelType>] [-EngineUpdatesChannel <UpdatesChannelType>] [-PlatformUpdatesChannel <UpdatesChannelType>][-CloudBlockLevel <CloudBlockLevelType>][-ServiceHealthReportInterval <UInt32>]
45
45
```
46
46
47
47
## DESCRIPTION
@@ -1008,6 +1008,23 @@ Accept pipeline input: False
1008
1008
Accept wildcard characters : False
1009
1009
` ` `
1010
1010
1011
+ ### -ServiceHealthReportInterval
1012
+ This policy setting configures the time interval (in minutes) for the service health reports to be sent from endpoints.
1013
+
1014
+ If you do not configure this setting, the default value will be applied. The default value is set at 60 minutes (one hour).
1015
+ If you configure this setting to 0, no service health reports will be sent.
1016
+ The maximum value allowed to be set is 14400 minutes (ten days).
1017
+
1018
+ ` ` ` yaml
1019
+ Type : UInt32
1020
+ Aliases : shri
1021
+ Accepted values : 0-14400
1022
+ Position : Named
1023
+ Default value : 60
1024
+ Accept pipeline input : False
1025
+ Accept wildcard characters : False
1026
+ ` ` `
1027
+
1011
1028
### -SevereThreatDefaultAction
1012
1029
Specifies which automatic remediation action to take for a severe level threat.
1013
1030
The acceptable values for this parameter are:
You can’t perform that action at this time.
0 commit comments