Icon

PowerShell Universal

PowerShell Universal provides an administrator console, management REST API, PowerShell cmdlets and an idempotent configuration system using PowerShell scripts. It enables you to manage and delegate access to your automation environment, expose scripts as REST APIs, host scripts in a web interface for execution or scheduling, and build custom web-based tools with role-based access controls.
Latest: 5.5.5
Last checked: Feb 23, 2026 6:57am
Rank: 4063/15140
Monitored via:
Winget Request more monitors
Follow to track new versions in your feed.
Report

Overview

0
License: ProprietaryWinget: Available

Version & Lifecycle

0
Current: 5.5.5 N-2: 4.2.21 Predicted EOL: 2029-08-29 Avg cadence: Every 51 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment note • May 16, 2026
0

PowerShell Universal MSI service deployment properties

For managed Windows deployments of PowerShell Universal, the official MSI is service-oriented: the vendor documentation says it creates the PowerShell Universal Windows service and listens on http://localhost:5000 by default. Important MSI public properties include INSTALLFOLDER, TCPPORT, REPOFOLDER, CONNECTIONSTRING, DATABASETYPE, STARTSERVICE, SERVICEACCOUNT, SERVICEACCOUNTPASSWORD, TELEMETRY, ADDPSMODULEPATH, and INSTALLTYPE.

A quiet install can pass those properties to msiexec.exe /i PowerShellUniversal.msi /q /norestart. Decide up front whether the package should be a server install or user-context install, whether the service should start immediately with STARTSERVICE=1, and whether the repository/database paths should stay at the defaults under ProgramData or point to a managed SQL/PostgreSQL back end.

If you do not want the MSI-created service, the official hosting documentation also shows a manual service pattern using New-Service -Name "PowerShellUniversal" -BinaryPathName "Universal.Server.exe --service". Treat sizing as a server workload: the vendor’s recommended baseline for a modest production instance is 4 CPU, 16 GB RAM, 500 GB storage, and an MS SQL or PostgreSQL database rather than the small SQLite trial baseline.

Sources: PowerShell Universal installation documentation, hosting documentation, and system requirements.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

powershelluniversal

Packaging Notes

0

Available as Docker image and Windows installer

Notes

0

Distributed by ComponentSource since 2023. Latest version v5.5.x as of April 2025. Official Docker image available on Docker Hub.