Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's New
Windows Networking Category
Added 2 policies to configure the Cipher Suites of the SMB for both server and client from the default value of
AES_128_GCM,AES_128_CCM,AES_256_GCM,AES_256_CCM
toAES_256_GCM,AES_256_CCM,AES_128_GCM,AES_128_CCM
. More info -> [Suggestion]: Hardening SMB #351Added 2 policies to enable SMB over QUIC for both server and client. More info -> [Suggestion]: Hardening SMB #351
Made the NTLM blocking policy in the Windows Networking category an optional sub-category. More info -> [Suggestion]: Allow skipping the "Blocking NTLM for SMB" #353
Miscellaneous Category