Skip to content

Switch-B1ConnectionProfile

SYNOPSIS

This function is used to switch between saved BloxOne connection profiles.

SYNTAX

Switch-B1ConnectionProfile [-Name] <String> [<CommonParameters>]

DESCRIPTION

Connection profiles provide a convenient way of saving API Keys for multiple BloxOne Accounts, with the ability to quickly switch between them.

EXAMPLES

EXAMPLE 1

Switch-NCP Dev

Dev has been set as the active BloxOne connection profile.

EXAMPLE 2

Switch-B1ConnectionProfile Test

Test has been set as the active BloxOne connection profile.

PARAMETERS

-Name

Specify the connection profile name to switch to. This field supports tab completion.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES