For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add-UDElement

Adds an element to a parent element.

Synopsis

Adds an element to a parent element.

Syntax

Add-UDElement [-ParentId] <String> [-Content] <ScriptBlock> [-Broadcast] [<CommonParameters>]

Description

Adds an element to a parent element. This cmdlet may behave differently depending on the type of parent element.

Parameters

-ParentId

The parent element ID to add the item to.

Required?                    true
Position?                    1
Default value
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-Content

The content to add to the parent element.

Outputs

-------------------------- EXAMPLE 1 --------------------------

Last updated

Was this helpful?