Skip to content
/ PyPS Public

Simple wrapper around System.Management.Automation.dll for python.

Notifications You must be signed in to change notification settings

r3bb1t/PyPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

PyPS

Simple wrapper around the System.Management.Automation.dll for python.

Example Usage:

The following code prints the output of "get-process | select-object -property name" powershell command without leaving traces in the log files. (Optional)

from PyPS import PyPs
PyPs(True).run_ps('get-process | select-object -property name')

P.s. This script requires pythonnet module to be installed. You can install it by typing:

pip install pythonnet

or

pip install --pre pythonnet

About

Simple wrapper around System.Management.Automation.dll for python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages