Installing software remotely with psexec
Posted by on 2016-01-21 15:25:28:
In the middle of setting up a new Windows domain, I had a non privileged user needing to install an application on his PC.
Rather than go to his desk (or even remote desktop) I was able to install the software remotely using psexec.
PS C:\PsTools\psexec -i \\target_pc \\target_pc\c$\(path to installer)
Tags: Admin , Windows
Return to home page: Home