Get-ConfluenceConfig¶
SYNOPSIS¶
Get the Confluence module configuration.
SYNTAX¶
__AllParameterSets¶
Get-ConfluenceConfig [[-Name] <string>]
ALIASES¶
This cmdlet has the following aliases, {{Insert list of aliases}}
DESCRIPTION¶
Returns the whole configuration hashtable, or the value of a single named configuration item.
EXAMPLES¶
EXAMPLE 1¶
Get-ConfluenceConfig -Name 'DefaultContext'
Gets the DefaultContext value from the module configuration.
PARAMETERS¶
-Name¶
The configuration item to return. If omitted, the whole config is returned.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
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.