PowerShell Universal
DownloadsIssuesDiscordForums
v1
v1
  • About
  • Get Started
    • Additional Resources
    • Installation
      • Docker
      • Upgrading
    • Licensing
    • System Requirements
    • Supported Browsers
    • Visual Studio Code Extension
  • Cmdlet Help
  • Examples
    • Active Directory
    • Hyper-V
    • Image Processing
    • Monitoring
    • PowerShell Protect
    • Slack
    • SQL
  • API
    • About
    • Development
    • Endpoints
    • Security
    • Error Handling
    • Rate Limiting
  • Automation
    • About
    • Development
    • Scripts
      • Parameters
    • Jobs
    • Schedules
    • Triggers
    • Variables
  • Dashboard
    • About
    • Development
    • Dashboards
      • Migrating From Universal Dashboard 2.9
      • Building Dashboards
      • Custom Variable Scopes
    • Frameworks
    • Components
      • Pages
      • Dynamic Regions
      • Element
      • Error Boundary
      • HTML
      • Building Custom Components
      • Data Display
        • Alert
        • Chip
        • Date and Time
        • Icon
        • List
        • Table
        • Tree View
        • Typography
      • Data Visualization
        • Charts
        • Map
      • Feedback
        • Backdrop
        • Modal
        • Progress
        • Skeleton
      • Inputs
        • Autocomplete
        • Button
        • Checkbox
        • Code Editor
        • Date Picker
        • Floating Action Button
        • Form
        • Radio
        • Select
        • Slider
        • Switch
        • Textbox
        • Time Picker
        • Upload
      • Navigation
        • Drawer
        • Stepper
        • Tabs
      • Layout
        • Grid Layout
        • Grid
        • Hidden
      • Utilities
        • Transitions
      • Surfaces
        • AppBar
        • Card
        • Paper
        • Expansion Panel
    • Interaction
    • Published Folders
    • Themes
      • Cascading Style Sheets
      • Styles
    • Scheduled Endpoints
    • Role Based Access
    • Marketplace
  • Platform
    • Cache
    • Monitoring
  • Configuration
    • About
    • API
    • Environments
    • Hosting
      • IIS
      • Single-File
    • Login Page
    • Management API
    • Settings
    • Security
      • App Tokens
      • OpenID Connect
      • WS-Federation
    • Running as a Service Account
    • Git
  • Debugging
    • Logging
    • Debugging Scripts
  • Changelog
  • Extension Changelog
  • Legacy Universal Dashboard Docs
Powered by GitBook

PowerShell Universal

  • Downloads
  • Pricing
  • Gallery

Community

  • Issues
  • Forums
  • Discord

Support

  • Portal
  • Knowledgebase

Copyright 2025 Ironman Software

On this page
  • Installing Components from the Gallery
  • Automatic Install from the Marketplace
  • Manual Install from the PowerShell Gallery
  • Publishing to the Universal Dashboard Marketplace

Was this helpful?

Edit on Git
Export as PDF
  1. Dashboard

Marketplace

The page shows how to use the Universal Dashboard marketplace.

PreviousRole Based AccessNextCache

Last updated 4 years ago

Was this helpful?

The is a PowerShell Gallery module aggregator. It synchronizes with the PowerShell Gallery on an hourly basis to find modules that can be used with Universal Dashboard.

Installing Components from the Gallery

Automatic Install from the Marketplace

Within PowerShell Universal, you can access the Universal Dashboard Marketplace by navigating to the Dashboard Components page and clicking the Marketplace button. This will allow you to browse the Marketplace for components for your dashboard. If you want to install a component, you can click the install button.

Once installed, the component will be listed on the Dashboard Components page.

image

To add the component to a dashboard, navigate to the Dashboard Dashboards page, click Info and go to the Components tab. On the top right, click the component button.

image

The drawer will show which components are already added and which components can be added. Click the add button to activate the component for the dashboard.

Manual Install from the PowerShell Gallery

You can install any of the components from the Marketplace by using the Install-Module or Save-Module cmdlets provided by PowerShellGet. Since the components are just listed on the PowerShell Gallery, you'll be able to use their module name during install.

Install-Module UniversalDashboard.Helmet

Depending on how the components were installed, you may need to import the module in your dashboard file.

import-Module UniversalDashboard.Helmet

Publishing to the Universal Dashboard Marketplace

You can follow the directions on the page on how to publish components to the Universal Dashboard Marketplace.

Universal Dashboard Marketplace
Building Custom Components