Justin Schuhmann
Justin Schuhmann
@smurawski good to know, so mainly you'd like to see the new technology for iis to be what?
Did they fix the CPU issue with WMI that existed in win2003?
@smurawski I think you missed the point, WMI used to have a bug where it would randomly consume 100% of the CPU. There was no fix for this bug (2...
@smurawski awesome! Thanks for the communication
Closing, will create a branch with DSC code when code is written :)
This is the current direction of this cookbook
@jakauppila Powershell is more than welcome, we also are thinking we will use the DSC PowerShell equivalents
@jakauppila i wouldn't make that assumption, you could add a recipe to install and then verify it is installed before running it, that would probably be ideal.
You should be able to do this but using the 'bindings' property. https://docs.microsoft.com/en-us/iis/configuration/system.applicationHost/sites/site/bindings/binding To enable the net.msmq listener for the entire web site, use the following command. Note that the...
@thebeardgrammer cool, sounds like we need a unit test to verify and then fix the bug where-ever it may be