I have strange problem accessing network drive through psexec. Procedure is as follows:
- Windows Server 2016 with a network share open to Authenticated/Domain Users (\r530tc\pub)
- Windows 10 workstations (for example \tc100 and \tc200
1)
- run 'psexec \tc100 cmd.exe' on the server
- and then run 'dir \r530tc\pub' on that workstation
- can see folder contents without any problem
2)
- run 'psexec \tc200 cmd.exe' on the server
- and then run 'dir \r530tc\pub' on that another workstation
- "access denied"
- running 'dir \r530tc\pub' directly on \t200 allows to see folder contents in question without any problems
I've tested all from NTFS/shares security configuration, through GPO, to UAC and firewall on problematic workstations, problem exists on 7 machines out of 35, and I'm out if ideas :) Thanks in advance!