poweradminllc / PAExec

Remote execution, like PsExec
531 stars 177 forks source link

Allow to specify share path to write service file #36

Closed NyaMisty closed 4 years ago

NyaMisty commented 4 years ago

Example usage:

paexec \\testserver -share d$ -sharepath D:\ cmd
paexec \\testserver -share d$\test -sharepath D:\test cmd

This can be extremely useful when ADMIN$ is full / forbidden to write, which you can specify an alternative share to drop files.