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

output to csv #39

Open kurobeats opened 7 years ago

kurobeats commented 7 years ago

Feature request to output to csv

rkyttle commented 7 years ago

Hi Anthony,

DSCEA comes with a function called Convert-DSCEAresultsToCSV, have you looked into trying it? Let us know if we can improve our documentation to make this ability stand out more, or if you are having issues with the existing function.

Thanks, Ralph

rkyttle commented 7 years ago

I wrote some additional documentation on converting DSCEA scan result data to CSV. The usage section of DSCEA documentation will be updated with this info on our next release