Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Create Windows PowerShell App #8

Closed
iadgovuser11 opened this issue Jul 15, 2016 · 2 comments
Closed

Create Windows PowerShell App #8

iadgovuser11 opened this issue Jul 15, 2016 · 2 comments

Comments

@iadgovuser11
Copy link
Contributor

Goal
The app should be able to securely execute a PowerShell command and script on a remote host.

Functions
executeCommand
The command should be a string argument passed in through the workflow

executeScript
The script should be a filename passed in through the workflow

@b-long
Copy link

b-long commented Sep 25, 2016

Hi there,

Just stopping by to offer a recommendation: https://github.com/diyan/pywinrm . I don't know much about PowerShell, but did at one point need to remote into a Windows system and invoke some regular Windows commands.

The pywinrm README describes invoking Powershell : https://github.com/diyan/pywinrm#run-powershell-script-on-remote-host

You can find my rudimentary usage of pywinrm here : https://github.com/b-long/WinRMTest .

Good luck!

@iadgovuser11
Copy link
Contributor Author

Awesome we will look into this, thanks!

Let us know if you need any assistance, have any feedback, or have any good automation use cases.

Thanks,
-The Walkoff Team

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants