Skip to content

Commit ec2f391

Browse files
authored
Merge branch 'main' into msbemba-patch-1
2 parents 032a224 + 78e5608 commit ec2f391

File tree

5 files changed

+85
-8
lines changed

5 files changed

+85
-8
lines changed

docset/winserver2016-ps/adfs/Remove-AdfsFarmNode.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8787
8888
## RELATED LINKS
8989
90-
[Uninstall-WindowsFeature](/powershell/module/microsoft.windows.servermanager.migration/uninstall-windowsfeature)
91-
90+
[Uninstall-WindowsFeature](/powershell/module/servermanager/uninstall-windowsfeature)

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

docset/winserver2022-ps/storage/Format-Volume.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,47 +19,47 @@ Formats one or more existing volumes or a new volume on an existing partition.
1919
```
2020
Format-Volume [-DriveLetter] <Char[]> [-FileSystem <String>] [-NewFileSystemLabel <String>]
2121
[-AllocationUnitSize <UInt32>] [-Full] [-Force] [-Compress] [-ShortFileNameSupport <Boolean>]
22-
[-SetIntegrityStreams <Boolean>] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX <Boolean>]
22+
[-SetIntegrityStreams <Boolean>] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX <Boolean>] [-DevDrive]
2323
[-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>]
2424
```
2525

2626
### ById
2727
```
2828
Format-Volume -ObjectId <String[]> [-FileSystem <String>] [-NewFileSystemLabel <String>]
2929
[-AllocationUnitSize <UInt32>] [-Full] [-Force] [-Compress] [-ShortFileNameSupport <Boolean>]
30-
[-SetIntegrityStreams <Boolean>] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX <Boolean>]
30+
[-SetIntegrityStreams <Boolean>] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX <Boolean>] [-DevDrive]
3131
[-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>]
3232
```
3333

3434
### ByPaths
3535
```
3636
Format-Volume -Path <String[]> [-FileSystem <String>] [-NewFileSystemLabel <String>]
3737
[-AllocationUnitSize <UInt32>] [-Full] [-Force] [-Compress] [-ShortFileNameSupport <Boolean>]
38-
[-SetIntegrityStreams <Boolean>] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX <Boolean>]
38+
[-SetIntegrityStreams <Boolean>] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX <Boolean>] [-DevDrive]
3939
[-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>]
4040
```
4141

4242
### ByLabel
4343
```
4444
Format-Volume -FileSystemLabel <String[]> [-FileSystem <String>] [-NewFileSystemLabel <String>]
4545
[-AllocationUnitSize <UInt32>] [-Full] [-Force] [-Compress] [-ShortFileNameSupport <Boolean>]
46-
[-SetIntegrityStreams <Boolean>] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX <Boolean>]
46+
[-SetIntegrityStreams <Boolean>] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX <Boolean>] [-DevDrive]
4747
[-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>]
4848
```
4949

5050
### ByPartition
5151
```
5252
Format-Volume [-Partition <CimInstance>] [-FileSystem <String>] [-NewFileSystemLabel <String>]
5353
[-AllocationUnitSize <UInt32>] [-Full] [-Force] [-Compress] [-ShortFileNameSupport <Boolean>]
54-
[-SetIntegrityStreams <Boolean>] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX <Boolean>]
54+
[-SetIntegrityStreams <Boolean>] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX <Boolean>] [-DevDrive]
5555
[-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>]
5656
```
5757

5858
### InputObject (cdxml)
5959
```
6060
Format-Volume -InputObject <CimInstance[]> [-FileSystem <String>] [-NewFileSystemLabel <String>]
6161
[-AllocationUnitSize <UInt32>] [-Full] [-Force] [-Compress] [-ShortFileNameSupport <Boolean>]
62-
[-SetIntegrityStreams <Boolean>] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX <Boolean>]
62+
[-SetIntegrityStreams <Boolean>] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX <Boolean>] [-DevDrive]
6363
[-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>]
6464
```
6565

@@ -192,6 +192,21 @@ Accept pipeline input: False
192192
Accept wildcard characters: False
193193
```
194194
195+
### -DevDrive
196+
Formats the volume as a [dev drive](/windows/dev-drive/). A dev drive is optimized for performance of developer scenarios and gives administators control over what minifilters are attached to the volume.
197+
198+
```yaml
199+
Type: SwitchParameter
200+
Parameter Sets: (All)
201+
Aliases:
202+
203+
Required: False
204+
Position: Named
205+
Default value: False
206+
Accept pipeline input: False
207+
Accept wildcard characters: False
208+
```
209+
195210
### -DisableHeatGathering
196211
Indicates that the cmdlet does not gather file activity on the specified tiered volume.
197212
You can override file placement based on the desired storage tier.

0 commit comments

Comments
 (0)