AZ-104-MicrosoftAzureAdmini.../Allfiles/Labs/08/az104-08-install_IIS.ps1

3 lines
239 B
PowerShell
Raw Normal View History

2020-02-10 21:12:57 -05:00
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"