Skip to content

Commit b10e0fe

Browse files
authored
Merge branch 'main' into alexbuckgit/docutune-autopr-20230819-224848-7254994-ignore-build
2 parents be5d361 + 3a5c28d commit b10e0fe

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
3434
[-DisableRealtimeMonitoring <Boolean>] [-DisableScriptScanning <Boolean>] [-DisableArchiveScanning <Boolean>]
3535
[-DisableCatchupFullScan <Boolean>] [-DisableCatchupQuickScan <Boolean>] [-DisableCpuThrottleOnIdleScans <Boolean>] [-DisableEmailScanning <Boolean>]
3636
[-DisableRemovableDriveScanning <Boolean>] [-DisableRestorePoint <Boolean>]
37+
[-OobeEnableRtpAndSigUpdate <Boolean>]
3738
[-DisableScanningMappedNetworkDrivesForFullScan <Boolean>] [-DisableScanningNetworkFiles <Boolean>]
3839
[-UILockdown <Boolean>] [-ThreatIDDefaultAction_Ids <Int64[]>] [-AllowSwitchToAsyncInspection <Boolean>]
3940
[-ThreatIDDefaultAction_Actions <ThreatAction[]>] [-UnknownThreatDefaultAction <ThreatAction>]
@@ -585,6 +586,26 @@ Accept pipeline input: False
585586
Accept wildcard characters: False
586587
```
587588
589+
### -OobeEnableRtpAndSigUpdate
590+
591+
This setting allows you to configure whether real-time protection and Security Intelligence Updates are enabled during Out of Box experience (OOBE).
592+
593+
Valid values are:
594+
- True - If you enable this setting, real-time protection and Security Intelligence Updates are enabled during OOBE.
595+
- False (Default) - If you either disable or don't configure this setting, real-time protection and Security Intelligence Updates during OOBE aren't enabled.
596+
597+
```yaml
598+
Type: Boolean
599+
Parameter Sets: (All)
600+
Aliases:
601+
602+
Required: False
603+
Position: Named
604+
Default value: False
605+
Accept pipeline input: False
606+
Accept wildcard characters: False
607+
```
608+
588609
### -PUAProtection
589610
590611
```yaml

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
3737
[-DisableEmailScanning <Boolean>]
3838
[-DisableRemovableDriveScanning <Boolean>] [-DisableRestorePoint <Boolean>]
3939
[-DisableScanningMappedNetworkDrivesForFullScan <Boolean>] [-DisableScanningNetworkFiles <Boolean>]
40+
[-OobeEnableRtpAndSigUpdate <Boolean>]
4041
[-UILockdown <Boolean>] [-ThreatIDDefaultAction_Ids <Int64[]>]
4142
[-ThreatIDDefaultAction_Actions <ThreatAction[]>] [-UnknownThreatDefaultAction <ThreatAction>]
4243
[-LowThreatDefaultAction <ThreatAction>] [-ModerateThreatDefaultAction <ThreatAction>]
@@ -688,6 +689,26 @@ Accept pipeline input: False
688689
Accept wildcard characters: False
689690
```
690691

692+
### -OobeEnableRtpAndSigUpdate
693+
694+
This setting allows you to configure whether real-time protection and Security Intelligence Updates are enabled during Out of Box experience (OOBE).
695+
696+
Valid values are:
697+
- True - If you enable this setting, real-time protection and Security Intelligence Updates are enabled during OOBE.
698+
- False (Default) - If you either disable or don't configure this setting, real-time protection and Security Intelligence Updates during OOBE aren't enabled.
699+
700+
```yaml
701+
Type: Boolean
702+
Parameter Sets: (All)
703+
Aliases:
704+
705+
Required: False
706+
Position: Named
707+
Default value: False
708+
Accept pipeline input: False
709+
Accept wildcard characters: False
710+
```
711+
691712
### -PUAProtection
692713

693714
```yaml

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
5454
[-AttackSurfaceReductionRules_Actions <ASRRuleActionType[]>] [-EnableLowCpuPriority <Boolean>]
5555
[-EnableFileHashComputation <Boolean>] [-EnableFullScanOnBatteryPower <Boolean>] [-ProxyPacUrl <String>]
5656
[-ProxyServer <String>] [-ProxyBypass <String[]>] [-ForceUseProxyOnly <Boolean>]
57+
[-OobeEnableRtpAndSigUpdate <Boolean>]
5758
[-DisableTlsParsing <Boolean>] [-DisableHttpParsing <Boolean>] [-DisableDnsParsing <Boolean>]
5859
[-DisableDnsOverTcpParsing <Boolean>] [-DisableSshParsing <Boolean>]
5960
[-PlatformUpdatesChannel <UpdatesChannelType>] [-EngineUpdatesChannel <UpdatesChannelType>]
@@ -1057,6 +1058,26 @@ Accept pipeline input: False
10571058
Accept wildcard characters: False
10581059
```
10591060

1061+
### -OobeEnableRtpAndSigUpdate
1062+
1063+
This setting allows you to configure whether real-time protection and Security Intelligence Updates are enabled during Out of Box experience (OOBE).
1064+
1065+
Valid values are:
1066+
- True - If you enable this setting, real-time protection and Security Intelligence Updates are enabled during OOBE.
1067+
- False (Default) - If you either disable or don't configure this setting, real-time protection and Security Intelligence Updates during OOBE aren't enabled.
1068+
1069+
```yaml
1070+
Type: Boolean
1071+
Parameter Sets: (All)
1072+
Aliases:
1073+
1074+
Required: False
1075+
Position: Named
1076+
Default value: False
1077+
Accept pipeline input: False
1078+
Accept wildcard characters: False
1079+
```
1080+
10601081
### -PlatformUpdatesChannel
10611082
Specifies when devices receive Microsoft Defender platform updates during the monthly gradual rollout.
10621083

0 commit comments

Comments
 (0)