Author: lolcocks
Subject: Network error which was not popping up before.
Posted: 06 April 2018 at 8:19am
I used PsTools in my office to copy files to my computers from one server.
Subject: Network error which was not popping up before.
Posted: 06 April 2018 at 8:19am
I used PsTools in my office to copy files to my computers from one server.
It's much easier than carrying a pen drive and attaching it to every computer to copy a file.
I always use the following command:
psexec -s \\pcname cmd /c copy \\servername\autocad_setup.exe c:\ |
But now it gives the following error:
The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you. |
So to authenticate I even tried the following command because when the same error occurs when accessing network computers on the network, a username and password is asked for access.
psexec -s -u myusername -p mypassword \\pcname cmd /c copy \\servername\autocad_setup.exe c:\ |
But even this gave the same error.
Why is this error suddenly occurring and is there a work around for it?