Skip to content

Commit db8e6f9

Browse files
authored
Merge branch 'main' into fix-systempreferredui-spelling
2 parents a19889a + b4359d2 commit db8e6f9

File tree

18 files changed

+28
-26
lines changed

18 files changed

+28
-26
lines changed

docset/winserver2012-ps/activedirectory/Remove-ADComputer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Aliases: cf
119119

120120
Required: False
121121
Position: Named
122-
Default value: False
122+
Default value: True
123123
Accept pipeline input: False
124124
Accept wildcard characters: False
125125
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This operation cannot be performed when the virtual disk chain is attached.
4848

4949
### Example 3
5050
```
51-
PS C:\>Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreMismatchId
51+
PS C:\>Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreIdMismatch
5252
```
5353

5454
This example sets the parent of Child1.vhd to point to parentcopywithnewid.vhd, even though parentcopywithnewid.vhd has a different ID than the original parent of child1.vhd.

docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ Accept wildcard characters: False
304304
### -BaseReachableTimeMs
305305
Gets IP interface properties only for interfaces by the BaseReachableTime property.
306306
This parameter is the base for random reachable time, in milliseconds.
307-
This parameter is described in RFC 2461http://go.microsoft.com/fwlink/p/?LinkId=84044.
308-
The default BaseReachableTime setting is `30`.
307+
This parameter is described in [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044).
308+
The default BaseReachableTime setting is `30000`.
309309

310310
```yaml
311311
Type: UInt32[]

docset/winserver2012r2-ps/activedirectory/Remove-ADComputer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Aliases: cf
101101

102102
Required: False
103103
Position: Named
104-
Default value: False
104+
Default value: True
105105
Accept pipeline input: False
106106
Accept wildcard characters: False
107107
```

docset/winserver2012r2-ps/hyper-v/Set-VHD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This operation cannot be performed when the virtual disk chain is attached.
5656

5757
### Example 3
5858
```
59-
PS C:\>Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreMismatchId
59+
PS C:\>Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreIdMismatch
6060
```
6161

6262
This example sets the parent of Child1.vhd to point to parentcopywithnewid.vhd, even though parentcopywithnewid.vhd has a different ID than the original parent of child1.vhd.

docset/winserver2012r2-ps/nettcpip/Get-NetIPInterface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ Accept wildcard characters: False
292292
293293
### -BaseReachableTimeMs
294294
Specifies an array of base values of random reachable times, in milliseconds.
295-
For more information, see RFC 2461http://go.microsoft.com/fwlink/p/?LinkId=84044.
296-
The default value is 30.
295+
For more information, see [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044).
296+
The default value is 30000.
297297
298298
```yaml
299299
Type: UInt32[]

docset/winserver2016-ps/activedirectory/Remove-ADComputer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Aliases: cf
102102

103103
Required: False
104104
Position: Named
105-
Default value: False
105+
Default value: True
106106
Accept pipeline input: False
107107
Accept wildcard characters: False
108108
```

docset/winserver2016-ps/hyper-v/Set-VHD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This operation cannot be performed when the virtual disk chain is attached.
5858

5959
### Example 3
6060
```
61-
PS C:\> Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreMismatchId
61+
PS C:\> Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreIdMismatch
6262
```
6363

6464
This example sets the parent of Child1.vhd to point to parentcopywithnewid.vhd, even though parentcopywithnewid.vhd has a different ID than the original parent of child1.vhd.

docset/winserver2016-ps/nettcpip/Get-NetIPInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Accept wildcard characters: False
294294
### -BaseReachableTimeMs
295295
Specifies an array of base values of random reachable times, in milliseconds.
296296
For more information, see [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044).
297-
The default value is 30.
297+
The default value is 30000.
298298
299299
```yaml
300300
Type: UInt32[]

docset/winserver2019-ps/activedirectory/Remove-ADComputer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Aliases: cf
102102

103103
Required: False
104104
Position: Named
105-
Default value: False
105+
Default value: True
106106
Accept pipeline input: False
107107
Accept wildcard characters: False
108108
```

0 commit comments

Comments
 (0)