Disconnect-Portainer
SYNOPSIS
SYNTAX
Disconnect-Portainer [[-Session] <PortainerSession>] [<CommonParameters>]
DESCRIPTION
Disconnect and cleanup session configuration
EXAMPLES
EXAMPLE 1
Disconnect-Portainer
Disconnect from the default portainer session
EXAMPLE 2
Disconnect-Portainer -Session $Session
Disconnect the specified session
PARAMETERS
-Session
Defines a PortainerSession object that will be disconnected and cleaned up.
Type: PortainerSession
Parameter Sets: (All)
Aliases:
Required: False
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
RELATED LINKS
EDIT THIS DOC
This page was auto-generated from the powershell command comment based help. To edit the content of this page, update the script file comment based help on github Github