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

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

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

Uploaded Python 2Python 3

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

Uploaded Python 2

File details

Details for the file winremote-1.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for winremote-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bfbb7b1139ae6731cabd17a5dffd4180e26c376903b3529f06b8047b7ff7cce4
MD5 4b9428aac5d88cc95b4ca15c78a3dae6
BLAKE2b-256 5583969a640ade69351e1615096a0b131adc588ebf7fe0c0dbb06f9b141ecda1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for winremote-1.0.0-py2-none-any.whl
Algorithm Hash digest
SHA256 aef3a2e37152946970f4523dbaa8e72db1d72b0fb13d9cb74d93aba09e1ea23a
MD5 87af6d6a901af5c56b3f3de53983172a
BLAKE2b-256 84d3fc30ae2de2d8bd17ae55ed3144bb41f415e3b29b3a263e025e25e83390bd

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