Fileshare: Difference between revisions

From Piszczynski
piszczynski>Aleks
(Created page with " == Unable to access File share server 2019 2022 == Check the following services are running and not disbaled: *DNS Client *Function Discovery Resource Publication *SSDP Disc...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
Enable insecure guest logins via local group policy:
Enable insecure guest logins via local group policy:
*Computer Configuration -> Administrative templates -> Network -> Lanman Workstation > Enable insecure guest logins - enable
*Computer Configuration -> Administrative templates -> Network -> Lanman Workstation > Enable insecure guest logins - enable
== SMB protocol enable / disable ==
[https://learn.microsoft.com/en-us/windows-server/storage/file-server/troubleshoot/detect-enable-and-disable-smbv1-v2-v3?tabs=client MS Learn enable / disable SMB protocols and check status]

Latest revision as of 19:44, 22 February 2024

Unable to access File share server 2019 2022

Check the following services are running and not disbaled:

  • DNS Client
  • Function Discovery Resource Publication
  • SSDP Discovery
  • UPnP Device Host

Allow network discovery in the windows firewall in the network security settings.

For Samba file shares install the feature SMB 1.0/CIFS Client if the share is on an older device such as a router

  • Get-WindowsOptionalFeature -Online -FeatureName SMB1Protocol-Client
  • Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol-Client


Enable insecure guest logins via local group policy:

  • Computer Configuration -> Administrative templates -> Network -> Lanman Workstation > Enable insecure guest logins - enable

SMB protocol enable / disable

MS Learn enable / disable SMB protocols and check status