New-UDDashboard
Creates a new dashboard.
Synopsis
Syntax
New-UDDashboard [-Title <String>] [-Pages <DashboardPage[]>] [-Theme <Hashtable>] [-Scripts <String[]>] [-Stylesheets <String[]>] [-Logo <String>] [-DefaultTheme <String>] [-DisableThemeToggle] [-HeaderPosition <String>] [-HeaderColor <DashboardColor>] [-HeaderBackgroundColor <DashboardColor>] [-NavigationLayout <String>] [-Navigation <Hashtable[]>] [-HideUserName] [-HideNavigation] [-LoadNavigation <Endpoint>] [-HeaderContent <Endpoint>] [-PageNotFound <Endpoint>] [-NotAuthorized <Endpoint>] [-SessionTimeoutModal <ScriptBlock>] [-Menu <Endpoint>] [<CommonParameters>]
New-UDDashboard [-Title <String>] -Content <Endpoint> [-Theme <Hashtable>] [-Scripts <String[]>] [-Stylesheets <String[]>] [-Logo <String>] [-DefaultTheme <String>] [-DisableThemeToggle] [-HeaderPosition <String>] [-HeaderColor <DashboardColor>] [-HeaderBackgroundColor <DashboardColor>] [-NavigationLayout <String>] [-Navigation <Hashtable[]>] [-HideUserName] [-HideNavigation] [-LoadNavigation <Endpoint>] [-HeaderContent <Endpoint>] [-PageNotFound <Endpoint>] [-NotAuthorized <Endpoint>] [-SessionTimeoutModal <ScriptBlock>] [-Menu <Endpoint>] [<CommonParameters>]Description
Parameters
-Title
Required? false
Position? named
Default value PowerShell Universal
Accept pipeline input? false
Aliases
Accept wildcard characters? false-Content
-Pages <DashboardPage[]>
-Theme
-Scripts <String[]>
-Stylesheets <String[]>
-Logo
-DefaultTheme
-HeaderPosition
-HeaderColor
-HeaderBackgroundColor
-NavigationLayout
-Navigation <Hashtable[]>
-LoadNavigation
-HeaderContent
-PageNotFound
-NotAuthorized
-SessionTimeoutModal
-Menu
Outputs
Last updated
Was this helpful?