dsccommunity / ComputerManagementDsc

DSC resources for for configuration of a Windows computer. These DSC resources allow you to perform computer management tasks, such as renaming the computer, joining a domain and scheduling tasks as well as configuring items such as virtual memory, event logs, time zones and power settings.
https://dsccommunity.org
MIT License
306 stars 83 forks source link

Add new resource IEEnhancedSecurityConfiguration #303

Closed johlju closed 4 years ago

johlju commented 4 years ago

Pull Request (PR) description

This moves the resource xIEEsc from module xSystemSecurity and renames it to IEEnhancedSecurityConfiguration.

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

johlju commented 4 years ago

I will fix up this PR to the new pattern,

johlju commented 4 years ago

Yep. Give me a few minutes to rebase and fix up the tests with the new pattern. πŸ˜„

johlju commented 4 years ago

Hmm.. the rebase removed the integration tests. :/ The files are just poof gone. Strange. I get them from the fork branch. It will take another few minutes. πŸ˜„

johlju commented 4 years ago

@PlagueHO Now it is ready. It was to early in the morning, I forgot to fetch latest changes from fork before rebasing so files disappeared πŸ€¦β€β™‚ Ready for review now!

PlagueHO commented 4 years ago

Sweet - just in bed now, but will review tomorrow first thing!