Last active
October 3, 2020 11:32
-
-
Save stefanstranger/cb74f5d78d7f4111c6c66915bc89a35f to your computer and use it in GitHub Desktop.
Universal Dashboard Hello World Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$MyDashboard = New-UDDashboard -Title "Hello World" -Content { | |
New-UDCard -Title "Hello World - Universal Dashboard" | |
} | |
Start-UDDashboard -Port 8585 -Dashboard $MyDashboard -Name 'HelloDashboard' -Wait |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment