Domain Detective

API Reference

Class

CmdletTestContactRecord

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Test", "DDDomainContactRecord", DefaultParameterSetName = "ServerName") Alias(["Test-DomainContact"])

Retrieves contact TXT information for a domain.

Inheritance

Remarks

Outputs a view object with full raw analysis attached at Raw.

Examples

Get contact details.


Test-DDDomainContactRecord -DomainName example.com
        

Constructors

Methods

ProcessRecordAsync() #

Retrieves contact information for the domain.

Returns

A task that represents the asynchronous operation.

Fields

public String[] DomainName #
Parameter(Mandatory = true, ParameterSetName = "ServerName", Position = 0) ValidateNotNullOrEmpty ValidateDomainName
public DnsEndpoint DnsEndpoint #
Parameter(Mandatory = false, ParameterSetName = "ServerName", Position = 1)
{{ include "footer" }}