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

Changes needed to prep for version 1.2.0.0 #49

Closed rkyttle closed 7 years ago

rkyttle commented 7 years ago
  1. Removed Get-MOFRequiredModules and Copy-DSCResource from functionstoexport section of the manifest to bring them in as private functions
  2. Added compliance and compliant to module tags for ps gallery
  3. Additional details and screenshots on the Offline Install page
  4. Added page on exporting scan results to CSV
  5. Updated code references in html docs from PS to PS C:>
  6. Typo corrections within function help sections with quotes
  7. Renamed parameter sets on start-dsceascan and get-dsceareport after reviewing autogenerated md from get help
  8. Created functions page on docs site
  9. Fixed character issues with out-datatable function
msftclas commented 7 years ago

@rkyttle, Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA. Thanks, Microsoft Pull Request Bot