Category "psexec"

psexec command to run bat file present in some directory on remote server

I want to achieve following in one single command. PS D:\custom> .\PsExec.exe \remoteserver -u user -p password -accepteula -s cmd PsExec v2.34 - Execute pro

Howto use psexec via powershell invoke-command on a remote computer? (invalid handle)

I have written a powershell script which creates a powershell script or a batch script depending on the remote host on which this script should be started remot