Skip to content

Releases: jborean93/ProcessEx

v0.4.0

07 Nov 04:09
c5de1da
Compare
Choose a tag to compare

What's Changed

v0.4.0 - 2024-11-07

  • Added Invoke-ProcessWith and Invoke-ProcessEx to invoke a process and capture the output like a normal call operator
  • Added -ArgumentEscaping to ConvertTo-EscapedArgument with the ability to escape MSI style properties
  • Added New-StartupInfo -ChildProcessPolicy to control the child process creation policy as an extended startupinfo attribute

Full Changelog: v0.3.0...v0.4.0

v0.3.0

14 Feb 20:46
0e1fd54
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @floh96 made their first contribution in #4

Full Changelog: v0.2.0...v0.3.0

v0.2.0

02 Oct 06:13
fc3d433
Compare
Choose a tag to compare

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

v0.1.0

05 Dec 22:07
0dc9915
Compare
Choose a tag to compare

v0.1.0 - 2021-12-06

  • Initial version of the ProcessEx module