< Back
Get-BricksetYear
Post
NAME Get-BricksetYear
SYNOPSIS
Get Brickset Years for a given Theme
SYNTAX
Get-BricksetYear [-Theme] <String> [<CommonParameters>]
DESCRIPTION
Get Brickset Years for a given Theme
PARAMETERS
-Theme <String>
Brickset Theme
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, 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.years
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-BricksetYear -Theme 'Indiana Jones'
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-BricksetThemes | Where-Object {$_.Theme -eq 'Indiana Jones'} | Get-BricksetYear
RELATED LINKS
SYNOPSIS
Get Brickset Years for a given Theme
SYNTAX
Get-BricksetYear [-Theme] <String> [<CommonParameters>]
DESCRIPTION
Get Brickset Years for a given Theme
PARAMETERS
-Theme <String>
Brickset Theme
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, 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.years
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-BricksetYear -Theme 'Indiana Jones'
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-BricksetThemes | Where-Object {$_.Theme -eq 'Indiana Jones'} | Get-BricksetYear
RELATED LINKS