< Back

Get-BricksetRecentlyUpdatedSet

Sun Jan 12, 2020 6:18 pm

NAME Get-BricksetRecentlyUpdatedSet



SYNOPSIS

Get Brickset Sets that have recently changed





SYNTAX

Get-BricksetRecentlyUpdatedSet -HoursAgo <Int32> [<CommonParameters>]



Get-BricksetRecentlyUpdatedSet -DaysAgo <Int32> [<CommonParameters>]



Get-BricksetRecentlyUpdatedSet -WeeksAgo <Int32> [<CommonParameters>]



Get-BricksetRecentlyUpdatedSet -MonthsAgo <Int32> [<CommonParameters>]





DESCRIPTION

Get Brickset Sets that have recently changed





PARAMETERS

-HoursAgo <Int32>

Number of hours to search back for



Required? true

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-DaysAgo <Int32>

Number of days to search back for



Required? true

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-WeeksAgo <Int32>

Number of weeks to search back for



Required? true

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-MonthsAgo <Int32>

Number of months to search back for



Required? true

Position? named

Default value 0

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-BricksetRecentlyUpdatedSet -DaysAgo 5















RELATED LINKS