Skip to content

Get-DomeneshopDnsRecord

SYNOPSIS

Gets DNS records for a Domeneshop domain.

SYNTAX

List (Default)

Get-DomeneshopDnsRecord -DomainID <int> [-RecordHost <string>] [-Type <string>] [-Data <string>]
 [-Context <string>]

Get by ID

Get-DomeneshopDnsRecord -DomainID <int> -RecordID <int> [-Context <string>]

ALIASES

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

DESCRIPTION

Lists DNS records for a domain, or gets one DNS record by ID.

EXAMPLES

EXAMPLE 1

Get-DomeneshopDnsRecord -DomainID 42

List every DNS record for domain 42.

EXAMPLE 2

Get-DomeneshopDnsRecord -DomainID 42 -RecordID 7

Get DNS record 7 from domain 42.

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: ''

-Data

A record-data 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 the domain that owns the records.

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

-RecordHost

A hostname filter for list requests.

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

-RecordID

The numeric identifier of a specific DNS record.

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: ''

-Type

A DNS record type 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: ''

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-DomeneshopDnsRecord.

{{ Fill in the Description }}

OUTPUTS

System.Object

The matching Domeneshop DNS records.

{{ Fill in the Description }}

System.Object

{{ Fill in the Description }}

NOTES

Uses the default context when Context is omitted.