Python: Executing a Program on a Remote 64-bit Windows Machine
Executing a program, exe’s, services on a remote Windows machine can be accomplished very easily, with a very few lines of code in Python. The task is similar to Psexec. However, in Python, one of the ways is using Windows Management Instrumentation (WMI). From Tim Golden’s Python Stuff: Windows Management Instrumentation (WMI) is Microsoft’s implementation of Web-Based […]