< Back

Set-BricksetSetOwned

Sun Jan 12, 2020 6:25 pm

NAME Set-BricksetSetOwned



SYNOPSIS

Set a Brickset Set to Owned status





SYNTAX

Set-BricksetSetOwned [-SetId] <String> [-QtyOwned] <Int32> [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Set a Brickset Set to Owned status. Include the number of sets owned.





PARAMETERS

-SetId <String>

Brickset SetId



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-QtyOwned <Int32>

Quantity Owned



Required? true

Position? 2

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

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.Number





OUTPUTS

None





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Set-BricksetSetOwned -SetId 26049 -QtyOwned 1













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-BricksetSet -SetNumber '7199-1' | Set-BricksetSetOwned -QtyOwned 1 -Confirm:$false















RELATED LINKS