dsc
Here are 154 public repositories matching this topic...
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
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
Verison of PowerShell:
$PSVersionTable.PSVersion
Major Minor Build Revision
----- ----- ----- --------
5 1 17763 1007
PowerShell host:
Console
Operating system:
Get-CimInstance Win32_OperatingSystem | Select-Object Caption, Version, ServicePackMajorVersion, OSArchitecture, WindowsDirectory
Caption : Microsoft Windows Server 2019 Standard
V
-
Updated
Jul 28, 2019 - C++
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
Under "Documentation and Examples" the hyperlink to the wiki contains a typo so you get a 404 not found error when clicking on it.
We should add the build task Generate_Conceptual_Help to create conceptual help.
https://github.com/dsccommunity/DscResource.DocGenerator#generate_conceptual_help
Sometimes the LCM is no longer active on some nodes. It does no longer update the configuration with the pull server nor apply the configuration locally. The SQL report should make these nodes visible that have not communicated over a certain amount of time.
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.
-
Updated
May 14, 2020 - C
-
Updated
Oct 9, 2018 - PowerShell
-
Updated
May 21, 2020 - C#
-
Updated
Nov 21, 2019 - Python
I discovered that the enable notification button at the top right corner of the navbar is currently unclickable.
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
Apr 6, 2020 - PowerShell
-
Updated
Jun 29, 2018 - PowerShell
The Describe-block in the unit tests in the following locations is using the wrong quotes maing the Tag parameter become part of the description.
-
Updated
Apr 27, 2020 - PowerShell
Details of the scenario you tried and the problem that is occurring
Trying to set DNS setting "AllowUpdate" to true.
dsc_resource 'authoritative_settings' do
module_name 'xDnsServer'
resource :xDnsServerSetting
property :Name, 'authoritative_settings'
property :NoRecursion, true
property :LogLevel, 24865
property :AllowUpdate, true
property :LogFilePath, 'C:\\d
-
Updated
Sep 19, 2019 - PowerShell
-
Updated
Sep 19, 2019 - PowerShell
-
Updated
Sep 16, 2019 - PowerShell
A cmdlet with 'New verb should not be aliases with a verb 'Get' ... these noun represent 2 different actions.
-
Updated
Feb 11, 2020 - Go
-
Updated
Jun 29, 2019 - PowerShell
Improve this page
Add a description, image, and links to the dsc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dsc topic, visit your repo's landing page and select "manage topics."
See example in PR dsccommunity/ActiveDirectoryDsc#600.