DSCHelperFunctions
1.1.0
Collection of functions to help create more dynamic ConfigurationData for DSC use when generating MOFs.
The original pupose was to make available a function that worked with the cLCMCertManager DSC resource to make certificate management a reality. It now also includes a method for importing passwords into the configurationdatahash as well, as well as a simple inst
The original pupose was to make available a function that worked with the cLCMCertManager DSC resource to make certificate management a reality. It now also includes a method for importing passwords into the configurationdatahash as well, as well as a simple inst
Collection of functions to help create more dynamic ConfigurationData for DSC use when generating MOFs.
The original pupose was to make available a function that worked with the cLCMCertManager DSC resource to make certificate management a reality. It now also includes a method for importing passwords into the configurationdatahash as well, as well as a simple install function that creates a sample password.xml to use as a source and SMB share as a certificate desitnation.
If MOF generation is automated, the functions here can help form a fully-automated maintenance strategy by dynamically updating and pushing meta configuration with the "best matched" thumbprint, as well as encrypting the main mof with the appropriate public certificate. Please see my blog for a more complete example of the DSC Resource and function working in tandem.
Show more
The original pupose was to make available a function that worked with the cLCMCertManager DSC resource to make certificate management a reality. It now also includes a method for importing passwords into the configurationdatahash as well, as well as a simple install function that creates a sample password.xml to use as a source and SMB share as a certificate desitnation.
If MOF generation is automated, the functions here can help form a fully-automated maintenance strategy by dynamically updating and pushing meta configuration with the "best matched" thumbprint, as well as encrypting the main mof with the appropriate public certificate. Please see my blog for a more complete example of the DSC Resource and function working in tandem.
Minimum PowerShell version
4.0
Installation Options
Owners
Copyright
(c) 2016 Justin King. All rights reserved.
Package Details
Author(s)
- Justin King
Tags
DSC Certificate Password ConfigurationData
Functions
Install-DSCHelperStores Update-ConfigurationDataCertificates Update-ConfigurationDataPasswords Update-ConfigurationDataNames Import-PasswordXML
Dependencies
This module has no dependencies.
Release Notes
added additional function to update nodenames to GUID based on csv file.
FileList
- DSCHelperFunctions.nuspec
- DSCHelperFunctions.psd1
- DSCHelperFunctions.psm1
- README.md
- Examples\CertificateUpdate.ps1
- Examples\new-samplefiles.ps1
- Examples\Update-ConfigData.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.1.0 (current version) | 1,360 | 3/4/2016 |
1.0.0 | 39 | 2/20/2016 |