Fileshare

From Piszczynski
Revision as of 22:32, 15 November 2023 by Aleks (talk | contribs) (1 revision imported)

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