For the complete documentation index, see llms.txt. This page is also available as Markdown.

Disconnect-HubAccount

Synopsis

Disconnect from Devolutions Cloud

Syntax

__AllParameterSets

Disconnect-HubAccount [-ApplicationKey <string>] [-All] [<CommonParameters>]

Description

If ApplicationKey is provided, disconnect and remove PSHubContext from PowerShell session. If All is provided, disconnect and remove all PSHubContext from PowerShell session.

Examples

Example 1

PS C:\> Disconnect-HubAccount -All

Disconnect all Devolutions Cloud accounts and remove all PSHubContext.

Example 2

PS C:\> Disconnect-HubAccount -ApplicationKey "24526a88-7f18-4356-95bd-11690f7bc59b;468ce2d5-ea4b-42ff-bc02-d93c71b4e554"

Disconnect the Devolutions Cloud account associated with the application key. The PSHubContext will also be removed.

Parameters

-All

Disconnect all Devolutions Cloud context

-ApplicationKey

Disconnect a particular connected Devolutions Cloud context

CommonParameters

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

Notes

For more information, type "Get-Help Disconnect-HubAccount -detailed". For technical information, type "Get-Help Disconnect-HubAccount -full".

Last updated

Was this helpful?