Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any Idea on how to turn SMB Signing on a Windows 2019 Server image? #15

Open
Psypriest opened this issue Jul 20, 2021 · 0 comments
Open

Comments

@Psypriest
Copy link

Hi! This script is awesome and it is what we use to harden our windows server images. We build images using packer. We had a new requirement. Enable SMB Signing on and make it required. So Far I have added the following in the packer builder

  • Set-SmbServerConfiguration -RequireSecuritySignature $True -EnableSecuritySignature $True

It works on the instance but the settings are reverted back. Any ideas on how it can be made persistent?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant