ProcessEx VS PowerShell

Compare ProcessEx vs PowerShell and see what are their differences.

ProcessEx

Exposes the Windows Process creation Win32 functions in PowerShell (by jborean93)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ProcessEx PowerShell
5 397
31 43,483
- 0.9%
3.0 9.6
8 months ago 8 days ago
C# C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ProcessEx

Posts with mentions or reviews of ProcessEx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-17.
  • Run process without elevation from a powershell script running with elevation
    2 projects | /r/PowerShell | 17 May 2023
    If it's as another user then using Start-Process ... -Credential $cred will give you a process that is not elevated. If you want to start it as the current user there isn't really an easy way to do so with the cmdlets builtin and what dotnet offers you. If you are open to using a custom module I have ProcessEx which exposes the ability to start a new process with a custom parent. With this you can set the parent as explorer.exe which will be unelevated and the process inherits the same access token.
  • Run PowerShell command NOT as admin
    1 project | /r/PowerShell | 8 May 2023
    There are a few ways you can spawn a sub process as the limited token but it's not something you can easily do with the builtin cmdlets and dotnet APIs available. The simplest option I know is to spawn a new process with a custom parent that is not elevated. For example I can use my ProcessEx module to spawn a limited process with the parent of explorer.exe.
  • Start-Process doesn't work with -credential parameter on Windows Server Core
    3 projects | /r/PowerShell | 16 Jan 2023
    Using Start-ProcessWith with a -Credential object should work for both running in session 0 (Enter-PSSession) and using the -Wait parameter to wait for it to complete. Unfortunately it will spawn in a new window (which you can hide though). If you want it to run the new process as another user but in the same window you essentially need Start-ProcessEx with a -Token. This allows you to spawn a process in the current terminal but unfortunately the -Token side requires privileges that not even normal Administrators typically have, thus would need to be run as SYSTEM.
  • Executable that only returns stdout and defies all redirection
    2 projects | /r/PowerShell | 19 Dec 2022
    For Windows, the only thing you can do with an exe like this is to rely on the ConPTY APIs Windows provides and reads from that. Unfortunately there is no builtin way to do this with PowerShell so you are reliant on either writing the PInvoke code yourself or using a 3rd party module. I have one called ProcessEx which can be used to spawn a new process under a ConPTY and capture that as a string with the following:

PowerShell

Posts with mentions or reviews of PowerShell. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-14.

What are some alternatives?

When comparing ProcessEx and PowerShell you can also consider the following projects:

Invoke-CommandAs - Invoke Command As System/Interactive/GMSA/User on Local/Remote machine & returns PSObjects.

nushell - A new type of shell

PowerShell.Reddit.Support - Reddit /r/PowerShell users questions are anwsered here

winpty - A Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs.

Windows Terminal - The new Windows Terminal and the original Windows console host, all in the same place!

WFinfo - :computer: A fissure Companion App for Warframe

PowerToys - Windows system utilities to maximize productivity

ShellCheck - ShellCheck, a static analysis tool for shell scripts

xonsh - :shell: Python-powered, cross-platform, Unix-gazing shell.

GFPGAN - GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.

pdsh - A high performance, parallel remote shell utility

Mosh - Mobile Shell