< Back

Set-BricksetSetUserNotes

Sun Jan 12, 2020 6:26 pm

NAME Set-BricksetSetUserNotes



SYNOPSIS

Set the User Notes for a Brickset Set.





SYNTAX

Set-BricksetSetUserNotes [-SetId] <String> [-Notes] <String> [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Set the User Notes for a Brickset Set.





PARAMETERS

-SetId <String>

Brickset SetId



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Notes <String>

200 chars of text to add to the User Notes field of a Set



Required? true

Position? 2

Default value

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





OUTPUTS

None





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



PS C:\\>Set-BricksetSetUserNotes -SetId 26049 -Notes "This is one of my favourites"













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



PS C:\\>Get-BricksetSet -SetNumber '7199-1' | Set-BricksetSetUserNotes -Notes "This is one of my favourites"

-Confirm:$false















RELATED LINKS