Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

PowerShell Universal is the ultimate platform for building web-based IT tools.

License

Notifications You must be signed in to change notification settings

ironmansoftware/powershell-universal-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⭐ Please use our script repository instead

PowerShell Universal Components and Examples

PowerShell Universal is the ultimate platform for building web-based IT tools. This repository contains components and examples of PowerShell Universal implementations.

If you wish to open an issue in regards to the PowerShell Universal platform, please use the Ironman Software Issue Tracker.

Features

  • APIs - Build custom APIs with PowerShell
  • Automation - Execute, audit and schedule PowerShell scripts
  • Dashboard - Build webpages with PowerShell

Resources

About this repository

This repository contains purpose built Components for the Universal Dashboard v3.

Component Libraries

Active Directory

Universal Dashboard components for Active Directory.

Install-Module UniversalDashboard.ActiveDirectory
  • New-UDADPasswordResetForm
  • New-UDADRestoreDeletedUserTable

Universal Dashboard Azure components.

Install-Module UniversalDashboard.Azure
  • New-UDAzureAppInsightsCounter

Universal Dashboard Hyper-V components.

Install-Module UniversalDashboard.HyperV
  • New-UDHVVMWizard
  • New-UDHVVMCard

Monitoring

Universal Dashboard monitoring components.

Install-Module UniversalDashboard.Monitoring
  • New-UDPerformanceCounterGraph

Network

Universal Dashboard network components.

Install-Module UniversalDashboard.Network
  • New-UDPingForm

SQL

Universal Dashboard SQL components. Requires dbatools.

Install-Module UniversalDashboard.SQL
  • New-UDSQLTable
  • New-UDSQLQueryTool

Universal Dashboard components for Windows.

Install-Module UniversalDashboard.Windows
  • New-UDEventLogTable
  • New-UDProcessTable
  • New-UDServiceTable