Skip to content

Commit a6ce4ff

Browse files
authored
Merge branch 'master' into fix--MD033/no-inline-html
2 parents 217feda + c4b1b1b commit a6ce4ff

35 files changed

+187
-243
lines changed

.markdownlint.json

-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@
1212
"MD022": false,
1313
"MD024": false,
1414
"MD026": false,
15-
"MD029": false,
1615
"MD031": false,
1716
"MD032": false,
1817
"MD034": false,
1918
"MD036": false,
2019
"MD037": false,
21-
"MD038": false,
2220
"MD040": false,
2321
"MD041": false,
2422
"MD042": false

docset/windows/addsadministration/new-aduser.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1186,15 +1186,15 @@ This parameter uses the following syntax to add remove, replace or clear service
11861186

11871187
To add values:
11881188

1189-
`-ServicePrincipalNames @{Add=value1,value2,...} `
1189+
`-ServicePrincipalNames @{Add=value1,value2,...}`
11901190

11911191
To remove values:
11921192

1193-
`-ServicePrincipalNames @{Remove=value3,value4,...} `
1193+
`-ServicePrincipalNames @{Remove=value3,value4,...}`
11941194

11951195
To replace values:
11961196

1197-
`-ServicePrincipalNames @{Replace=value1,value2,...} `
1197+
`-ServicePrincipalNames @{Replace=value1,value2,...}`
11981198

11991199
To clear all values:
12001200

@@ -1203,7 +1203,7 @@ To clear all values:
12031203
You can specify more than one change by using a list separated by semicolons.
12041204
For example, use the following syntax to add and remove service principal names.
12051205

1206-
`@{Add=value1,value2,...};@{Remove=value3,value4,...} `
1206+
`@{Add=value1,value2,...};@{Remove=value3,value4,...}`
12071207

12081208
The operators are applied in the following sequence:
12091209

docset/windows/addsadministration/search-adaccount.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ The default is $Null.
415415

416416
The following example shows how to set this parameter so that you receive all of the returned objects:
417417

418-
` -ResultSetSize $Null`
418+
`-ResultSetSize $Null`
419419

420420
```yaml
421421
Type: Int32
@@ -441,7 +441,7 @@ If no default naming context has been specified for the target AD LDS instance,
441441

442442
The following example shows how to set this parameter to search under an organizational unit.
443443

444-
` -SearchBase "ou=mfg,dc=noam,dc=corp,dc=contoso,dc=com"`
444+
`-SearchBase "ou=mfg,dc=noam,dc=corp,dc=contoso,dc=com"`
445445

446446
When the value of the *SearchBase* parameter is set to an empty string and you are connected to a global catalog port, all partitions are searched.
447447
If the value of the *SearchBase* parameter is set to an empty string and you are not connected to a global catalog port, an error is generated.

docset/windows/addsadministration/set-adorganizationalunit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ To modify an object property, you must use the Lightweight Directory Access Prot
120120
You can specify multiple values to a property by specifying a comma-separated list of values and more than one property by separating them using a semicolon.
121121
The format for this parameter is:
122122

123-
`-Add @{Attribute1LDAPDisplayName=value1, value2, ...; Attribute2LDAPDisplayName=value1, value2, ...; AttributeNLDAPDisplayName=value1, value2, ...} `
123+
`-Add @{Attribute1LDAPDisplayName=value1, value2, ...; Attribute2LDAPDisplayName=value1, value2, ...; AttributeNLDAPDisplayName=value1, value2, ...}`
124124

125125
When you use the *Add*, *Remove*, *Replace*, and *Clear* parameters together, the operations are performed in the following order:
126126

docset/windows/addsadministration/set-adreplicationconnection.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -343,14 +343,14 @@ To specify the replication schedule:
343343
1. Create a new Active Directory schedule object.
344344
For example:
345345

346-
`$Schedule = New-Object -TypeName System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule; `
346+
`$Schedule = New-Object -TypeName System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule;`
347347

348348
2. Edit the schedule on the Active Directory schedule object.
349349
For example:
350350

351351
`$Schedule.ResetSchedule();`
352352

353-
`$Schedule.SetDailySchedule("Twenty","Zero","TwentyTwo","Thirty");`
353+
`$Schedule.SetDailySchedule("Twenty","Zero","TwentyTwo","Thirty");`
354354

355355
3. Using the Active Directory schedule object, set the replication schedule of the connection.
356356

docset/windows/addsadministration/set-adresourcepropertylist.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To modify an object property, you must use the Lightweight Directory Access Prot
6767
You can specify multiple values to a property by specifying a comma-separated list of values and more than one property by separating them using a semicolon.
6868
The format for this parameter is:
6969

70-
`-Add @{Attribute1LDAPDisplayName=value1, value2, ...; Attribute2LDAPDisplayName=value1, value2, ...; AttributeNLDAPDisplayName=value1, value2, ...} `
70+
`-Add @{Attribute1LDAPDisplayName=value1, value2, ...; Attribute2LDAPDisplayName=value1, value2, ...; AttributeNLDAPDisplayName=value1, value2, ...}`
7171

7272
When you use the *Add*, *Remove*, *Replace*, and *Clear* parameters together, the operations will be performed in the following order:
7373

@@ -339,7 +339,7 @@ Accept wildcard characters: False
339339
```
340340

