Apps
KB0072 - UDDataGrid expands beyond the size of the screen
Scope This article applies to users creating apps within PowerShell Universal and using UDDataGrid. Problem The data grid does not have any defined size. It will expand to the size of its container. This could be elements such as the page itself, a ...
KB0056 - App Pages Are Missing After Service Restart
Affected Versions - PowerShell Universal 4.0.0 through 4.2.5 Problem When restarting the PowerShell Universal service, pages that were defined in Apps are no longer displayed in the admin console. The apps are still functional, but they cannot be ...
KB0044 - High memory usage in a long running, complex App
Problem Memory usage can grow continuously in a complex app that is either long running and\or very busy. Root Cause Apps maintain user state as the users interact with the app. This state includes variables that are set and event handlers that are ...
KB0043 - Configure CSS based on user or page
Problem As of version 4.0.x, PowerShell Universal only supports specifying CSS on the New-UDApp cmdlet via the -Stylesheet parameter. This parameter is global for the entire app and does not change based on user or page. Solution Include with ...
KB0035 - How to add the Calendar and other components
Purpose The purpose of this article is to demonstrate how to install and use the Calendar component (module) Background There is a growing list of add-on components (modules) for PowerShell Universal at ...
KB0021 - Unable to update Dashboard Pages in PowerShell Universal 3.6.4
Purpose Due to an issue with the client-side application in PowerShell Universal 3.6.4, you may experience a problem updating page content. When clicking the Save button, a toast message would be shown that states that a 400 HTTP error had occurred. ...
KB0015 - Offline PSU server has slow dashboards
Disclaimer Please be careful with changing any settings on your server around the Certificate Revocation List. You should only do this if you know what you are doing. Read the related Github articles (linked below) in their entirety. Symptom PSU ...
Dashboard does not start
Version: PowerShell Universal 2.x Problem: When attempting to start a dashboard, the dashboard either reports Start Failed or does not transition from Stopped. Root Cause and Resolution: There can be multiple root causes for this issue. Each root ...
Out-String doesn't work in Universal Dashboard
Product: PowerShell Universal - Any Version Issue: Out-String does not appear to work in PowerShell Universal Dashboard running in Windows PowerShell v5.1. You will receive empty strings when attempting to use Out-String. See the example below for ...