Having some difficulty with the syntax/understanding what exactly i'm trying to accomplish.
psexec -s \\hostname-pc COPY \\server\share\file.lnk ????C:/? I'm not sure how to "phrase" the destination.
Since the initial command of "psexec -s \\hostname-pc . . ." runs the command from THAT hostname-pc right? So do I have to use a "shared" folder on the workstation to copy this file to? Or since i'm running the command from that workstation can I use any filepath?
Synopsis:
I have a .lnk(shortcut) file that runs system restore and creates a manual restore point. I'd like to push this file to my desktop users local machines so the shortcut could be run at anytime. Well over 100 workstations to copy this file to so using psexec or something similar would be awesome.
Our community of experts have been thoroughly vetted for their expertise and industry experience.