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.

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())

And so on. For more example please see README.md at: https://github.com/machacekondra/winremote

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 Distribution

If you're not sure about the file name format, learn more about wheel file names.

winremote-1.0.2-py2-none-any.whl (3.2 kB view details)

Uploaded Python 2

File details

Details for the file winremote-1.0.2-py2-none-any.whl.

File metadata

File hashes

Hashes for winremote-1.0.2-py2-none-any.whl
Algorithm Hash digest
SHA256 f6c436464ea8d63468751ab6c5bc937b78c69c1ebf73a0cc96f2015657810c10
MD5 c05a855a32cea1b934a0a642113adf20
BLAKE2b-256 e551bebb298504be8d84af3e214e18ac8175f070b7f4bc8bd197bf206149e15d

See more details on using hashes here.

Supported by

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