DscResources
DscResources copied to clipboard
Central repository for PowerShell Desired State Configuration (DSC) resources.
Let's start with saying, it is good to have some guidelines and best practices at all. But the value decreases if you need to choose between multiple guidelines and best...
The "website" link alongside the description of the PowerShell / DscResources repository, displayed at the top of the main page to link to the PowerShell blog, is broken. Instead of...
When going through the DSC Resource Kit I have seen a lot of resource modules, many with just a single resource, that could be moved to another repository. Moving these...
Hello, I found second MS repo with opened wiki for public update. https://github.com/dsccommunity/ComputerManagementDsc/issues/296#issuecomment-574032246 I like DSC and implementing it but i am not sure if GitHub wiki should be my...
In the Write Tests-section of DscResources/CONTRIBUTING.md the Test Templates-link is not working anymore. > We highly encourage you to use our [test templates](https://github.com/PowerShell/DscResources/tree/master/Tests.Template) when creating tests for DSC resources.
**Name:** xADUser **Short description:** ExtensionAttributes[1-15] appears to be the result of an AD schema update done by what appears to be an exchange configuration change. I have a customer whom...
DSC resource kit modules should use [semantic versioning](https://semver.org). There are issues when using non-semantic versioning and newer versions of NuGet. NuGet will normalize versions to be semver, in DSC case...
Hello, Is there any DSCresource available for Update-Help? I couldn't find one...
Use partial configuration in pull model, It looks like execute the cmdlet **Start-DscConfiguration --UseExisting** equals **Update-DscConfiguration** on target computer, both of them sends request to the pull Server. when i...
Hi there, I am new to dsc and would like to know if it possible migration IIS from one server to another using DSC. Also would like to know what...