microsoft / DSCEA

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.
https://microsoft.github.io/DSCEA
Other
197 stars 41 forks source link

Demo logo file does not show up when module is downloaded from PS Gallery #28

Closed rkyttle closed 7 years ago

rkyttle commented 7 years ago

Logo is blank on HTML reports when module is downloaded using install-module

This is because the version is added to the folder structure, and the file copy to programdata cannot complete. The new path is C:\Program Files\WindowsPowerShell\Modules\DSCEA\1.0.0.0\resources

rkyttle commented 7 years ago

Resolved