Skip to content

Commit c6cbe11

Browse files
authored
Update Set-VHD.md
1 parent 18112c4 commit c6cbe11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2019-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)