Skip to content
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
2 changes: 1 addition & 1 deletion docset/winserver2012-ps/hyper-v/Set-VHD.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This operation cannot be performed when the virtual disk chain is attached.

### Example 3
```
PS C:\>Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreMismatchId
PS C:\>Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreIdMismatch
```

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.
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/hyper-v/Set-VHD.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This operation cannot be performed when the virtual disk chain is attached.

### Example 3
```
PS C:\>Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreMismatchId
PS C:\>Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreIdMismatch
```

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.
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2016-ps/hyper-v/Set-VHD.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This operation cannot be performed when the virtual disk chain is attached.

### Example 3
```
PS C:\> Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreMismatchId
PS C:\> Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreIdMismatch
```

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.
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2019-ps/hyper-v/Set-VHD.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This operation cannot be performed when the virtual disk chain is attached.

### Example 3
```
PS C:\> Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreMismatchId
PS C:\> Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreIdMismatch
```

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.
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2022-ps/hyper-v/Set-VHD.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This operation cannot be performed when the virtual disk chain is attached.

### Example 3
```
PS C:\> Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreMismatchId
PS C:\> Set-VHD -Path Child1.vhd -parentpath parentcopywithnewid.vhd -IgnoreIdMismatch
```

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.
Expand Down