Skip to main content

Tool to manage your windows machines remotely

Project description

This package is primarily a library which helps you remotely manage your windows machine. Secondly it’s command line tool to manage windows machine remotely. The command line tool calls directly specific module. Modules are very easily extensible. You can write your own and use it from command line immediately, only specifying its name and module function.

For example this command:

$ python winremote.py --username=X--password=Y--ip=IP services list

Equals to this python code:

import winremote
import winrm
import pprint

session = winrm.Session(target=IP, auth=(X, Y))
win = Windows(session, winremote.WMI(session))
pprint.pprint(win.services.list())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

winremote-1.0.0-py2.py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 2 Python 3

winremote-1.0.0-py2-none-any.whl (2.9 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page