Delete Allfiles/Labs/08/az104-08-install_IIS.ps1

This commit is contained in:
staleycyn 2024-02-23 07:22:59 -08:00 committed by GitHub
parent 855375a5a6
commit ead1e12e1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +0,0 @@
powershell.exe Install-WindowsFeature -name Web-Server -IncludeManagementTools
powershell.exe Remove-Item -Path 'C:\inetpub\wwwroot\iisstart.htm'
powershell.exe Add-Content -Path 'C:\inetpub\wwwroot\iisstart.htm' -Value "$env:computername"