Tool to manage your windows machines remotely
Project description
WinRemote
---------
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
---------
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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file winremote-1.0.3-py2-none-any.whl.
File metadata
- Download URL: winremote-1.0.3-py2-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24fcd3f12e877a856f14edba056c8ab1a637c5084bdbd404d6925df2af478e06
|
|
| MD5 |
7b384e1e01e204d8b11f402c3f0b3eec
|
|
| BLAKE2b-256 |
38c3cc22fef5bcdbbff9ced3f8e3f57cae9ef83557b85a92f5b79d2aef710de8
|