Eryk Sun added the comment:

psexec.exe can be run from the the live server.

    >>> subprocess.call(r'\\live.sysinternals.com\tools\psexec.exe -s whoami')

    PsExec v2.11 - Execute processes remotely
    Copyright (C) 2001-2014 Mark Russinovich
    Sysinternals - www.sysinternals.com


    nt authority\system
    whoami exited on THISPC with error code 0.
    0

But the executable could also be cached on the test system.

----------
nosy: +eryksun

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25939>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to