Skip to main content

ConvertFrom-MailAuthenticationRecordMx

SYNOPSIS​

A simple wrapper for Resolve-DnsName

SYNTAX​

ConvertFrom-MailAuthenticationRecordMx [-DomainName] <String> [[-DnsServerIpAddress] <IPAddress>]
[-QuickTimeout] [-NoHostsFile] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION​

Name                                     Type   TTL   Section    NameExchange                              Preference
---- ---- --- ------- ------------ ----------
microsoft.com MX 1731 Answer microsoft-com.mail.protection.outlook.com 10

EXAMPLES​

EXAMPLE 1​

ConvertFrom-MailAuthenticationRecordMx -DomainName "microsoft.com"

Returns MX records or "Failure to obtain record"

PARAMETERS​

-DomainName​

Domain name to check.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-DnsServerIpAddress​

DNS-server to use for lookup.

Type: IPAddress
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: 1.1.1.1
Accept pipeline input: False
Accept wildcard characters: False

-QuickTimeout​

Use a shorter timeout value for the DNS lookup.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-NoHostsFile​

Ignore hosts file for domain lookup.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction​

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters​

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS​

OUTPUTS​

System.Management.Automation.PSObject​

System.String​

NOTES​

https://maester.dev/docs/commands/ConvertFrom-MailAuthenticationRecordMx