Domain Detective

API Reference

Class

CmdletGetWhoisInfo

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Get", "DDDomainWhois", DefaultParameterSetName = "ServerName") Alias(["Get-DomainWhois"])

Retrieves WHOIS information for the specified domain.

Inheritance

Examples

Get WHOIS details.


Get-DDDomainWhois -DomainName example.com
        

Constructors

Methods

ProcessRecordAsync() #

Retrieves WHOIS data and optionally stores snapshots.

Returns

A task that represents the asynchronous operation.

Fields

public String[] DomainName #
Parameter(Mandatory = true, ParameterSetName = "ServerName", Position = 0, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true) ValidateNotNullOrEmpty ValidateDomainName
public DnsEndpoint DnsEndpoint #
Parameter(Mandatory = false, ParameterSetName = "ServerName", Position = 1)
public String SnapshotPath #
Parameter(Mandatory = false)
public SwitchParameter Diff #
Parameter(Mandatory = false)
public SwitchParameter FollowReferral #
Parameter(Mandatory = false)
public Int32 MaxReferralDepth #
Parameter(Mandatory = false)
{{ include "footer" }}