Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefellows/winrm-powershell
Run Powershell remotely from the CLI
https://github.com/mefellows/winrm-powershell
Last synced: 3 months ago
JSON representation
Run Powershell remotely from the CLI
- Host: GitHub
- URL: https://github.com/mefellows/winrm-powershell
- Owner: mefellows
- License: mit
- Created: 2015-01-13T21:30:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-01T23:40:03.000Z (over 8 years ago)
- Last Synced: 2024-06-19T03:13:34.235Z (7 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WinRM Powershell
Run Powershell remotely from the CLIA tiny wrapper around masterzen/winrm to execute Powershell commands remotely over
WinRM from any OS, including elevated user support.## Usage
```
winrm-powershell --help
Usage of bin/winrm-powershell:
-elevated=false: run as elevated user?
-hostname="localhost": winrm host
-password="vagrant": winrm admin password
-port=5985: winrm port
-timeout="PT36000S": winrm timeout
-username="vagrant": winrm admin username
```Example basic command:
```
winrm-powershell whoami
vagrant2012r2\vagrant
```