File tree Expand file tree Collapse file tree
Part III/Automating Operating System Installs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ describe 'Automating Operating System Install Prerequisites' {
22
33 $isosPath = ' C:\PowerLab\ISOs'
44 $windowsIsoPath = " $isosPath \en_windows_server_2016_x64_dvd_9718492.iso"
5- $convertWimImageScriptPath = ' C:\PowerShellForSysAdmins\Part II \Automating Operating System Installs\Convert-WindowsImage.ps1'
5+ $convertWimImageScriptPath = ' C:\PowerShellForSysAdmins\Part III \Automating Operating System Installs\Convert-WindowsImage.ps1'
66 $vmName = ' LABDC'
77
88 it ' has an ISOs folder created' {
@@ -24,4 +24,4 @@ describe 'Automating Operating System Install Prerequisites' {
2424 it ' has the unattended XML file in the right spot' {
2525 ' C:\PowerShellForSysAdmins\Part II\Automating Operating System Installs\LABDC.xml' | should exist
2626 }
27- }
27+ }
You can’t perform that action at this time.
0 commit comments