From bc984126e5861ab2c72446e1f91674cf3faabd26 Mon Sep 17 00:00:00 2001 From: omry99 <43474808+omry99@users.noreply.github.com> Date: Wed, 23 Jul 2025 14:25:19 +0300 Subject: [PATCH] Fix character casing --- WindowsServerDocs/storage/file-server/smb-ntlm-blocking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowsServerDocs/storage/file-server/smb-ntlm-blocking.md b/WindowsServerDocs/storage/file-server/smb-ntlm-blocking.md index 1deba10409..e18792efd8 100644 --- a/WindowsServerDocs/storage/file-server/smb-ntlm-blocking.md +++ b/WindowsServerDocs/storage/file-server/smb-ntlm-blocking.md @@ -45,7 +45,7 @@ To configure NTLM blocking: 1. Run the following command to enable NTLM blocking. ```powershell - Set-SMbClientConfiguration -BlockNTLM $true + Set-SmbClientConfiguration -BlockNTLM $true ``` ---