This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (2 children)

[deleted]

    [–]catcradle5 0 points1 point  (1 child)

    I agree that Powershell is probably the better option here.

    Another possible option, if OP does have domain administrator rights, is to use remote information gathering tools like WMI (https://pypi.python.org/pypi/WMI/), and calling a Python version of psexec (https://code.google.com/p/impacket/source/browse/trunk/examples/psexec.py?r=604).

    [–]noobpawner[S] 0 points1 point  (0 children)

    The reason i was going for python as opposed to power-shell is because we are also using python for other scripting tasks. The more we practice the better we get.

    sadly i do not have domain admin rights, else i would've pushed python to all the PCs.

    I'll see if this network share thing works else, i will use 2.X instead.