dsc-resources
Here are 51 public repositories matching this topic...
There are some duplicated code that could be removed to simplify the resource.
Instead of calling Get-ADObject here we could instead call Get-TargetResource.
Instead of having this code
Details of the scenario you try and problem that is occurring:
For a large search topology I'm missing a few things. One is that all the databases are created in the same sql instance. The name cannot be configured individually and there is only one property for the sql server. And I need to create multiple crawl store databases which is not possible with the current version. The multiple cra
We should add the build task Generate_Conceptual_Help to create conceptual help.
https://github.com/dsccommunity/DscResource.DocGenerator#generate_conceptual_help
DSC resource MSFT_PackageResource failed to execute Set-TargetResource functionality with error
message: Package from************************* was installed, but the specified
ProductId and/or Name does not match package details
Is there a way to make ProductID not required as even after the install the DSC config status remains as failed, when we leave the product ID blank.
Details of the scenario you tried and the problem that is occurring
When you specify an application pool that does not exist in a xWebsite resource, the resource does not check if the specified application pool exists. This results in a broken website with error "Unknown:The object identifier does not represent a valid object. (Exception from HRESULT: 0x800710D8)"
Verbose logs showin
CertificateImport: Remove non-mandatory parameter `Ensure` from the `Get-TargetResource` function
Details of the scenario you tried and the problem that is occurring:
In the resource CertificateImport there should be no need to have the non-mandatory parameter Ensure in the Get-TargetResource function.
Details of the scenario you tried and the problem that is occurring:
Suggest we add a read-only parameter to the WaitForVolume resource. That way the Get-TargetResource could call Test-TargetResource and return the result (the actual current state) of the volume in the property Available when calling Get-DscConfiguration.
**The DSC configuration that is using the resource (as detai
-
Updated
Oct 16, 2020 - PowerShell
The other tests are using a pattern to use different stub modules. This unit test does not.
-
Updated
Jul 4, 2020 - PowerShell
-
Updated
Sep 19, 2019 - PowerShell
-
Updated
Mar 22, 2020 - PowerShell
-
Updated
Nov 24, 2020 - PowerShell
-
Updated
Sep 28, 2018 - PowerShell
-
Updated
Sep 13, 2020 - PowerShell
-
Updated
Sep 30, 2020 - PowerShell
-
Updated
Jul 4, 2020 - PowerShell
-
Updated
Sep 11, 2020 - PowerShell
-
Updated
Jul 5, 2020 - PowerShell
-
Updated
Oct 12, 2020 - PowerShell
-
Updated
Feb 2, 2018 - PowerShell
-
Updated
Sep 30, 2017 - PowerShell
-
Updated
Jul 5, 2020 - PowerShell
-
Updated
Jun 30, 2019 - PowerShell
-
Updated
Oct 12, 2018 - PowerShell
-
Updated
Jul 5, 2020 - PowerShell
Verbose message string should be added as a localized string.
-
Updated
Aug 27, 2017 - PowerShell
Improve this page
Add a description, image, and links to the dsc-resources topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dsc-resources topic, visit your repo's landing page and select "manage topics."


See example in PR dsccommunity/ActiveDirectoryDsc#600.