Domain Detective

API Reference

Class

CmdletTestIPNeighbor

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Test", "DDNetworkIpNeighbor", DefaultParameterSetName = "ServerName") Alias(["Test-NetworkIpNeighbor"]) OutputType([typeof(IpNeighborInfo)])

Lists domains hosted on the same IP.

Inheritance

Remarks

Returns a unified IpNeighborInfo view including total addresses and neighbor domain counts. Raw exposes the full IPNeighborAnalysis.

Examples

Check IP neighbors.


Test-DDNetworkIpNeighbor -DomainName example.com
        

Constructors

Methods

ProcessRecordAsync() #

Executes the cmdlet operation.

Returns

A Task representing the asynchronous operation.

Fields

public String[] DomainName #
Parameter(Mandatory = true, ParameterSetName = "ServerName", Position = 0, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true) ValidateNotNullOrEmpty ValidateDomainName

Domain(s) to query.

public DnsEndpoint DnsEndpoint #
Parameter(Mandatory = false, ParameterSetName = "ServerName", Position = 1)

DNS server used for queries.

public SwitchParameter IncludeMX #
Parameter(Mandatory = false)

Include MX host neighbor analysis.

{{ include "footer" }}