Skip to content

[AutoPublish] main to live - 05/23 15:32 PDT | 05/24 04:02 IST #4007

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
231 changes: 147 additions & 84 deletions docset/winserver2016-ps/ActiveDirectory/New-ADAuthenticationPolicy.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docset/winserver2016-ps/DFSR/Import-DfsrClone.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The term downstream refers to the non-authoritative server that is a clone of th
```
PS C:\> Import-DfsrClone -Volume "C:" -Path C:\DfsRClone
This operation will import the database and clone DFSR. It can take a long time to complete. Use Get-DfsrCloneState or
DFSR event 2404 to determine when the import has succeeded. Volume:
DFSR event 2404 to determine when the import has succeeded. Volume:
c:\ Path: C:\Dfsrclone
Are you sure you want to continue to import the database clone? [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"):Y
```
Expand Down Expand Up @@ -139,7 +139,7 @@ Use this parameter for scripted cloning.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -172,7 +172,7 @@ After you export the DFS Replication database, but before you perform the import
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 0
Expand Down Expand Up @@ -206,7 +206,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### [none]
### None

## NOTES

Expand Down
8 changes: 4 additions & 4 deletions docset/winserver2016-ps/DFSR/Remove-DfsReplicationGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ If you do not specify this parameter, the cmdlet uses the current domain.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: 100
Expand All @@ -94,7 +94,7 @@ Use this parameter for scripted removal of replication groups.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -127,7 +127,7 @@ Indicates that the cmdlet removes any replicated folders belonging to the replic
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -161,7 +161,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### [none]
### None

## NOTES

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
Locale: en-US
Module Name: International
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/international/get-winacceptlanguagefromlanguagelistoptout?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -55,4 +56,3 @@ This cmdlet returns a Boolean value that reports the status of the **HTTP Accept
[Set-WinAcceptLanguageFromLanguageListOptOut](./Set-WinAcceptLanguageFromLanguageListOptOut.md)

[Get-WinUserLanguageList](./Get-WinUserLanguageList.md)

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
Locale: en-US
Module Name: International
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/international/get-winculturefromlanguagelistoptout?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
Locale: en-US
Module Name: International
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/international/get-windefaultinputmethodoverride?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
Locale: en-US
Module Name: International
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/international/get-winhomelocation?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
Locale: en-US
Module Name: International
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/international/get-winlanguagebaroption?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -46,12 +47,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS

### LanguageBar
This cmdlet returns an object that contains the following settings.
This cmdlet returns an object that contains the following settings.

- **IsLegacyLanguageBar**.
When this setting is set to true, the desktop language bar is used, where available.
When this setting is set to false, the modem input switcher is used.
This is recommended.
This is recommended.
- **IsLegacySwitchingMode**.
When this setting is set to true, the current input method, which includes keyboard layout or input method editor (IME), is selected for the current application only.
When new applications start, the default input method is selected.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
Locale: en-US
Module Name: International
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/international/get-winsystemlocale?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
Locale: en-US
Module Name: International
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/international/get-winuilanguageoverride?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -29,8 +30,8 @@ For more information, see the **Get-WinUserLanguageList** and **Set-WinUserLangu
### Example 1: Display the language override setting
```
PS C:\> Get-WinUILanguageOverride
LCID Name DisplayName
---- ---- -----------
LCID Name DisplayName
---- ---- -----------
1033 en-US English (United States)
```

