Skip to content

New-PWFList

Description

Create a list of data, numbered or not.

SYNTAX

New-PWFList -List [-Numbered <switch>]

EXAMPLES

EXAMPLE 1

New-PWFList -List "Test1","Test2"

EXAMPLE 2

New-PWFList -List $myarray -Numbered

PARAMETERS

-List

Your list from an object or manually created.

Type: Array
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Numbered

Change to a numbered list

Type: Switch
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False