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
@@ -1008,6 +1008,23 @@ Accept pipeline input: False
10081008Accept wildcard characters : False
10091009` ` `
10101010
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+
10111028### -SevereThreatDefaultAction
10121029Specifies which automatic remediation action to take for a severe level threat.
10131030The acceptable values for this parameter are:
You can’t perform that action at this time.
0 commit comments