murano-agent/Deployment/ExecutionPlan/InstallIIS/Install-WebServer.ps1

5 lines
125 B
PowerShell

function Install-WebServer {
Import-Module ServerManager
Install-WindowsFeature Web-Server -IncludeManagementTools
}