Skip to content

Get-BricksetSet

SYNOPSIS

Get Brickset Sets

SYNTAX

Get-BricksetSet [[-theme] <String>] [[-subTheme] <String>] [[-year] <Object>] [[-setNumber] <String>]
 [[-orderBy] <String>] [[-pageSize] <Int32>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Get Brickset Sets

EXAMPLES

EXAMPLE 1

Get-BricksetSet -Theme 'Indiana Jones' -Subtheme 'Temple of Doom'

EXAMPLE 2

Get-BricksetSet -Theme 'Indiana Jones' -Year 2009

EXAMPLE 3

Get-BricksetSet -SetNumber '7199-1'

EXAMPLE 4

Get-BricksetSet -Theme 'Indiana Jones' -OrderBy Pieces

PARAMETERS

-theme

Brickset Theme

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-subTheme

Brickset Subtheme

Type: String
Parameter Sets: (All)
Aliases:

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

-year

Year

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-setNumber

Lego Set Number in the format {number}-{variant}, e.g. 6905-1

Type: String
Parameter Sets: (All)
Aliases:

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

-orderBy

Specify Sort Order

Type: String
Parameter Sets: (All)
Aliases:

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

-pageSize

Specify how many records to return

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 6
Default value: 500
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String.

System.Int

OUTPUTS

System.Management.Automation.PSObject

NOTES