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

DSCEA.psd1 needs updates to "Functions to export from this module" #17

Closed rkyttle closed 7 years ago

rkyttle commented 7 years ago

Currently this item contains the following:

FunctionsToExport = ('Get-DscEaPowerBiReport','Get-DscEaReport','New-DscEaSampleComputers','New-DscEaSampleConfigs','Start-DscEaScan')

This will need to be updated once Get-DscEaPowerBiReport is retired and Convert-DSCEAresultsToCSV will need to be added

'New-DscEaSampleComputers','New-DscEaSampleConfigs' need to be removed

Insert-DscEaCSVtoSQL needs to be added

krjhitch commented 7 years ago

Oh right, good call.