Expand Down
31 changes: 16 additions & 15 deletions docset/winserver2016-ps/International/Get-WinUserLanguageList.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
Locale: en-US
Module Name: International
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/international/get-winuserlanguagelist?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -30,16 +31,16 @@ For more information, see [CultureInfo Class](https://go.microsoft.com/fwlink/?L
```
PS C:\> Get-WinUserLanguageList
LanguageTag : en-US
Autonym : English (United States)
EnglishName : English (United States)
LocalizedName : English (United States)
Autonym : English (United States)
EnglishName : English (United States)
LocalizedName : English (United States)
ScriptName : Latin
InputMethodTips : {0409:00000409}
Handwriting : False
Handwriting : False
LanguageTag : fr-FR
Autonym : français (France)
EnglishName : French (France)
LocalizedName : French (France)
Autonym : français (France)
EnglishName : French (France)
LocalizedName : French (France)
ScriptName : Latin
InputMethodTips : {040c:0000040c}
Handwriting : False
Expand Down Expand Up @@ -77,28 +78,28 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
This cmdlet returns a list of **WinUserLanguage** objects that contain one or more languages and associated properties from the current user account's language list.
For information about the **Generic.List** object, see [List(Of T) Class](https://go.microsoft.com/fwlink/?LinkID=243342).

The generic list object supports the following methods:
The generic list object supports the following methods:

- Add("`LanguageTag`")
- Insert(index, "`LanguageTag`")
- Remove(Index)

The output language object contains the following properties:
The output language object contains the following properties:

- **LanguageTag** (READ).
A standard BCP-47 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).
For more information, see the [Internet Engineering Task Force (IETF) BCP 47 RFC](https://go.microsoft.com/fwlink/?LinkID=242207).
- **Autonym** (LP database) (READ).
The name of the language in the language itself.
The name of the language in the language itself.
- **EnglishName** (LP database) (READ).
The name of the language in English.
The name of the language in English.
- **LocalizedName** (LP database) (READ).
The name of the language in the current Windows display language.
The name of the language in the current Windows display language.
- **ScriptName** (LP database) (READ).
The writing system of the language.
The writing system of the language.
- **InputMethodTips** (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`.
The enabled Input methods are listed in the format `Language ID: Keyboard layout ID`.
- **Handwriting** (READ/WRITE).
This value is either 0 (freehand) or 1 (write each character separately).

Expand Down
25 changes: 13 additions & 12 deletions docset/winserver2016-ps/International/New-WinUserLanguageList.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
Locale: en-US
Module Name: International
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/international/new-winuserlanguagelist?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -48,7 +49,7 @@ Specifies a language.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 0
Expand All @@ -68,36 +69,36 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
A list of **WinUserLanguage** objects that contain one or more languages and associated properties from the current user account's language list.
For more information about the **Generic.List** object, see [System.Collections.Generic.List(Of T)](https://go.microsoft.com/fwlink/?LinkID=243342).

The generic list object supports the following methods:
The generic list object supports the following methods:

- Add("BCP-47")
- Insert(index, "BCP-47")
- Remove(Index)

The **LanguageList** is a list of language objects in the current user account's list.
The language list object contains the following methods:
The language list object contains the following methods:

- **Add** ("BCP-47")
- **Insert** (BCP-47, index)
- **Remove** (BCP-47)
- **Insert** (BCP-47, index)
- **Remove** (BCP-47)
- **Remove** (Index)

The language list object contains the following properties:
The language list object contains the following properties:

- **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).
For more information, see the [Internet Engineering Task Force (IETF) BCP 47 RFC](https://go.microsoft.com/fwlink/?LinkID=242207).
- **Autonym** (LP database) (READ).
The name of the language in the language itself.
The name of the language in the language itself.
- **English name** (LP database) (READ).
The name of the language in English.
The name of the language in English.
- **Localized name** (LP database) (READ).
The name of the language in the current Windows display language.
The name of the language in the current Windows display language.
- **Script** (LP database) (READ).
The writing system of the language.
The writing system of the language.
- **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`.
The enabled input methods are listed in the format `Language ID: Keyboard layout ID`.
- **Handwriting recognition input mode** (READ/WRITE).
This value is either 0 (freehand) or 1 (write each character separately).

Expand Down
3 changes: 2 additions & 1 deletion docset/winserver2016-ps/International/Set-Culture.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
Locale: en-US
Module Name: International
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/international/set-culture?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -42,7 +43,7 @@ Specifies a culture.
```yaml
Type: CultureInfo
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
Locale: en-US
Module Name: International
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/international/set-winacceptlanguagefromlanguagelistoptout?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -43,7 +44,7 @@ Specifies the opt-out value.
```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
Locale: en-US
Module Name: International
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/international/set-winculturefromlanguagelistoptout?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -42,7 +43,7 @@ Specifies the opt-out value.
```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
Locale: en-US
Module Name: International
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/international/set-windefaultinputmethodoverride?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -41,7 +42,7 @@ Specifies an input tip.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: 0
Expand Down
3 changes: 2 additions & 1 deletion docset/winserver2016-ps/International/Set-WinHomeLocation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
Locale: en-US
Module Name: International
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/international/set-winhomelocation?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -44,7 +45,7 @@ Specifies a GeoID setting.
```yaml
Type: Int32
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 0
Expand Down
Loading
Loading