Skip to content

Commit 8142c9e

Browse files
authored
Merge pull request MicrosoftDocs#3017 from MicrosoftDocs/main
Publish 06/27/2022, 10:30 AM
2 parents 11974c1 + 315ecaa commit 8142c9e

File tree

23 files changed

+195
-137
lines changed

23 files changed

+195
-137
lines changed

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

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

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

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

93-
The generic list object supports the following methods:
93+
The generic list object supports the following methods:
9494

95-
- Add("BCP-47")
96-
- Insert(index, "BCP-47")
95+
- Add("`LanguageTag`")
96+
- Insert(index, "`LanguageTag`")
9797
- Remove(Index)
9898

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

109118
## NOTES
110119

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

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

2828
### Example 1: Set the maximum number of prefetch files
2929
```
30-
PS C:\> Set-MMAgent MaxOperationAPIFiles 128
30+
PS C:\> Set-MMAgent -MaxOperationAPIFiles 128
3131
```
3232

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

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

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

docset/winserver2016-ps/dnsserver/Set-DnsServerResourceRecord.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This cmdlet cannot change the Name or Type of a DNS server resource record objec
3232
### Example 1: Change the timespan of a resource record
3333
```
3434
PS C:\> $OldObj = Get-DnsServerResourceRecord -Name "Host01" -ZoneName "contoso.com" -RRType "A"
35-
PS C:\> $NewObj = $OldObj.Clone()
35+
PS C:\> $NewObj = [ciminstance]::new($OldObj)
3636
PS C:\> $NewObj.TimeToLive = [System.TimeSpan]::FromHours(2)
3737
PS C:\> Set-DnsServerResourceRecord -NewInputObject $NewObj -OldInputObject $OldObj -ZoneName "contoso.com" -PassThru
3838

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,27 +79,27 @@ For information about the **Generic.List** object, see [List(Of T) Class](https:
7979

8080
The generic list object supports the following methods:
8181

82-
- Add("BCP-47")
83-
- Insert(index, "BCP-47")
82+
- Add("`LanguageTag`")
83+
- Insert(index, "`LanguageTag`")
8484
- Remove(Index)
8585

8686
The output language object contains the following properties:
8787

88-
- **BCP-47** (READ).
89-
A standard language tag that is used to identify languages.
88+
- **LanguageTag** (READ).
89+
A standard BCP-47 language tag that is used to identify languages.
9090
For more information, see the [Internet Engineering Task Force (IETF) BCP 47 RFC](https://go.microsoft.com/fwlink/?LinkID=242207).
9191
- **Autonym** (LP database) (READ).
9292
The name of the language in the language itself.
93-
- **English name** (LP database) (READ).
93+
- **EnglishName** (LP database) (READ).
9494
The name of the language in English.
95-
- **Localized name** (LP database) (READ).
95+
- **LocalizedName** (LP database) (READ).
9696
The name of the language in the current Windows display language.
97-
- **Script** (LP database) (READ).
97+
- **ScriptName** (LP database) (READ).
9898
The writing system of the language.
99-
- **Input methods** (READ/WRITE).
99+
- **InputMethodTips** (READ/WRITE).
100100
A list of input method Tablet Input Panel (TIP) strings that are enabled for this language.
101101
The enabled Input methods are listed in the format `Language ID: Keyboard layout ID`.
102-
- **Handwriting recognition input mode** (READ/WRITE).
102+
- **Handwriting** (READ/WRITE).
103103
This value is either 0 (freehand) or 1 (write each character separately).
104104

105105
## NOTES

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

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

2929
### Example 1: Set the maximum number of prefetch files
3030
```
31-
PS C:\> Set-MMAgent MaxOperationAPIFiles 128
31+
PS C:\> Set-MMAgent -MaxOperationAPIFiles 128
3232
```
3333

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

docset/winserver2016-ps/pki/New-SelfSignedCertificate.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -403,11 +403,6 @@ Accept wildcard characters: False
403403

404404
### -KeyExportPolicy
405405
Specifies the policy that governs the export of the private key that is associated with the certificate.
406-
The acceptable values for this parameter are:
407-
408-
- Exportable
409-
- ExportableEncrypted (default)
410-
- NonExportable
411406

412407
The default value of ExportableEncrypted is not compatible with KSP and CSPs that do not allow key export.
413408
These include the Microsoft Smart Card Key Storage Provider and the Microsoft Platform Crypto Key Storage Provider.
@@ -421,7 +416,7 @@ Accepted values: NonExportable, ExportableEncrypted, Exportable
421416
422417
Required: False
423418
Position: Named
424-
Default value: None
419+
Default value: ExportableEncrypted
425420
Accept pipeline input: False
426421
Accept wildcard characters: False
427422
```
@@ -968,13 +963,6 @@ Accept wildcard characters: False
968963

969964
### -Type
970965
Specifies the type of certificate that this cmdlet creates.
971-
The acceptable values for this parameter are:
972-
973-
- CodeSigningCert
974-
- Custom
975-
- DocumentEncryptionCert
976-
- DocumentEncryptionCertLegacyCsp
977-
- SSLServerAuthentication (default)
978966

979967
```yaml
980968
Type: CertificateType
@@ -984,7 +972,7 @@ Accepted values: Custom, CodeSigningCert, DocumentEncryptionCert, SSLServerAuthe
984972
985973
Required: False
986974
Position: Named
987-
Default value: None
975+
Default value: SSLServerAuthentication
988976
Accept pipeline input: False
989977
Accept wildcard characters: False
990978
```

0 commit comments

Comments
 (0)