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

PowerShell help for DSCEA functions inserting some strange characters #47

Closed rkyttle closed 7 years ago

rkyttle commented 7 years ago

Review and a fix is needed for the get-help sections of DSCEA functions. Looks like " symbols are being converted over to “ and ”

rkyttle commented 7 years ago

Seems its a difference between “ and " Its tough to show here, but the first quote above has a slight angle to it, and these are the instances that are being converted to the strange characters

rkyttle commented 7 years ago

This has been updated and will be fixed in the next release