# README
Processes
Commands for manipulating remote processes, e.g. ps
, terminate
, etc.
# Functions
GetPIDByName - Get a PID by name from the active session.
No description provided by the author
NewPsTree creates a new PsTree.
PrintProcessDump - Handle the results of a process dump.
PrintPS - Prints the process list.
PrintTerminate - Print the results of the terminate command.
ProcdumpCmd - Dump the memory of a remote process.
PsCmd - List processes on the remote system.
SortProcessesByPID - Sorts a list of processes by PID.
TerminateCmd - Terminate a process on the remote system.