powershell-utils provides Node.js helpers for running PowerShell commands on Windows. It includes functions to get the PowerShell executable path, check whether PowerShell is accessible, execute commands (async or sync), and build or encode safe PowerShell arguments (for use with child_process).
Project status
- The repository appears actively maintained, with upstream pushes as recently as 2026-02-13 and a tagged update (v0.2.0) on 2026-01-25.
- The apparent update cadence is relatively recent and spaced by a few months, v0.1.0 on 2025-11-15 followed by v0.2.0 on 2026-01-25.
AI summary generated Today
Recent updates
v0.2.0
4 months agov0.2.0 adds synchronous PowerShell execution via a new executePowerShellSync export. The implementation also refactors argument construction and introduces a new helper, executePowerShell.createArguments, to build the full PowerShell argument array.
Featuresv0.1.0
6 months agoRelease v0.1.0 was published on 2025-11-15. The provided release notes contain only a placeholder emoji and do not describe any features, fixes, or changes, so there is no actionable information to assess developer impact.