New-UDTab
Creates a new tab.
Synopsis
Syntax
New-UDTab [[-Text] <String>] [-Content] <Endpoint> [[-Id] <String>] [-Dynamic] [[-Icon] <Object>] [-Disabled] [[-Style] <Hashtable>] [[-Sx] <Hashtable>] [<CommonParameters>]Description
Parameters
-Text
Required? false
Position? 1
Default value
Accept pipeline input? false
Aliases
Accept wildcard characters? false-Content
-Id
-Icon The Icon to display within the tab header.Required? falsePosition? 4Default valueAccept pipeline input? falseAliasesAccept wildcard characters? false -Disabled [<SwitchParameter>] Whether this tab is disabled.Required? falsePosition? namedDefault value FalseAccept pipeline input? falseAliasesAccept wildcard characters? false-StyleThe style to apply to the tab.Required? falsePosition? 5Default valueAccept pipeline input? falseAliasesAccept wildcard characters? false-SxA theme-specific style to apply to the tab.Required? falsePosition? 6Default valueAccept pipeline input? falseAliasesAccept wildcard characters? false <CommonParameters> This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
Last updated
Was this helpful?