Disconnect-AlAppliance

SYNOPSIS

Disconnects from an App Layering Appliance previously connected to by Connect-AlAppliance.

SYNTAX

Disconnect-AlAppliance [-ConnectionId <Guid>] [<CommonParameters>]
<!--NeedCopy-->

DESCRIPTION

The Disconnect-AlAppliance cmdlet disconnects from an App Layering Appliance. If a ConnectionId is specified, the cmdlet will disconnect from it, otherwise it will disconnect from the last used connection.

EXAMPLES

Example 1

PS C:\> Disconnect-AlAppliance
<!--NeedCopy-->

This example disconnects from the last used App Layering Appliance.

Example 2

PS C:\> Disconnect-AlAppliance -ConnectionId '5ab65e6e-fcd0-4af5-8742-383f90cb46bf'
<!--NeedCopy-->

This example disconnects from the App Layering Appliance with the ConnectionId of “5ab65e6e-fcd0-4af5-8742-383f90cb46bf”.

PARAMETERS

-ConnectionId

Specifies the connection to the App Layering Appliance to use for this operation.

This is the GUID returned by Connect-AlAppliance.

If omitted, the GUID of the most recently used connection is used.

Type: Guid
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
<!--NeedCopy-->

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

None

OUTPUTS

NOTES

Disconnect-AlAppliance