Get-EXOEmailSecuritySettings
Module: MO_Module
Applies to: Exchange Online
Use the Get-EXOEmailSecuritySettings function to view the current SPF, DKIM, and DMAC settings of an Exchange online tenant.
Get-EXOEmailSecuritySettings
SYNOPSIS
Present the current Email Security Settings of an o365 tenant.
SYNTAX
Get-EXOEmailSecuritySettings [[-AcceptedDomains] <Object>] [<CommonParameters>]
DESCRIPTION
Shows the: SPF, DKIM, and DMAC settings of a tenant. This function confirms the status of these settings in order to review if the different e-mail security settings have been enabled and/or are configured.
EXAMPLES
EXAMPLE 1
Get-EXOEmailSecuritySettings
Gets the currently logged in tenant settings.
EXAMPLE 2
Get-EXOEmailSecuritySettings -AcceptedDomains contoso.com
Gets the contoso.com in tenant settings.
PARAMETERS
-AcceptedDomains
{{ Fill AcceptedDomains Description }}
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: $(Get-AcceptedDomain)
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.
NOTES
Creator: Matt Fields - PFE Updated: Mike O'Neill - PFE
Version 1.0 - created code and functioned up for repeatable usage.