Skip to content

Get-DomeneshopDomain

SYNOPSIS

Lists Domeneshop domains.

SYNTAX

List (Default)

Get-DomeneshopDomain [-Domain <string>] [-Context <string>]

Get by ID

Get-DomeneshopDomain -DomainID <int> [-Context <string>]

ALIASES

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

DESCRIPTION

Uses the stored Domeneshop context credentials and calls the /domains endpoint.

EXAMPLES

EXAMPLE 1

Get-DomeneshopDomain

EXAMPLE 2

Get-DomeneshopDomain -Domain '.no'

List domains ending in .no.

PARAMETERS

-Context

The stored credential context to use instead of the default.

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

-Domain

A domain-name filter for list requests.

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

-DomainID

The numeric identifier of a specific domain.

Type: System.Int32
DefaultValue: 0
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: Get by ID
  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-DomeneshopDomain.

{{ Fill in the Description }}

OUTPUTS

System.Object

The matching Domeneshop domain records.

{{ Fill in the Description }}

System.Object

{{ Fill in the Description }}

NOTES

Uses the default context when Context is omitted.