How to enable IIS native modules for third party application

186 Views Asked by At

Background-

We have installed a 3rd party application over the web server. This application would run seamlessly only when we enable specific modules list in 'Configure Native Modules' action over the IIS. The installation is done silently and it does list the required modules however we have to enable them manually.

Ask-

We are trying to figure out if there is any way we can enable the required modules using powershell or ruby script. This will enable us to do the needful without manual intervention.

We have tried to incorporate approach suggested in the below blog. However, we didn't got the desired outcome.

Blog- https://weblog.west-wind.com/posts/2017/may/25/automating-iis-feature-installation-with-powershell

0

There are 0 best solutions below