Domain Detective

API Reference

Class

CmdletTestDanglingCname

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

Checks for dangling CNAME records on a domain.

Inheritance

Remarks

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

Examples

Detect unclaimed CNAMEs.


Test-DDDnsDanglingCname -DomainName example.com
        

Constructors

Methods

ProcessRecordAsync() #

Checks for dangling CNAME entries on 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" }}