1.1.0
Stephen Valdinger
5
PowerShellUniversal
05/14/2026
PowerShellUniversal.StandardLibrary
A Standard Library of tools, utilities, and helper functions designed to streamline app development within the PowerShell Universal platform.
Overview
PowerShellUniversal.StandardLibrary provides a curated set of reusable PowerShell functions and components that simplify common tasks encountered when building dashboards, APIs, automations, and portals in PowerShell Universal. Instead of reinventing the wheel for every project, import this library and get started with a solid foundation of pre-built tools.
Installation
From Within PowerShell Universal
- Open your PowerShell Universal admin portal.
- Navigate to Platform → Modules.
- Search for
PowerShellUniversal.StandardLibraryin the module repository. - Click Install and wait for the installation to complete.
Alternatively, you can install the module via the PowerShell Universal integrated terminal or a Script:
Install-Module -Name PowerShellUniversal.StandardLibrary -Repository PSGallery -Force
Importing the Module
Once installed, import the module in your scripts, dashboards, or API endpoints:
Import-Module PowerShellUniversal.StandardLibrary
To make the module available globally across your PowerShell Universal instance, add it to your environments configuration or include it in your scripts/settings.ps1 file.
Usage
After importing the module, all exported functions will be available in your PowerShell Universal scripts and components. Refer to the individual function documentation (via Get-Help <FunctionName>) for details on available commands.
# Example
Get-Command -Module PowerShellUniversal.StandardLibrary
Contributing
Contributions are welcome! If you have a utility or helper function that would benefit the PowerShell Universal community, feel free to get involved.
- Fork this repository.
- Create a branch for your feature or bug fix:
git checkout -b feature/my-new-tool - Commit your changes with a clear and descriptive message:
git commit -m "Add: utility function for X" - Push your branch and open a Pull Request against
main. - Ensure your code follows existing conventions and includes appropriate documentation (
Get-Helpcompatible comment blocks).
Guidelines
- Keep functions focused and single-purpose.
- Include comment-based help (
<# .SYNOPSIS ... #>) for every exported function. - Add or update tests where applicable.
- Open an issue first for significant changes to discuss the approach before submitting a PR.
License
This project is licensed under the MIT License.
Installation Options
Install within the PowerShell Universal v5 admin console. More Info
Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet.
PS > Install-PSResource PowerShellUniversal.StandardLibrary
Version History
| Version | Published |
|---|---|
| 1.4.0 | 05/22/2026 |
| 1.3.1 | 05/17/2026 |
| 1.3.0 | 05/16/2026 |
| 1.3.0 | 05/16/2026 |
| 1.2.0 | 05/15/2026 |
| 1.1.0 | 05/14/2026 |
| 1.0.0 | 05/13/2026 |