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 ``` ---