Skip to content

Commit 12d9d2b

Browse files
authored
Merge pull request MicrosoftDocs#2850 from marysiakam9889/patch-9
Update Set-MpPreference.md
2 parents fd20ac8 + 3d798ed commit 12d9d2b

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docset/winserver2019-ps/defender/Set-MpPreference.md

+18-1
Original file line numberDiff line numberDiff 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
10081008
Accept 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
10121029
Specifies which automatic remediation action to take for a severe level threat.
10131030
The acceptable values for this parameter are:

0 commit comments

Comments
 (0)