Use Case: Self-Service Tools

PowerShell Universal provides the ability to develop internal tools using existing PowerShell scripts.


Take advantage of PowerShell Universal's robust user interface functionality to develop tools for non-administrators in your environment. Using Universal's built in web-server, users will have access in any modern web browser.


Example: Active Directory

Build tools to service Active Directory requests such as password resets or restoring deleted objects without direct access to the Active Directory infrastructure.

reset password

Using simple PowerShell scripts you can use existing components or build your own that match your needs.

reset password script

Example: Hyper-V

Using PowerShell Universal's automatic form functionality, you can build forms for provisioning VMs without having to learn a framework at all.

Run VM.ps1

PowerShell Universal will automatically analyze script param blocks and generate UIs.

reset password script