Domain Detective

API Reference

Class

CmdletTestSecurityTXT

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

Retrieves security.txt information for a domain.

Inheritance

Remarks

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

Examples

Get security contacts.


Test-DDDomainSecurityTxt -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) ValidateNotNullOrEmpty ValidateDomainName

Domain(s) to query.

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

DNS server used for queries.

{{ include "footer" }}