Microsoft Exchange Server

How to Configure Accepted domain Settings in Exchange 2013.

In this article, I am going to Configure Accepted domain Settings in Microsoft Exchange Server 2013

Accepted Domain Settings Exchange 2013

1- Open Exchange admin center > click mail flow > click on accepted domains and then click the + symbol to create a new accepted domain.

exchange 2013 accepted domain

2- Type a name, type the FQDN domain in the accepted domain (xpertstec.com) and then click Save.

exchange 2013 new accepted domain

3- So, you have a new accepted domain.
To change the default domain highlight the new domain and then click the edit icon.

exchange 2013 accepted domain

4- Select the box Make this the default domain and then click on Save.

make this the default domain

5- Now you can see the default domain changed.

exchange admin center 2013

6- Configure the accepted domain in the server 2013 PowerShell command.
New-AcceptedDomain

New-AcceptedDomain -DomainName xpertstec.com -Name xpertstec.com -DomainType Authoritative
Set-AcceptedDomain

Set-AcceptedDomain -Identity xpertstec.com -MakeDefault $true
Get-AcceptedDomain

configure accepted domain powershell command

For more details click here

Jamil Parvez

Jamil Pervez works as a Network Administrator, based in Kuwait with a Primary focus on Microsoft technologies. Microsoft Certified MCSE, MCTP, MCITP, CCNP, CCIP, CCVP with 20 years of experience in administering Windows Servers, Exchange, VMWare, Veeam B&R, Veritas BackupExec.

Related Articles

Leave a Reply

Back to top button