Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ironmansoftware/awesome-powershell-universal

A curated list of awesome PowerShell Universal resources.
https://github.com/ironmansoftware/awesome-powershell-universal

List: awesome-powershell-universal

Last synced: 3 months ago
JSON representation

A curated list of awesome PowerShell Universal resources.

Awesome Lists containing this project

README

        

# Awesome PowerShell Universal

A curated list of awesome [PowerShell Universal](https://docs.powershelluniversal.com) resources.

PowerShell Universal is a single pane of glass for managing and delegating access to your automation environment.

_Have a resource? Feel free to open an issue or submit a pull request_

## Contents

* [Active Directory](#active-directory)
* [Blogs](#blogs)
* [Community](#community)
* [Downloads](#downloads)
* [Education](#education)
* [Examples](#examples)
* [Repositories](#repositories)
* [Support](#support)
* [Technology Stack](#technology-stack)
* [Utilities](#utilities)
* [Windows](#windows)

## Active Directory

- [Active Directory Dashboard Template](https://ironmansoftware.com/powershell-universal/templates/template/Active%20Directory%20Dashboard) - Active Directory tools built with PowerShell Universal. Reset passwords, restore deleted users, manage group membership and search for objects.

## Blogs

- [Ironman Software Blog](https://blog.ironmansoftware.com/tags/powershell-universal/) - Official IMS blog.
- [Adam Bacon - My Personal PowerShell Blog](https://adam-bacon.netlify.app/) - Adam is the author of many Universal Dashboard components.
- [Upping the Automation Ante with PowerShell Universal](https://adamtheautomator.com/powershell-universal/) - Overview of PowerShell Universal on Adam the Automator.
- [Mabster.NET](https://mabster.net/tags/universal/) - Some blog posts by Matt Hamilton about PowerShell Universal.

## Community

- [Chat](https://forums.ironmansoftware.com/chat/c/powershell-universal) - PowerShell Universal chatroom
- [Forums](https://forums.ironmansoftware.com/c/powershell-universal) - PowerShell Universal Forums

## Downloads

- [Current Version](https://ironmansoftware.com/powershell-universal/downloads) - Current version of PowerShell Universal
- [Previous Versions](https://ironmansoftware.com/release/powershell-universal) - All previous versions of PowerShell Universal
- [Nightly Builds](https://ironmansoftware.com/release/powershell-universal-nightly) - Nightly builds of PowerShell Universal
- [Visual Studio Code Extension](https://marketplace.visualstudio.com/items?itemName=ironmansoftware.powershell-universal) - VS Code extension of PowerShell Universal
- [Docker Hub](https://hub.docker.com/r/ironmansoftware/universal) - Official Docker images for PowerShell Universal.

## Education

- [Documentation](https://docs.powershelluniversal.com/) - Official PowerShell Universal Documentation
- [Training Course](https://ironmansoftware.com/training/powershell-universal) - PowerShell Universal video training course
- [YouTube Playlist](https://www.youtube.com/watch?v=LaZA90UzLPw&list=PL-0mHH7DlSiQ5q66FXHerWv2vOOodD2U9) - Playlist of PSU videos.

## Examples

- [Customer Examples](https://forums.ironmansoftware.com/t/real-world-examples) - Forum post of customer examples
- [Demo](https://demo.powershelluniversal.com/) - Live demo of PowerShell Universal
- [Templates](https://ironmansoftware.com/powershell-universal/templates) - Templates built for PowerShell Universal
- [Template for Templates](https://github.com/ironmansoftware/powershell-universal-template) - A GitHub template repository for building templates.

## Repositories

- [Documentation](https://github.com/ironmansoftware/universal-docs) - Source code for the official documentation
- [Issues](https://github.com/ironmansoftware/issues) - Bugs and feature requests for PowerShell Universal
- [VS Code Extension](https://github.com/ironmansoftware/universal-code) - Source code for the PSU VS Code extension.
- [PSU Themes](https://github.com/potatoqualitee/psu-themes) - Themes for PowerShell Universal
- [Scripts](https://github.com/ironmansoftware/script) - Module extensions for PowerShell Universal

## Support

- [Official Support](https://support.ironmansoftware.com/) - Paid support portal

## Technology Stack

- [Ant Design](https://4x.ant.design/) - Admin Console UI Library
- [Ant Design Charts](https://charts.ant.design/en) - Pages Charts Library
- [dotnet](https://dotnet.microsoft.com/en-us/) - Backend Server Platform
- [FontAwesome](https://fontawesome.com/) - Icons for Dashboards
- [gRPC](https://grpc.io/) - Interprocess communication library
- [Kestrel](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel?view=aspnetcore-7.0) - Web Server
- [libgit2sharp](https://github.com/libgit2/libgit2sharp) - Git sync library
- [LiteDB](https://www.litedb.org/) - Single-file database
- [MUI](https://mui.com/material-ui/getting-started/overview/) - Dashboard UI library
- [Nivo](https://nivo.rocks/) - Dashboard Chart Library
- [PowerShell SDK](https://github.com/powershell/powershell) - PowerShell Hosting and Cmdlets
- [React Query](https://react-query-v3.tanstack.com/) - Admin console HTTP query library
- [Wix Toolset](https://wixtoolset.org/) - MSI Installer toolset

## Utilities

- [Dashboard Utilities](https://github.com/ironmansoftware/dashboard-utils) - PowerShell module of dashboard utilities.
- [Read-IronmanSoftwareLicenseFile](https://github.com/DataTraveler1/Read-IronmanSoftwareLicenseFile) - Renders an Ironman Software license file into human readable format

## Windows

- [Windows System Information Template](https://ironmansoftware.com/powershell-universal/templates/template/Windows%20System%20Information) - Dashboard that lists processes, services, event log, network information, temperatures, uptime, operating system information and more.
- [Service API Template](https://ironmansoftware.com/powershell-universal/templates/template/Service%20API) - API Endpoints to manage Windows services.