Closed lonkey closed 7 months ago
Hi Lukas
Thank you for your questions and your argument makes sense to me. I'll run some tests, but I think you're right, we can take this direct step.
Best, Mick
I've done some tests and it looks good, I'm going to simplify the code
I just want to say a big thank you for your outstanding work and for taking the time to review and incorporate my suggestion!
You're welcome! 😻 By the way, what is the name of your project?
A Python module that is able to fully parse GPO exports to convert them into configurable Ansbile roles. Unfortunately, it is closed-source as it is job-related.
Sounds exciting and useful, especially with the Ansible angle, too bad it's not public. Best of luck anyway
Thank you and I wish you the same. I will advise my employer to publish it publicly on GitHub in the future. After all, we ourselves would also benefit from a broader community-driven development.
Hello,
I am currently working on another automation project that also uses SecEdit to import local security policies. To give me a little idea of how this works, I have used the following code section from HardeningKitty as a reference:
As I understand this section of code:
$Area
.$Area
.Now to my question:
Why is it necessary to execute both the
/import
command and the/configure
command? Wouldn't the end result be identical if only the/configure
command was executed, like this:Thanks for your help!