diff --git a/New Instructions/AllFiles/Lab06/az104-06-vms-loop-template.json b/New Instructions/AllFiles/Lab06/az104-06-vms-loop-template.json index 4ae0a298..8b361804 100644 --- a/New Instructions/AllFiles/Lab06/az104-06-vms-loop-template.json +++ b/New Instructions/AllFiles/Lab06/az104-06-vms-loop-template.json @@ -361,7 +361,7 @@ "settings": { "commandToExecute": "powershell.exe Install-WindowsFeature -name Web-Server -IncludeManagementTools && powershell.exe remove-item 'C:\\inetpub\\wwwroot\\iisstart.htm' && powershell.exe Add-Content -Path 'C:\\inetpub\\wwwroot\\iisstart.htm' -Value $('Hello World from ' + $env:computername)" "commandToExecute": "powershell.exe New-Item -Path 'c:\\inetpub\\wwwroot' -Name 'video' -Itemtype 'Directory' && powershell.exe New-Item -Path 'c:\\inetpub\\wwwroot\\video\' -Name 'iisstart.htm' -ItemType 'file' && powershell.exe -Add-Content -Path 'C:\\inetpub\\wwwroot\\image\\iisstart.htm' -Value $('Video from: ' + $env:computername))" +Add-Content -Path 'C:\\inetpub\\wwwroot\\image\\iisstart.htm' -Value $('Video from: ' + $env:computername)" } "protectedSettings": {} }