Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.14 KB

File metadata and controls

27 lines (18 loc) · 1.14 KB

Domeneshop

Domeneshop is a PowerShell module for interacting with the Domeneshop API.

Status

The module provides a pre-1.0 API for storing Domeneshop credentials and working with domains, DNS records, HTTP forwards, dynamic DNS, and invoices. Command names and parameters may change before v1.0.0.

Installation

Install-PSResource -Name Domeneshop
Import-Module -Name Domeneshop

Commands

  • Authentication: Store credentials and select a default context.
  • Domains: List domains or retrieve one by ID.
  • DNS: List, add, update, and remove DNS records.
  • HTTP forwards: List, add, update, and remove forwards.
  • Dynamic DNS: Update a hostname with a supplied or detected address.
  • Invoices: List invoices or retrieve one by ID.

Documentation

Each public command includes PowerShell help. After importing the module, run Get-Help <CommandName> -Full for parameter details and examples.