Skip to content

Instantly share code, notes, and snippets.

@adamdriscoll
Created April 10, 2018 18:30
Show Gist options
  • Save adamdriscoll/0117c2081681947023b7be5e80a548cb to your computer and use it in GitHub Desktop.
Save adamdriscoll/0117c2081681947023b7be5e80a548cb to your computer and use it in GitHub Desktop.
Creates the dashboard used in Out-UDGridView
$Dashboard = New-UDDashboard -Title $Title -Content {
New-UDGrid -Headers $headers -Properties $Properties -Endpoint {
$FormattedItems | Out-UDGridData
}
}
Get-UDDashboard -Name "OutUDGridView" | Stop-UDDashboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment