mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
3 lines
239 B
PowerShell
3 lines
239 B
PowerShell
|
|
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"
|