Skip to content
#

dsc

Here are 256 public repositories matching this topic...

johlju
johlju commented Apr 26, 2022

This file should be removed because it is not used. The pipeline rebuilds these automatically during build (in output folder):
https://github.com/dsccommunity/SqlServerDsc/blob/d8b4d9d6cb880ec27f32665dbbca62bdfb792907/source/DSCResources/DSC_SqlAGDatabase/en-US/about_SqlAGDatabase.help.txt

help wanted good first issue documentation
johlju
johlju commented Oct 15, 2019

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.

https://github.com/PowerShell/ActiveDirectoryDsc/blob/c3c93ba1bc1b8168655cc971474dde277d7c9574/DSCResources/MSFT_ADServicePrincipalName/MSFT_ADServicePrincipalName.psm1#L95

Instead of having this code

https://github.com/Power

enhancement help wanted good first issue
BrianFarnhill
BrianFarnhill commented Mar 18, 2016

A new resource needs to be created to allow for the creation of the "SQL Server Power Pivot Service Application" needed to enable PowerPivot in a farm.

The whole process is documented on TechNet but this doesn't include the PowerShell cmdlets. It's also worth calling out that this resource should just do the service application, not th

help wanted good first issue resource proposal
johlju
johlju commented Mar 13, 2020

We should add the build task Generate_Conceptual_Help to create conceptual help.
https://github.com/dsccommunity/DscResource.DocGenerator#generate_conceptual_help

help wanted good first issue documentation
johlju
johlju commented Jul 23, 2018

Details of the scenario you tried and the problem that is occurring:
When using Get-DscConfiguration with the resource WaitForNetworkTeam there are no indication of the status of the network team.
I suggest we add a read-only property Status where we can return the current status of the network team ('Up','Down'). Alternative the read-only property could be named IsUp, so it could be

enhancement in progress good first issue
ykuijs
ykuijs commented Nov 5, 2019

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

bug help wanted good first issue
johlju
johlju commented Jul 20, 2018

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.

https://github.com/PowerShell/CertificateDsc/blob/6906fc5b31a783a899260c9c9d4ba84a02dd4c14/Modules/CertificateDsc/DSCResources/MSFT_CertificateImport/MSFT_CertificateImport.psm1#L65-

enhancement help wanted good first issue
danagarcia
danagarcia commented Oct 3, 2019

Details

Currently the xExchInstall resource doesn't check for prerequisites for Exchange 2013/2016/2019 and install them if necessary. This is pretty much the only thing that limits this DSC resource module from being a 100% end to end solution for deploying, configuring, and maintaining Exchange 2013/2016/2019.

Suggested solution

Add a prerequisite check for prerequisites i.e. .Net

help wanted good first issue documentation
johlju
johlju commented Jul 24, 2018

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

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the dsc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dsc topic, visit your repo's landing page and select "manage topics."

Learn more