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: None
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โ
RELATED LINKSโ
https://maester.dev/docs/commands/ConvertFrom-MailAuthenticationRecordMx