< Back

Disconnect-Brickset

Sun Jan 12, 2020 6:16 pm

NAME Disconnect-Brickset



SYNOPSIS

Disconnect from the Brickset API





SYNTAX

Disconnect-Brickset [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Disconnect from the Brickset API by removing the global BricksetConnection variable from PowerShell





PARAMETERS

-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



OUTPUTS



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



PS C:\\>Disconnect-Brickset













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



PS C:\\>Disconnect-Brickset -Confirm:$false















RELATED LINKS