
Dynamic forms in PowerShell Universal Dashboard
Aug 31, 2020 · With PowerShell Universal v1.3 and Universal Dashboard v3, you can create much more dynamic input controls than you could in previous versions of Universal …
Login Page | v4 | PowerShell Universal
The resulting app will look like this when loaded. After submitting the form, the following will be shown. Additionally, the passcode is cached into the server cache with Set-PSUCache. A URL …
Modal | PowerShell Universal
Modal component for Universal Apps.You can style modules using the -Style, -HeaderStyle, -ContentStyle and -FooterStyle parameters. Style is applied to the entire modal itself and the …
Components | PowerShell Universal
PowerShell Universal makes an effort to effectively provide all in-scope variables to event handlers. For example, the below would be natural use of a variable in a standard PowerShell …
Transfer List | PowerShell Universal
A transfer list (or "shuttle") enables the user to move one or more list items between lists.
Grid Layout | PowerShell Universal
Drag and drop layout designer.
Checkbox | PowerShell Universal
Check component for Universal AppsYou can use Get-UDElement to get the value of the checkbox. Get-UDElement will also return other properties of the checkbox component. The …
Select OnChange Update Card Contents - PowerShell Universal
Jun 30, 2022 · I am trying to update a card contents with the following code, but I do not think I have the write method of doing that, as it is not working. I did verify the OnChange is executing …
PowerShell Universal
PowerShell Universal Joins Devolutions I’m excited to announce that PowerShell Universal has officially joined Devolutions. Through this acquisition we will be able to scale PowerShell …
Textbox | PowerShell Universal
Textbox component for Universal AppsYou can create a multiline textbox by using the -Multiline parameter. Pressing enter will add a new line. You can define the number of rows and the max …