search for: windowsoptionalfeature

Displaying 6 results from an estimated 6 matches for "windowsoptionalfeature".

2018 May 29
4
Can't join Windows 10 to classic domain
...he domain controller in hosts and lmhosts, and 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 tri...
2018 Jan 05
3
Adding a Windows Server 2008 as a DC to the domain fails
Hi, I have a samba domain based on Samba version 4.7.4 compiled from sources running on Debian Stretch v 9.3. The domain is working fine, but when I try to add another DC (a Windows Server 2008 Standard Edition) using the Wiki at https://wiki.samba.org/index.php/Joining_a_Windows_Server_2008_/_2008_R2_DC_to_a _Samba_AD it fails with the error: "The operation failed because: The functional
2018 Jan 05
1
Adding a Windows Server 2008 as a DC to the domain fails
...the domain fails > > Hi Louis, > Thanks you for your quick answer. > > > > > Hai Roy, > > > > What happens if you disable smb1 in win 2008, reboot and try again. > > In powershell run : > > > > Get-WindowsFeature FS-SMB1 > > Disable-WindowsOptionalFeature -Online -FeatureName smb1protocol > > > > > > Unfortunately the command is not recognised - it would seem > that the Server > Manager Command-line tools are not available on > Windows Server 2008, only on 2008 R2 upwards! So I set the > SMB1 DWORD value to >...
2018 May 30
2
Can't join Windows 10 to classic domain
...gt;> >>> 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...
2018 Jan 05
0
Adding a Windows Server 2008 as a DC to the domain fails
Hai Roy, What happens if you disable smb1 in win 2008, reboot and try again. In powershell run : Get-WindowsFeature FS-SMB1 Disable-WindowsOptionalFeature -Online -FeatureName smb1protocol Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Roy > Eastwood via samba > Verzonden: vrijdag 5 januari 2018 13:23 > Aan: samba at lists.samba.org > Onderwerp: [Samba] Adding a...
2018 May 30
0
Can't join Windows 10 to classic domain
...IOS 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...