├── README.md └── SUMMARY.md /README.md: -------------------------------------------------------------------------------- 1 | # No Longer Supported 2 | 3 | Universal Dashboard is no longer supported. PowerShell Universal contains the same dashboarding features as UD. It also features: 4 | 5 | - HTTP Endpoints 6 | - Scripts and Scheduling 7 | - In-Browser Terminals 8 | - Triggered Events 9 | - Multiple Environment Support 10 | - Secret and Variable Management 11 | - Module Management 12 | - Robust Authentication and Authorization 13 | - Cross-platform support 14 | 15 | [Learn More](https://docs.powershelluniversal.com/) -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- 1 | # Table of contents 2 | 3 | * [Introduction](README.md) 4 | --------------------------------------------------------------------------------