Skip to content

Latest commit

 

History

History
71 lines (52 loc) · 1.27 KB

Read-DkimRecord.md

File metadata and controls

71 lines (52 loc) · 1.27 KB
external help file Module Name online version schema
DNSHealth-help.xml
DNSHealth
2.0.0

Read-DkimRecord

SYNOPSIS

Read DKIM record from DNS

SYNTAX

Read-DkimRecord [-Domain] <String> [[-Selectors] <System.Collections.Generic.List`1[System.String]>]
 [<CommonParameters>]

DESCRIPTION

Validates DKIM records on a domain a selector

EXAMPLES

EXAMPLE 1

Read-DkimRecord -Domain example.com -Selector test

PARAMETERS

-Domain

Domain to check

Type: String
Parameter Sets: (All)
Aliases:

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

-Selectors

Selector records to check

Type: System.Collections.Generic.List`1[System.String]
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: @()
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

NOTES

RELATED LINKS