Skip to content

Commit fa1d180

Browse files
authored
Merge branch 'main' into patch-1
2 parents 2fc937d + 78e5608 commit fa1d180

File tree

18 files changed

+255
-140
lines changed

18 files changed

+255
-140
lines changed

docset/winserver2012-ps/international/Set-WinUserLanguageList.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
115115
A list of **WinUserLanguage** objects that contain one or more languages and associated properties from the current user account's language list.
116116
The language object contains the following properties:
117117
118-
- BCP-47 (READ). A standard language tag that is used to identify languages. For more information, see the Internet Engineering Task Force (IETF) BCP 47 RFChttp://go.microsoft.com/fwlink/?LinkID=242207.
118+
- BCP-47 (READ). A standard language tag that is used to identify languages. For more information, see the [Internet Engineering Task Force (IETF) BCP 47 RFC](https://go.microsoft.com/fwlink/?LinkID=242207).
119119
- Autonym (LP database) (READ). The name of the language in the language itself.
120120
- English name (LP database) (READ). The name of the language in English.
121121
- Localized name (LP database) (READ). The name of the language in the current Windows display language.
122122
- Script (LP database) (READ). The writing system of the language.
123-
- Input methods (READ/WRITE). A list of input method Tablet Input Panel (TIP) strings that are enabled for this language. The enabled input methods are listed in the format Language ID: Keyboard layout ID.
123+
- Input methods (READ/WRITE). A list of input method Tablet Input Panel (TIP) strings that are enabled for this language. The enabled input methods are listed in the format `Language ID:Keyboard layout ID`. See [Default input profiles (input locales) in Windows](/windows-hardware/manufacture/desktop/default-input-locales-for-windows-language-packs).
124124
- Handwriting recognition input mode (READ/WRITE). This value is either 0 (freehand) or 1 (write each character separately).
125125

126126
## OUTPUTS

docset/winserver2012r2-ps/international/Set-WinUserLanguageList.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
117117
A list of *WinUserLanguage* objects that contain one or more languages and associated properties from the current user account's language list.
118118
The language object contains the following properties:
119119
120-
--**BCP-47** (READ). A standard language tag that is used to identify languages. For more information, see the Internet Engineering Task Force (IETF) BCP 47 RFChttp://go.microsoft.com/fwlink/?LinkID=242207.
120+
--**BCP-47** (READ). A standard language tag that is used to identify languages. For more information, see the [Internet Engineering Task Force (IETF) BCP 47 RFC](https://go.microsoft.com/fwlink/?LinkID=242207).
121121
--**Autonym** (LP database) (READ). The name of the language in the language itself.
122122
--**English name** (LP database) (READ). The name of the language in English.
123123
--**Localized name** (LP database) (READ). The name of the language in the current Windows display language.
124124
--**Script** (LP database) (READ). The writing system of the language.
125-
--**Input methods** (READ/WRITE). A list of input method Tablet Input Panel (TIP) strings that are enabled for this language. The enabled input methods are listed in the format Language ID: Keyboard layout ID.
125+
--**Input methods** (READ/WRITE). A list of input method Tablet Input Panel (TIP) strings that are enabled for this language. The enabled input methods are listed in the format `Language ID:Keyboard layout ID`. See [Default input profiles (input locales) in Windows](/windows-hardware/manufacture/desktop/default-input-locales-for-windows-language-packs).
126126
--**Handwriting recognition input mode** (READ/WRITE). This value is either 0 (freehand) or 1 (write each character separately).
127127

128128
## OUTPUTS

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/winserver2016-ps/international/Set-WinUserLanguageList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The name of the language in the current Windows display language.
144144
The writing system of the language.
145145
- **Input methods** (READ/WRITE).
146146
A list of input method Tablet Input Panel (TIP) strings that are enabled for this language.
147-
The enabled input methods are listed in the format `Language ID: Keyboard layout ID`.
147+
The enabled input methods are listed in the format `Language ID:Keyboard layout ID`. See [Default input profiles (input locales) in Windows](/windows-hardware/manufacture/desktop/default-input-locales-for-windows-language-packs).
148148
- **Handwriting recognition input mode** (READ/WRITE).
149149
This value is either 0 (freehand) or 1 (write each character separately).
150150

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/winserver2019-ps/fileserverresourcemanager/New-FsrmFileScreenTemplate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When you make changes to a template, you can choose to apply those changes to al
3232

3333
### Example 1: Create a passive file screen template
3434
```
35-
PS C:\> New-FsrmFileScreenTemplate "Filter Non-HTML text files" -IncludeGroup "Non-HTML text files"
35+
PS C:\> New-FsrmFileScreenTemplate "Filter Non-HTML text files" -IncludeGroup "Non-HTML text files" -Active:$False
3636
```
3737

3838
This command creates a passive file screen template named "Filter Non-HTML text files" that logs any files that match the "Non-HTML text files" file group.

docset/winserver2019-ps/international/Set-WinUserLanguageList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The name of the language in the current Windows display language.
144144
The writing system of the language.
145145
- **Input methods** (READ/WRITE).
146146
A list of input method Tablet Input Panel (TIP) strings that are enabled for this language.
147-
The enabled input methods are listed in the format `Language ID: Keyboard layout ID`.
147+
The enabled input methods are listed in the format `Language ID:Keyboard layout ID`. See [Default input profiles (input locales) in Windows](/windows-hardware/manufacture/desktop/default-input-locales-for-windows-language-packs).
148148
- **Handwriting recognition input mode** (READ/WRITE).
149149
This value is either 0 (freehand) or 1 (write each character separately).
150150

docset/winserver2022-ps/appx/Add-AppxPackage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ for this parameter are:
570570
- `InstallFull`: Installs as a full app
571571
- `InstallStub`: Installs as a stub app
572572
- `UsePreference`: Uses the current
573-
[PackageSubPreference](/uwp/api/windows.management.deployment.packagestubpreference) for the
573+
[PackageStubPreference](/uwp/api/windows.management.deployment.packagestubpreference) for the
574574
package
575575

576576
```yaml

docset/winserver2022-ps/configci/New-CIPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ New-CIPolicy [-FilePath] <String> -Rules <Rule[]> [-Audit] [-ScanPath <String>]
3636
The **New-CIPolicy** cmdlet creates a Code Integrity policy as an .xml file.
3737

3838
If you specify **DriverFile** objects, this cmdlet generates rules based on the **Level** parameter.
39-
This cmdlet creates a policy based on those rules for the specified drive files.
39+
This cmdlet creates a policy based on those rules for the specified driver files.
4040

4141
If you specify **Rule** objects, this cmdlet creates a policy based on those objects.
4242
Because the rules that you specify are created at a specific level, do not specify a level.

0 commit comments

Comments
 (0)