File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
docset/winserver2019-ps/defender Expand file tree Collapse file tree 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[]>] [-
4141 [-LowThreatDefaultAction <ThreatAction>] [-ModerateThreatDefaultAction <ThreatAction>]
4242 [-HighThreatDefaultAction <ThreatAction>] [-SevereThreatDefaultAction <ThreatAction>] [-Force]
4343 [-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>]
4545```
4646
4747## DESCRIPTION
@@ -1007,6 +1007,23 @@ Accept pipeline input: False
10071007Accept wildcard characters : False
10081008` ` `
10091009
1010+ ### -ServiceHealthReportInterval
1011+ This policy setting configures the time interval (in minutes) for the service health reports to be sent from endpoints.
1012+
1013+ If you do not configure this setting, the default value will be applied. The default value is set at 60 minutes (1 hour).
1014+ If you configure this setting to 0, no service health reports will be sent.
1015+ The maximum value allowed to be set is 14400 minutes (10 days).
1016+
1017+ ` ` ` yaml
1018+ Type : UInt32
1019+ Aliases : shri
1020+ Accepted values : 0-14400
1021+ Position : Named
1022+ Default value : 60
1023+ Accept pipeline input : False
1024+ Accept wildcard characters : False
1025+ ` ` `
1026+
10101027### -SevereThreatDefaultAction
10111028Specifies which automatic remediation action to take for a severe level threat.
10121029The acceptable values for this parameter are:
You can’t perform that action at this time.
0 commit comments