Releases: jborean93/ProcessEx
Releases · jborean93/ProcessEx
v0.4.0
What's Changed
- Update action versions by @jborean93 in #6
- Update build methods by @jborean93 in #7
- Use new release method by @jborean93 in #8
- Migrate to new build process by @jborean93 in #9
- Added Invoke-Process* cmdlets by @jborean93 in #10
- Add PROC_THREAD_ATTRIBUTE_CHILD_PROCESS_POLICY by @jborean93 in #11
v0.4.0 - 2024-11-07
- Added
Invoke-ProcessWith
andInvoke-ProcessEx
to invoke a process and capture the output like a normal call operator - Added
-ArgumentEscaping
toConvertTo-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
v0.2.0
v0.2.0 - 2022-10-02
- Added
WorkingDirectory
to theProcessInfo
object returned byGet-ProcessEx
- Fixed
Start-ProcessWith ... -Credential $cred
when running in a non-interactive session- Previous this set the
lpDesktop
field in the startup info toNULL
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
- Previous this set the