Skip to content

Commit 425b0d0

Browse files
authored
Update Set-VHD.md
Fixed Example 3 in all versions of the document.
1 parent 98bc561 commit 425b0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2022-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.

0 commit comments

Comments
 (0)