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

Convert-DSCEAresultsToCSV.ps1 Get-Date #60

Open rkyttle opened 6 years ago

rkyttle commented 6 years ago

Update this function with an external call to Get-Date instead of using StartDate, this is needed for things like OMS where we look to pull in just the most recent scan in a dashboard. Review external PowerShell version check script for example.