dsccommunity / ConfigMgrCBDsc

This module contains DSC resources for the management and configuration of Microsoft System Center Configuration Manager Current Branch (ConfigMgrCB).
MIT License
27 stars 8 forks source link

xSCCMSQLSetup #15

Closed PowerShellCrack closed 3 years ago

PowerShellCrack commented 4 years ago

README.md

xSCCMSQLSetup

Or do you think I should just use the SqlServerDSC module?

PowerShellCrack commented 4 years ago

Another thing I noticed with most articles I read, a native thing is to check for .net 4.5 is installed, would it be ideal to include that as prereq check in the XSCCMDSC module? We all agree that .net would be native installed on most Windows Server build, but it should be a check just in case. WindowsFeature 'NetFramework45' { Name = 'NET-Framework-45-Core' Ensure = 'Present' }

rchristman89 commented 4 years ago

I was trying to not require a specific version of the SqlServerDsc Module but was running into some issues. That is something I can look into again. There isn't really a way to download the module in a config since if that module is used in the config it has to be present when it is compiled.

xSccmSqlSetup

rchristman89 commented 4 years ago

On that note I would include more options if I was able to splat a resource but without created a function there isn't a native option.

rchristman89 commented 3 years ago

Closing this issue as the prereqs can be used before the Sql composite.