Changes

From SME Server
Jump to navigationJump to search
615 bytes added ,  00:40, 15 January 2020
m
formatting
Line 17: Line 17:  
*When asked on your Windows PC use the 'admin' username and your SME Server admins password.
 
*When asked on your Windows PC use the 'admin' username and your SME Server admins password.
 
*You have to reboot your computer to reach the domain
 
*You have to reboot your computer to reach the domain
 +
 +
'''Using PowerShell'''<br>
 +
As seen on https://forums.contribs.org/index.php/topic,54125.0.html there are another way (maybe both are needed - need verification):
 +
 +
Start Powershell:
 +
Powershell
 +
 +
Run as superuser:
 +
start-process powershell –verb runAs
 +
 +
Check Client settings:
 +
Get-WindowsOptionalFeature -Online -FeatureName "SMB1Protocol"
 +
 +
Enable SMB1:
 +
 +
Enable-WindowsOptionalFeature -Online -FeatureName "SMB1Protocol" -All
 +
 +
If you want to disable it:
 +
 +
Disable-WindowsOptionalFeature -Online -FeatureName "SMB1Protocol"
 +
 +
Source: <nowiki>https://winaero.com/blog/enable-smb1-sharig-protocol-windows-10/</nowiki>
    
{{Tip box|To connect a windows 10 client to your domain, Go to the "start menu", right click on Settings, select "Accounts", select the link "Work Access", then " join or leave a Domain". Enter your servers "Domain" value in the domain field and 'Connect'. Enter the username of admin(*) with the servers admin password when asked.}}
 
{{Tip box|To connect a windows 10 client to your domain, Go to the "start menu", right click on Settings, select "Accounts", select the link "Work Access", then " join or leave a Domain". Enter your servers "Domain" value in the domain field and 'Connect'. Enter the username of admin(*) with the servers admin password when asked.}}
Line 100: Line 122:     
Re issues when ESET products are installed on Windows 10
 
Re issues when ESET products are installed on Windows 10
   
    
 
    
   [[Category:Howto]]
+
   [[Category:Howto]]  
   
    
 
    
 
   [[Category:Administration]]
 
   [[Category:Administration]]
147

edits

Navigation menu