Displaying 3 results from an estimated 3 matches for "enablesmb2protocol".
2018 May 29
4
Can't join Windows 10 to classic domain
...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 max protocol =
NT1" - mainly because I...
2018 May 30
2
Can't join Windows 10 to classic domain
...t;>> 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?
>>>
>...
2018 May 30
0
Can't join Windows 10 to classic domain
...B1:-
> >
> > 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 have...