Skip to content

Instantly share code, notes, and snippets.

@stefanstranger
Last active October 3, 2020 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanstranger/cb74f5d78d7f4111c6c66915bc89a35f to your computer and use it in GitHub Desktop.
Save stefanstranger/cb74f5d78d7f4111c6c66915bc89a35f to your computer and use it in GitHub Desktop.
Universal Dashboard Hello World Example
$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