DSC Environment Analyzer (DSCEA) is a simple implementation of PowerShell Desired State Configuration that uses the declarative nature of DSC to scan systems in an environment against a defined reference MOF file and generate compliance reports as to whether systems match the desired configuration.
Automatic copying of any custom resources needed for a scan from the management system to the remote endpoints being scanned
Added a new Path parameter, which allows Start-DSCEAscan to take in a folder path containing machine specific MOF files to allow for a scan of those systems against unique per system settings
Added additional config examples
Fixed issue where errors were thrown when running Import-Module DSCEA
Fixed quote character issue when running Get-Help Start-DSCEAscan
Clarified instructions on Report Generation with Power BI page
Clarified instructions on PowerShell Gallery - Offline Install page