SecurityPolicyDsc icon indicating copy to clipboard operation
SecurityPolicyDsc copied to clipboard

SecurityPolicyResourceHelper: Fix for command not found error when executing secedit

Open 39Delta opened this issue 4 years ago • 0 comments

Pull Request (PR) description

Update execution of secedit command to use full path. Issues have been seen with new server installs where the resource generates an error about not being able to find the secedit command when invoked.

This Pull Request (PR) fixes the following issues

  • Fixes #116

Task list

  • [X] Added an entry to the change log under the Unreleased section of the file CHANGELOG.md. Entry should say what was changed and how that affects users (if applicable), and reference the issue being resolved (if applicable).
  • [ ] Resource documentation added/updated in README.md.
  • [ ] Resource parameter descriptions added/updated in README.md, schema.mof and comment-based help.
  • [ ] Comment-based help added/updated.
  • [x] Localization strings added/updated in all localization files as appropriate.
  • [ ] Examples appropriately added/updated.
  • [x] Unit tests added/updated. See DSC Community Testing Guidelines.
  • [ ] Integration tests added/updated (where possible). See DSC Community Testing Guidelines.
  • [x] New/changed code adheres to DSC Community Style Guidelines.

This change is Reviewable

39Delta avatar Dec 26 '21 01:12 39Delta