341341
### -Server
342-
`-Add @{Attribute1LDAPDisplayName=value1, value2, ...; Attribute2LDAPDisplayName=value1, value2, ...; AttributeNLDAPDisplayName=value1, value2, ...} `
342+
`-Add @{Attribute1LDAPDisplayName=value1, value2, ...; Attribute2LDAPDisplayName=value1, value2, ...; AttributeNLDAPDisplayName=value1, value2, ...}`
343343

344344
When you use the *Add*, *Remove*, *Replace*, and *Clear* parameters together, the operations will be performed in the following order:
345345

docset/windows/addsadministration/set-adserviceaccount.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -263,15 +263,15 @@ The Lightweight Directory Access Protocol (LDAP) display name (**ldapDisplayName
263263

264264
To add values:
265265

266-
`-Certificates @{Add=value1,value2,...} `
266+
`-Certificates @{Add=value1,value2,...}`
267267

268268
To remove values:
269269

270-
`-Certificates @{Remove=value3,value4,...} `
270+
`-Certificates @{Remove=value3,value4,...}`
271271

272272
To replace values:
273273

274-
`-Certificates @{Replace=value1,value2,...} `
274+
`-Certificates @{Replace=value1,value2,...}`
275275

276276
To clear all values:
277277

@@ -280,7 +280,7 @@ To clear all values:
280280
You can specify more than one operation by using a list separated by semicolons.
281281
For example, use the following syntax to add and remove **Certificates** values:
282282

283-
`-Certificates @{Add=value1,value2,...};@{Remove=value3,value4,...} `
283+
`-Certificates @{Add=value1,value2,...};@{Remove=value3,value4,...}`
284284

285285
The operators are applied in the following sequence:
286286

docset/windows/addsadministration/set-aduser.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ To modify an object property, you must use the LDAP display name.
202202
You can specify multiple values to a property by specifying a comma-separated list of values and more than one property by separating them using a semicolon.
203203
The format for this parameter is:
204204
205-
`-Add @{Attribute1LDAPDisplayName=value1, value2, ...; Attribute2LDAPDisplayName=value1, value2, ...; AttributeNLDAPDisplayName=value1, value2, ...} `
205+
`-Add @{Attribute1LDAPDisplayName=value1, value2, ...; Attribute2LDAPDisplayName=value1, value2, ...; AttributeNLDAPDisplayName=value1, value2, ...}`
206206

207207
When you use the *Add*, *Remove*, *Replace*, and *Clear* parameters together, the operations will be performed in the following order:
208208

@@ -347,15 +347,15 @@ The Lightweight Directory Access Protocol (LDAP) display name (**ldapDisplayName
347347

348348
To add values:
349349

350-
`-Certificates @{Add=value1,value2,...} `
350+
`-Certificates @{Add=value1,value2,...}`
351351

352352
To remove values:
353353

354-
`-Certificates @{Remove=value3,value4,...} `
354+
`-Certificates @{Remove=value3,value4,...}`
355355

356356
To replace values:
357357

358-
`-Certificates @{Replace=value1,value2,...} `
358+
`-Certificates @{Replace=value1,value2,...}`
359359

360360
To clear all values:
361361

@@ -364,7 +364,7 @@ To clear all values:
364364
You can specify more than one operation by using a list separated by semicolons.
365365
For example, use the following syntax to add and remove **Certificates** values:
366366

367-
`-Certificates @{Add=value1,value2,...};@{Remove=value3,value4,...} `
367+
`-Certificates @{Add=value1,value2,...};@{Remove=value3,value4,...}`
368368

369369
The operators are applied in the following sequence:
370370

docset/windows/adfs/new-adfsaccesscontrolpolicy.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ This command changes the relying party to use a new template.
9797

9898
### Example 9: Complicated conditions with specific claims
9999
```
100-
PS C:\> Set-AdfsRelyingPartyTrust -TargetName "DemoRP1" -AccessControlPolicyName DemoRP -AccessControlPolicyParameters `
100+
PS C:\> Set-AdfsRelyingPartyTrust -TargetName "DemoRP1" -AccessControlPolicyName DemoRP -AccessControlPolicyParameters`
101101
@{"SPParameter"= @{ClaimType="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/OfficeLocation"; Operator="Equals"; Value="Redmond"}}
102102
```
103103

104104
### Example 10: Two specific claims for single parameter
105105
```
106-
PS C:\> Set-AdfsRelyingPartyTrust -TargetName "DemoRP1" -AccessControlPolicyName "DemoRP" -AccessControlPolicyParameters `
107-
@{"SPParameter"= (@{ClaimType="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/OfficeLocation"; Operator="Equals"; Value=("Redmond","DC")}, `
106+
PS C:\> Set-AdfsRelyingPartyTrust -TargetName "DemoRP1" -AccessControlPolicyName "DemoRP" -AccessControlPolicyParameters`
107+
@{"SPParameter"= (@{ClaimType="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/OfficeLocation"; Operator="Equals"; Value=("Redmond","DC")},`
108108
@{ClaimType="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/Department"; Operator="Equals"; Value="Azure"})}
109109
```
110110

docset/windows/networkcontroller/get-networkcontrollernetworkinterface.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -133,27 +133,27 @@ Following settings of a network interface can be retrieved:
133133
4. Whether the NIC is primary
134134
5. Internal DNS name label of the NIC
135135
6. Port settings of the NIC
136-
- Whether MAC spoofing is enabled
137-
- Whether ARP guard is enabled. ARP guard will allow only addresses specified in ArpFilter to pass through the port
138-
- ArpFilter: IP list for allowed addresses when arpGuard is enabled
139-
- Whether DHCP guard is enabled. Specifies whether to drop DHCP messages from a virtual machine claiming to be a DHCP server.
140-
- Storm limit: the number of broadcast, multicast, and unknown unicast packets per second a virtual machine is allowed to send through the specified virtual network adapter. A value of zero (0) means there is no limit.
141-
- Port Flow Limit: Specifies the maximum number of flows that can be executed for the port. A value of blank or zero (0) means there is no limit
142-
- IovWeight: Specifies whether single-root I/O virtualization (SR-IOV) is to be enabled on this virtual network adapter. The range of the value is typically from 0 through 100. Value of 0 disables SR-IOV on the virtual network adapter.
143-
- IovInterruptModeration: Specifies the interrupt moderation value for a single-root I/O virtualization (SR-IOV) virtual function assigned to a virtual network adapter. Allowed values are “default”, “adaptive”, “off”, low”, “medium”, and “high”.
144-
- IovQueuePairsRequested: Specifies the number of hardware queue pairs to be allocated to an SR-IOV virtual function. If receive-side scaling (RSS) is required, and if the physical network adapter that binds to the virtual switch supports RSS on SR-IOV virtual functions, then more than one queue pair is required. Allowed values range from 1 to 4294967295
145-
- VmqWeight: Specifies whether virtual machine queue (VMQ) is to be enabled on the virtual network adapter. The relative weight describes the affinity of the virtual network adapter to use VMQ. The range of value is typically from 0 through 100. Value of 0 disables VMQ on the virtual network adapter.
146-
- QosSettings: Reference to QoS Settings applied on the interface
136+
- Whether MAC spoofing is enabled
137+
- Whether ARP guard is enabled. ARP guard will allow only addresses specified in ArpFilter to pass through the port
138+
- ArpFilter: IP list for allowed addresses when arpGuard is enabled
139+
- Whether DHCP guard is enabled. Specifies whether to drop DHCP messages from a virtual machine claiming to be a DHCP server.
140+
- Storm limit: the number of broadcast, multicast, and unknown unicast packets per second a virtual machine is allowed to send through the specified virtual network adapter. A value of zero (0) means there is no limit.
141+
- Port Flow Limit: Specifies the maximum number of flows that can be executed for the port. A value of blank or zero (0) means there is no limit
142+
- IovWeight: Specifies whether single-root I/O virtualization (SR-IOV) is to be enabled on this virtual network adapter. The range of the value is typically from 0 through 100. Value of 0 disables SR-IOV on the virtual network adapter.
143+
- IovInterruptModeration: Specifies the interrupt moderation value for a single-root I/O virtualization (SR-IOV) virtual function assigned to a virtual network adapter. Allowed values are “default”, “adaptive”, “off”, low”, “medium”, and “high”.
144+
- IovQueuePairsRequested: Specifies the number of hardware queue pairs to be allocated to an SR-IOV virtual function. If receive-side scaling (RSS) is required, and if the physical network adapter that binds to the virtual switch supports RSS on SR-IOV virtual functions, then more than one queue pair is required. Allowed values range from 1 to 4294967295
145+
- VmqWeight: Specifies whether virtual machine queue (VMQ) is to be enabled on the virtual network adapter. The relative weight describes the affinity of the virtual network adapter to use VMQ. The range of value is typically from 0 through 100. Value of 0 disables VMQ on the virtual network adapter.
146+
- QosSettings: Reference to QoS Settings applied on the interface
147147
7. DNS servers assigned to the interface
148148
8. IP configuration of the interface
149-
- Private IP address
150-
- Private IP address allocation method
151-
- Load balancer backend address pools associated with the IP configuration
152-
- Load balancer inbound NAT Rules associated with the IP configuration
153-
- Subnet associated with the IP configuration
154-
- Public IP address associated with the IP configuration
155-
- Access control list associated with the IP Configuration
156-
- Service insertion rules associated with the IP configuration
149+
- Private IP address
150+
- Private IP address allocation method
151+
- Load balancer backend address pools associated with the IP configuration
152+
- Load balancer inbound NAT Rules associated with the IP configuration
153+
- Subnet associated with the IP configuration
154+
- Public IP address associated with the IP configuration
155+
- Access control list associated with the IP Configuration
156+
- Service insertion rules associated with the IP configuration
157157
9. Server where the network interface is hosted
158158
10. Virtual port association of the interface
159159

docset/windows/remotedesktop/set-rdsessioncollectionconfiguration.md

+7-14
Original file line numberDiff line numberDiff line change
@@ -374,14 +374,10 @@ Accept wildcard characters: False
374374
Specifies the level of data encryption used for a Remote Desktop session.
375375
The acceptable values for this parameter are:
376376
377-
- 0.
378-
Low.
379-
- 1.
380-
ClientCompatible.
381-
- 2.
382-
High.
383-
- 3.
384-
FipsCompliant.
377+
- 0 - Low.
378+
- 1 - ClientCompatible.
379+
- 2 - High.
380+
- 3 - FipsCompliant.
385381
386382
The default value is ClientCompatible.
387383
@@ -546,12 +542,9 @@ Accept wildcard characters: False
546542
Specifies which security protocol to use.
547543
The acceptable values for this parameter are:
548544
549-
- 0.
550-
RDP.
551-
- 1.
552-
Negotiate.
553-
- 2.
554-
SSL.
545+
- 0 - RDP.
546+
- 1 - Negotiate.
547+
- 2 - SSL.
555548
556549
The default value is Negotiate.
557550

docset/windows/storage/new-virtualdisk.md

+12-21
Original file line numberDiff line numberDiff line change
@@ -660,30 +660,21 @@ The cmdlet creates the write-back cache of the size that you specify when the cm
660660

661661
The following describes the behavior of this parameter based on the value that you specify:
662662

663-
- 1.
664-
If you do not specify this parameter, the cmdlet sets the value of the **WriteCacheSizeDefault** property from the storage pool.
663+
1. If you do not specify this parameter, the cmdlet sets the value of the **WriteCacheSizeDefault** property from the storage pool.
665664

666-
- 2.
667-
The default setting of **WriteCacheSizeDefault** for a storage pool is Auto, which specifies that Windows Server automatically selects the optimal write-back cache size for your configuration.
665+
1. The default setting of **WriteCacheSizeDefault** for a storage pool is Auto, which specifies that Windows Server automatically selects the optimal write-back cache size for your configuration.
668666
You can change the value of **WriteCacheSizeDefault** to a concrete value at any time.
669667

670-
- 3.
671-
The Auto setting for **WriteCacheSize** functions as follows:
672-
a.
673-
If any of the following is true, Auto is set to 1 GB:
674-
i.
675-
The storage pool contains at least N drives with enough capacity and you set the *Usage* parameter to Journal.
676-
(N = 1 for simple spaces, N = 2 for two-way mirror and single parity, N = 3 for three-way mirror and dual parity)
677-
ii.
678-
The storage pool contains at least N drives with enough capacity and the media type of the virtual disk is set to SSD (N = 1 for simple spaces, N = 2 for two-way mirror and single parity, N = 3 for three-way mirror and dual parity)
679-
b.
680-
Otherwise, Auto is set to 0 (no log) for simple and mirror spaces, and 32 MB for parity spaces.
681-
682-
- 4.
683-
If you specify Auto or 0 (zero) for this parameter and the storage space is not a parity space, the cmdlet verifies that either 3.a.i or 3.a.ii is true.
684-
If either 3.a.i or 3.a.ii is not true, you cannot set **WriteCacheSize** to Auto or 0.
685-
a.
686-
The objective of these conditions is to help you avoid scenarios in which you force the creation of a write-back cache in situations that result in slower performance.
668+
1. The Auto setting for **WriteCacheSize** functions as follows:
669+
1. If any of the following is true, Auto is set to 1 GB:
670+
1. The storage pool contains at least N drives with enough capacity and you set the *Usage* parameter to Journal.
671+
(N = 1 for simple spaces, N = 2 for two-way mirror and single parity, N = 3 for three-way mirror and dual parity)
672+
1. The storage pool contains at least N drives with enough capacity and the media type of the virtual disk is set to SSD (N = 1 for simple spaces, N = 2 for two-way mirror and single parity, N = 3 for three-way mirror and dual parity)
673+
1. Otherwise, Auto is set to 0 (no log) for simple and mirror spaces, and 32 MB for parity spaces.
674+
675+
1. If you specify Auto or 0 (zero) for this parameter and the storage space is not a parity space, the cmdlet verifies that either 3.a.i or 3.a.ii is true.
676+
If either 3.a.i or 3.a.ii is not true, you cannot set **WriteCacheSize** to Auto or 0.
677+
1. The objective of these conditions is to help you avoid scenarios in which you force the creation of a write-back cache in situations that result in slower performance.
687678

688679
```yaml
689680
Type: UInt64

0 commit comments

Comments
 (0)