I am trying to replicate a deployment that was done by hand on one windows server for IIS to another. For comparison from time to time I use Export-IISConfiguration
cmdlet to assert if my configuration script is going in the right direction. After splitting my hairs (since for what ever reason static file handler gets executed, but not the handler configured in the application) I've decided to try importing the configuration that was produced by the old server via former command, but to my surprise, there is no Import-*
counterpart for that command.
How do you import IISConfiguration?
Both nodes are on IIS10 running .net framework 4.8