This release builds on Darren Robinson’s PowerShell 7 implementation and introduces improvements -
Simplified PSEngine
The PowerShell engine has been cleaned up, streamlined, and made easier to maintain. Unnecessary complexity has been removed, and the engine now behaves more predictably across different script types.
Unified impersonation support (PS5 + PS7+)
Both Windows PowerShell 5.1 and PowerShell 7+ now support impersonation, allowing scripts to run under alternative credentials in a consistent way.
More robust script execution
Added improved error handling, clearer tracing, safer pipeline handling
Improved object for password management
CSEntry object is now exposed in a simpler and more predictable format for the password script - including more information
Overall stability and compatibility improvements
Better handling of credentials, safer cleanup, and fewer edge-case failures when scripts or the host environment misbehave.