| external help file | DNSHealth-help.xml |
|---|---|
| Module Name | DNSHealth |
| online version | |
| schema | 2.0.0 |
Read DKIM record from DNS
Read-DkimRecord [-Domain] <String> [[-Selectors] <System.Collections.Generic.List`1[System.String]>]
[<CommonParameters>]
Validates DKIM records on a domain a selector
Read-DkimRecord -Domain example.com -Selector test
Domain to check
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSelector 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: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.