Domain Detective

API Reference

Class

CmdletTestAutoDiscover

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

Checks Autodiscover related DNS records.

Inheritance

Remarks

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

Examples

Verify Autodiscover setup.


Test-DDEmailAutoDiscover -DomainName example.com
        

Constructors

Methods

ProcessRecordAsync() #

Checks Autodiscover settings for the specified domain.

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 SwitchParameter IncludeEndpoints #
Parameter
{{ include "footer" }}