Hello @MaCCa hope you keeping well man…ok I am not on PU just yet, but from the cmdlet name I know that one exists in UD, and sure there is help so out of curiosity I tried:-
PS C:\Users\Adz> help new-udelement
NAME
New-UDElement
SYNOPSIS
Create new HTML and JavaScript elements.
SYNTAX
New-UDElement [-ArgumentList <Object[]>] [-Attributes <Hashtable>] [-AutoRefresh] [-Content <ScriptBlock>] [-Endpoint <ScriptBlock>] [-Id <String>] [-OnMount <String>]
[-RefreshInterval <Int32>] -Tag <String> [<CommonParameters>]
New-UDElement [-ArgumentList <Object[]>] [-AutoRefresh] [-ComponentName <String>] [-Endpoint <ScriptBlock>] [-Id <String>] -JavaScriptPath <String> [-ModuleName <String>]
[-Properties <Hashtable>] [-RefreshInterval <Int32>] [<CommonParameters>]
DESCRIPTION
Create new HTML and JavaScript elements. Create static and dynamic components.
RELATED LINKS
Online Version: https://github.com/ironmansoftware/universal-dashboard/blob/master/src/UniversalDashboard/Help/New-UDElement.md
REMARKS
To see the examples, type: "get-help New-UDElement -examples".
For more information, type: "get-help New-UDElement -detailed".
For technical information, type: "get-help New-UDElement -full".
For online help, type: "get-help New-UDElement -online"
So it would seem in UD there is help associated, however trying
https://docs.ironmansoftware.com/?q=new-udelement
didn’t give me any exact examples of the cmdlet but did show it in use with other cmdlets. So not sure if it is @adam plan to have documentation for old UD commands stored on the original site like here:-
which explains new-udelement, or if everything will be moved to the new site? Just for clarification you cool to bullet point or list the other commands you cannot find help for. Thanks