I cant find a definitive way to install and configure IIS on server 2019
Add-WindowsFeature
Enable-WindowsOptionalFeature
Install-WindowsFeature
is dism still a thing?
I need to install IIS with the following modules:
- asp-net-45
- dynamic compression
- all management tools
- need to enable remote management so I can deploy to it with webdeploy
I see examples with all the above tools but seems some are wrong/outdated
Starting fresh with 2019 what is the correct command/tools to install and configure IIS via a script?