-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IIS Shared Configuration? #287
Comments
Hi wasabii I'm currently working on a project that requires this functionality. Id be extremely interested in seeing this added :) |
I would also be interested in seeing this. We recently deployed our first shared config. Pulling this and centralized cert store into the DSC would be pretty cool. |
` [DscResource()]
} |
So, the above worked. But, I'm going to change it up. I'm using Get-IISSharedConfig, Enable-IISSharedCOnfig, etc. These commands are available only on 2016, apparently. |
Any updated on this one? |
I labeled this as resource proposal and help wanted so that someone in the community can ran with this. |
So how is this one doing? |
Hello, any update by chance on this one ? thanks |
The community has not sent in a PR that add this functionality. |
Any interest in this? I have a module as part of my own DSC pack I could contribute. It uses the Enable-IisSharedConfig PowerShell cmdlets to set it up and keep it up to date.
The text was updated successfully, but these errors were encountered: