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:

$ winremote --username=Administrator --password=****** --ip=10.0.0.1 services get WinRM
{'Name': 'WinRM', 'StartMode': 'Auto', 'State': 'Running'}

Equals to this python code:

import pprint
import winrm

from winremote import winremote

session = winrm.Session(target='10.0.0.1', auth=('Administrator', '******'))
win = winremote.Windows(session, winremote.WMI(session))
pprint.pprint(win.services.get('WinRM'))

This package uses pywinrm, so please follow its readme to setup your windows machine to work via WinRM.

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.6-py2-none-any.whl (9.4 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for winremote-1.0.6-py2-none-any.whl
Algorithm Hash digest
SHA256 e2bd122298e7f7193c0aeac4dd08ce74d4a806f5cad30eeef048a06d289e0d62
MD5 08d15ee81745ef9a6bfbffd816a93995
BLAKE2b-256 771e5593243ee1ab3169e70cad66bdbbf6c7d6d79ef32a4c433259e2a623a1bd

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