I am using Windows Server 2008 R2. I want to know which version of SMB is enabled on my server.
I used the following command in PowerShell to know the smb versions installed: sc.exe qc lanmanworkstation
In its output, the DEPENDENCIES shows two versions of SMB : MRxSmb10
and MRxSmb20
.
Now the confusion is out of 2 versions installed, which SMB version is enabled on my server? As windows server 2008 R2 does not support get-smbconnection
command, I am unable to determine the specific version.
I also checked the registry path HKEY_LOCAL_MACHINE\\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
and there is no entry about SMB version.
Can anyone please tell me how to determine which SMB version is enabled on server if SMB versions are more than one?