Displaying 3 results from an estimated 3 matches for "smb1protocolset".
2018 May 29
4
Can't join Windows 10 to classic domain
...nd have also tried enabling NetBIOS over TCP/IP.
I've then tried forcing the Windows Client to use SMB1:-
sc config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc config mrxsmb20 start= disabledI also used the following Powershell
commands:-
Get-WindowsOptionalFeature -Online -FeatureName
SMB1ProtocolSet-SmbServer-Configuration -EnableSMB2Protocol $false
Running the status commands shows SMB1 to be enabled, and SMB2 to be
disabled.
Should it be possible to join a Windows 10 PC to a Samba NT4 domain,
and if so, what am I missing?
One thing I haven't tried is forcing Samba to "server m...
2018 May 30
2
Can't join Windows 10 to classic domain
...dows Client to use SMB1:-
>>>
>>> sc config lanmanworkstation depend= bowser/mrxsmb10/nsi
>>> sc config mrxsmb20 start= disabledI also used the following
>> Powershell
>>> commands:-
>>> Get-WindowsOptionalFeature -Online -FeatureName
>>> SMB1ProtocolSet-SmbServer-Configuration -EnableSMB2Protocol $false
>>>
>>> Running the status commands shows SMB1 to be enabled,
>> and SMB2 to be
>>> disabled.
>>>
>>> Should it be possible to join a Windows 10 PC to a
>> Samba NT4 domain,
>>> an...
2018 May 30
0
Can't join Windows 10 to classic domain
...ried forcing the Windows Client to use SMB1:-
> >
> > sc config lanmanworkstation depend= bowser/mrxsmb10/nsi
> > sc config mrxsmb20 start= disabledI also used the following
> Powershell
> > commands:-
> > Get-WindowsOptionalFeature -Online -FeatureName
> > SMB1ProtocolSet-SmbServer-Configuration -EnableSMB2Protocol $false
> >
> > Running the status commands shows SMB1 to be enabled,
> and SMB2 to be
> > disabled.
> >
> > Should it be possible to join a Windows 10 PC to a
> Samba NT4 domain,
> > and if so, what am I mis...