< Back
Get-BricksetSet
Post
NAME Get-BricksetSet
SYNOPSIS
Get Brickset Sets
SYNTAX
Get-BricksetSet [[-Theme] <String>] [[-Subtheme] <String>] [[-Year] <Object>] [[-SetNumber] <String>] [[-OrderBy]
<String>] [[-PageSize] <Int32>] [<CommonParameters>]
DESCRIPTION
Get Brickset Sets
PARAMETERS
-Theme <String>
Brickset Theme
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Subtheme <String>
Brickset Subtheme
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Year <Object>
Year
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-SetNumber <String>
Lego Set Number in the format {number}-{variant}, e.g. 6905-1
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
-OrderBy <String>
Specify Sort Order
Required? false
Position? 5
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PageSize <Int32>
Specify how many records to return
Required? false
Position? 6
Default value 1000
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String.
System.Int
OUTPUTS
Brickset.sets
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-BricksetSet -Theme 'Indiana Jones' -Subtheme 'Temple of Doom'
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-BricksetSet -Theme 'Indiana Jones' -Year 2009
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-BricksetSet -SetNumber '7199-1'
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>Get-BricksetSet -Theme 'Indiana Jones' -OrderBy Pieces
RELATED LINKS
SYNOPSIS
Get Brickset Sets
SYNTAX
Get-BricksetSet [[-Theme] <String>] [[-Subtheme] <String>] [[-Year] <Object>] [[-SetNumber] <String>] [[-OrderBy]
<String>] [[-PageSize] <Int32>] [<CommonParameters>]
DESCRIPTION
Get Brickset Sets
PARAMETERS
-Theme <String>
Brickset Theme
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Subtheme <String>
Brickset Subtheme
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Year <Object>
Year
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-SetNumber <String>
Lego Set Number in the format {number}-{variant}, e.g. 6905-1
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
-OrderBy <String>
Specify Sort Order
Required? false
Position? 5
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PageSize <Int32>
Specify how many records to return
Required? false
Position? 6
Default value 1000
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String.
System.Int
OUTPUTS
Brickset.sets
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-BricksetSet -Theme 'Indiana Jones' -Subtheme 'Temple of Doom'
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-BricksetSet -Theme 'Indiana Jones' -Year 2009
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-BricksetSet -SetNumber '7199-1'
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>Get-BricksetSet -Theme 'Indiana Jones' -OrderBy Pieces
RELATED LINKS