Skip to content

Commit 0545574

Browse files
authored
Merge branch 'main' into patch-22
2 parents b90d705 + 8e5c38d commit 0545574

File tree

53 files changed

+2972
-1012
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2972
-1012
lines changed

docset/docfx.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
"jborsecnik",
8484
"tiburd",
8585
"garycentric",
86+
"AngelaMotherofDragons",
87+
"dstrome",
88+
"v-dihans",
8689
"sdwheeler"
8790
],
8891
"_op_documentIdPathDepotMapping": {

docset/winserver2012-ps/bitlocker/Enable-BitLocker.md

Lines changed: 247 additions & 178 deletions
Large diffs are not rendered by default.

docset/winserver2012-ps/hyper-v/Set-VMSwitch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This example sets the minimum bandwidth allocation to 500Mbps on a virtual switc
8282
## PARAMETERS
8383

8484
### -AllowManagementOS
85-
Specifies whether the management operating system can use the physical network adapter that is bound to the external virtual switch.
85+
Specifies whether the management operating system can use the physical network adapter that is bound to the virtual switch. Setting **AllowManagementOS** to `$true` creates management operating system virtual network adapters (VMNetworkAdapters) in the parent partition and connects it to the virtual switch. Setting **AllowManagementOS** to `$false` removes any VMNetworkAdapters connected to the virtual switch.
8686

8787
```yaml
8888
Type: Boolean

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

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -85,24 +85,33 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8585
## OUTPUTS
8686

8787
### System.Collections.Generic.List<Microsoft.InternationalSettings.Commands.WinUserLanguage>
88-
A list of WinUserLanguage objects that contain one or more languages and associated properties from the current user account's language list.
89-
For information about the Generic.List object, see System.Collections.Generic.List<T\> Classhttp://go.microsoft.com/fwlink/?LinkID=243342.
88+
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.
89+
For information about the **Generic.List** object, see [List(Of T) Class](https://go.microsoft.com/fwlink/?LinkID=243342).
9090

91-
The generic list object supports the following methods:
91+
The generic list object supports the following methods:
9292

93-
- Add("BCP-47")
94-
- Insert(index, "BCP-47")
93+
- Add("`LanguageTag`")
94+
- Insert(index, "`LanguageTag`")
9595
- Remove(Index)
9696

97-
The output language object contains the following properties:
98-
99-
- 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).
100-
- Autonym (LP database) (READ). The name of the language in the language itself.
101-
- English name (LP database) (READ). The name of the language in English.
102-
- Localized name (LP database) (READ). The name of the language in the current Windows display language.
103-
- Script (LP database) (READ). The writing system of the language.
104-
- 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.
105-
- Handwriting recognition input mode (READ/WRITE). This value is either 0 (freehand) or 1 (write each character separately).
97+
The output language object contains the following properties:
98+
99+
- **LanguageTag** (READ).
100+
A standard BCP-47 language tag that is used to identify languages.
101+
For more information, see the [Internet Engineering Task Force (IETF) BCP 47 RFC](https://go.microsoft.com/fwlink/?LinkID=242207).
102+
- **Autonym** (LP database) (READ).
103+
The name of the language in the language itself.
104+
- **EnglishName** (LP database) (READ).
105+
The name of the language in English.
106+
- **LocalizedName** (LP database) (READ).
107+
The name of the language in the current Windows display language.
108+
- **ScriptName** (LP database) (READ).
109+
The writing system of the language.
110+
- **InputMethodTips** (READ/WRITE).
111+
A list of input method Tablet Input Panel (TIP) strings that are enabled for this language.
112+
The enabled Input methods are listed in the format `Language ID: Keyboard layout ID`.
113+
- **Handwriting** (READ/WRITE).
114+
This value is either 0 (freehand) or 1 (write each character separately).
106115

107116
## NOTES
108117

docset/winserver2012-ps/mmagent/Set-MMAgent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Operation Recorder API stores prefetch files (.pf) specific to a particular
2424

2525
### Example 1: Set the maximum number of prefetch files
2626
```
27-
PS C:\> Set-MMAgent MaxOperationAPIFiles 128
27+
PS C:\> Set-MMAgent -MaxOperationAPIFiles 128
2828
```
2929

3030
This command sets the maximum number of prefetch files for scenarios that the Operation Recorder API records to 128.

docset/winserver2012r2-ps/activedirectory/Search-ADAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ This example defines time by using Greenwich Mean Time (GMT).
323323
The following example shows how to specify a value as Coordinated Universal Time (UTC).
324324
This example represents Monday, April 17, 2006 at 2:22:48 PM UTC.
325325
326-
"2000-04-17T14:22:48.0000000"
326+
"2006-04-17T14:22:48.0000000"
327327
328328
The following example shows how to set the **AccountExpiring** parameter to a **DateTime** value of June 18, 2012 at 2:00:00 AM.
329329

0 commit comments

Comments
 (0)