Domain Detective

API Reference

Class

CmdletTestWebsite

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Test", "DDWebsite", DefaultParameterSetName = "Domain") Alias(["Test-Website"])

Runs both web certificate and HTTPS security checks.

Inheritance

Constructors

Methods

ProcessRecordAsync() #

Runs certificate and HTTPS security checks.

Returns

A task that represents the asynchronous operation.

Fields

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

Domain(s) to analyze.

public Int32 Port #
Parameter(Mandatory = false)

HTTPS port number.

public SwitchParameter SkipRevocation #
Parameter(Mandatory = false)

Skip certificate revocation checks.

{{ include "footer" }}