< Back
Get-BricksetSetDetailed
Post
NAME Get-BricksetSetDetailed
SYNOPSIS
Get Brickset Set Detailed
SYNTAX
Get-BricksetSetDetailed [[-SetId] <String>] [<CommonParameters>]
DESCRIPTION
Get Brickset Set with detailed info
PARAMETERS
-SetId <String>
Brickset SetId (not the Lego Set Number)
Required? false
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
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.
OUTPUTS
Brickset.sets
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-BricksetSetDetailed -SetId 6905
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-BricksetSet -Theme 'Indiana Jones' | Get-BricksetSetDetailed
RELATED LINKS
SYNOPSIS
Get Brickset Set Detailed
SYNTAX
Get-BricksetSetDetailed [[-SetId] <String>] [<CommonParameters>]
DESCRIPTION
Get Brickset Set with detailed info
PARAMETERS
-SetId <String>
Brickset SetId (not the Lego Set Number)
Required? false
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
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.
OUTPUTS
Brickset.sets
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-BricksetSetDetailed -SetId 6905
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-BricksetSet -Theme 'Indiana Jones' | Get-BricksetSetDetailed
RELATED LINKS