Skip to content

Get-DomeneshopContext

SYNOPSIS

Gets stored Domeneshop contexts.

SYNTAX

Get default (Default)

Get-DomeneshopContext

Get named

Get-DomeneshopContext -Context <string>

List available

Get-DomeneshopContext -ListAvailable

ALIASES

This cmdlet has the following aliases, {{Insert list of aliases}}

DESCRIPTION

Returns one or more contexts stored in the Domeneshop context vault.

EXAMPLES

EXAMPLE 1

Get-DomeneshopContext

Get the default Domeneshop context.

EXAMPLE 2

Get-DomeneshopContext -ListAvailable

List all stored Domeneshop credential contexts.

PARAMETERS

-Context

The name of a specific stored context.

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: Get named
  Position: Named
  IsRequired: true
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-ListAvailable

List every stored Domeneshop credential context.

Type: System.Management.Automation.SwitchParameter
DefaultValue: False
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: List available
  Position: Named
  IsRequired: true
  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

None

You can't pipe objects to Get-DomeneshopContext.

{{ Fill in the Description }}

OUTPUTS

System.Object

One or more stored Domeneshop contexts.

{{ Fill in the Description }}

System.Object

{{ Fill in the Description }}

NOTES

The configuration entry used to track the default is excluded from list output.