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!
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 $TrueIt works on the instance but the settings are reverted back. Any ideas on how it can be made persistent?
Thank you!