Get-ConfluenceContext¶
SYNOPSIS¶
Get a stored Confluence credential profile.
SYNTAX¶
Single (Default)¶
Get-ConfluenceContext [-Name <string>]
List¶
Get-ConfluenceContext [-ListAvailable]
ALIASES¶
This cmdlet has the following aliases, {{Insert list of aliases}}
DESCRIPTION¶
Returns the named context, the default context, or (with -ListAvailable) all stored Confluence contexts. The token remains a SecureString.
EXAMPLES¶
EXAMPLE 1¶
Get-ConfluenceContext
Returns the current default context.
PARAMETERS¶
-ListAvailable¶
Return every Confluence context stored in the vault.
Type: System.Management.Automation.SwitchParameter
DefaultValue: False
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: List
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-Name¶
The context name to return. Defaults to the current default context.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: Single
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
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.
INPUTS¶
OUTPUTS¶
System.Management.Automation.PSObject¶
{{ Fill in the Description }}