ProcessEx

Exposes the Windows Process creation Win32 functions in PowerShell

MIT License

Stars
24

Bot releases are hidden (Show)

ProcessEx - v0.3.0 Latest Release

Published by jborean93 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/jborean93/ProcessEx/compare/v0.2.0...v0.3.0

ProcessEx - v0.2.0

Published by jborean93 about 2 years ago

v0.2.0 - 2022-10-02

  • Added WorkingDirectory to the ProcessInfo object returned by Get-ProcessEx
  • Fixed Start-ProcessWith ... -Credential $cred when running in a non-interactive session
    • Previous this set the lpDesktop field in the startup info to NULL but due to the Windows rules for non-interactive sessions this failed
    • By explicitly setting the value to the current station/desktop this step will now work
ProcessEx -

Published by jborean93 almost 3 years ago

v0.1.0 - 2021-12-06

  • Initial version of the ProcessEx module
Badges
Extracted from project README
Test workflow codecov PowerShell Gallery License