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

Set-UDElement

Set properties of an element.

Synopsis

Set properties of an element.

Syntax

Set-UDElement [-Id] <String> [[-Properties] <Hashtable>] [-Broadcast] [[-Content] <ScriptBlock>] [<CommonParameters>]

Description

Set the properties of an element.

Parameters

-Id

The element to set properites on.

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

-Properties

The properties to set in the form of a hashtable.

-Content

Content to set within the element.

Outputs

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

Last updated

Was this helpful?