You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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!
The text was updated successfully, but these errors were encountered: