Skip to content

Commit b1bdd25

Browse files
authored
Update Set-VHD.md
1 parent 425b0d0 commit b1bdd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.

0 commit comments

Comments
 (0)