When you run the psexec command to remotely install or execute something on a server on the same network, the following error is displayed.
Failed to access ServerName
Cannot find network name
Make sure admin $ share is included in ServerName by default
Most of the recommendations indicated that you added the following to the registry, but in my case it was already added to the server. This did not solve the problem.
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System and create or change the REG_DWORD LocalAccountTokenFilterPolicy value and set its value to 1
installer remote-access remote-debugging psexec
Geddon
source share