Skip to content

Commit b71d428

Browse files
J0F3Sean Wheeler
authored andcommitted
typo correction on line 85 (#1916)
E:\Windows\Sytem32 sould be E:\Windows\System32
1 parent 92e1b1b commit b71d428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/bootstrapDsc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Configuration SampleIISInstall
8282
Rename and move that file into the proper location on the VHD as `Pending.mof` by using the [Move-Item](https://technet.microsoft.comlibrary/hh849852.aspx) cmdlet. For example:
8383
8484
```powershell
85-
Move-Item -Path C:\DSCTest\SampleIISInstall\localhost.mof -Destination E:\Windows\Sytem32\Configuration\Pending.mof
85+
Move-Item -Path C:\DSCTest\SampleIISInstall\localhost.mof -Destination E:\Windows\System32\Configuration\Pending.mof
8686
```
8787
6. Dismount the VHD by calling the [Dismount-VHD](https://technet.microsoft.com/library/hh848562.aspx) cmdlet. For example:
8888

0 commit comments

Comments
 (0)