Domain Detective

API Reference

Class

CmdletGetFlattenedSpfIp

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Get", "DDDomainFlattenedSpfIp", DefaultParameterSetName = "ServerName") Alias(["Get-DomainFlattenedSpfIp"]) OutputType([typeof(FlattenedSpfResult)])

Retrieves flattened SPF IP analysis for a domain.

Inheritance

Examples

Get flattened SPF IPs.


Get-DDDomainFlattenedSpfIp -DomainName example.com
        

Constructors

Methods

ProcessRecordAsync() #

Performs SPF verification and outputs flattened IP analysis.

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 String TestSpfRecord #
Parameter(Mandatory = false)
{{ include "footer" }}