IQ Bot 11.x: Make a Shared Folder Accessible
- Updated: 2022/08/30
IQ Bot 11.x: Make a Shared Folder Accessible
Procedura
-
Change log on of the application services with
.\Administrator
account on all cluster nodes. -
On primary (shared folder) node, change following settings:
- Click Control Panel > Network and Internet > Network and Sharing Center > Advanced Sharing Setting
- Expand Private and click Network Discovery.
-
In Network Discovery:
- Select Turn on Network Discovery.
- Check the Turn on automatic setup of network connected devices checkbox.
- Click File and Printer Sharing and then select the Turn on file and printer sharing checkbox.
- Expand Guest or Public and click Network Discovery.
-
In Network Discovery:
- Select Turn on Network Discovery.
- Click File and Printer Sharing and then select the Turn on file and printer sharing checkbox.
Open "Local Group Policy Editor". Go to Local Computer Policy >> Windows Settings >> Security Settings >> Local Policies >> Security Options. Find "Network access : Sharing and security model for local accounts". Change it to "Guest only - local users authenticate as Guest".
- Click Local Group Policy Editor.
- Click Local Computer Policy > Windows Settings > Security Settings > Local Policies > Security Options.
- Find Network access : Sharing and security model for local accounts and change it to Guest only - local users authenticate as Guest.
-
Execute this Powershell script:
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" -Name "AllowInsecureGuestAuth" -Type DWord -Value 1
You need to execute this Powershell script on every machine which is a part of the cluster.