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

New-UDTransferListItem

Creates an item for use in a transfer list.

Synopsis

Creates an item for use in a transfer list.

Syntax

New-UDTransferListItem [-Name] <String> [-Value] <String> [-Disabled] [<CommonParameters>]

Description

Creates an item for use in a transfer list.

Parameters

-Name

The display name of the item.

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

-Value

The value of the item.

Last updated

Was this helpful?