Category: Microsoft Exchange Server

Microsoft Exchange Server

  • How to configure Receive connector in Exchange 2013.

    How to configure Receive connector in Exchange 2013.

    In this guide, I am going to configure Receive connector in Exchange server 2013

    Receive Connector Exchange 2013

    1- Log on Exchange admin center > click mail flow > click receive connectors > click the Default Frontend server name and then click edit.

    create receive connector exchange 2013

    2- Exchange server 2013 receive connector General Settings.

    default frontend exchange 2013

    3- Security Default Settings receive a connector.

    default frontend security exchange 2013

    4- Select scoping and scroll to the bottom of the window and update our FQDN and then click save.

    buy singulair generic https://infobuyblo.com/singulair.html over the counter

    default frontend scoping exchange 2013

    For more details so click here

  • How to configure Email address policies Setup in Exchange 2013.

    How to configure Email address policies Setup in Exchange 2013.

    In this blog, I will explain how to configure Email address policies Setup in Microsoft Exchange Server 2013.

    Email Address Policies Exchange 2013

    1- Login Exchange admin center > click mail flow > click on email address policies and then click the + icon to create a new email address policy.

    exchange admin center 2013

    2- Type a name in a Policy name (xpertstec email policy) then click the + icon to specify the email address format.

    exchange 2013 new email address policy

    3- Select an accepted domain name in my case I am selecting (xpertstec.com) and then click on Save.

    exchange 2013 email address format

    4- Confirm the settings and then click Save.

    new email address policy

    5- The policy is not active yet warning message, then click ok.

    exchange 2013 email address policy

    6- Select the newly created email address policy and click Apply.

    apply email address policy

    7- Click Yes.

    applying this email address policy

    8- The email address policy successful applied, click close.

    exchange 2013 email address policy applied

    9- Now you will see the email address policy has been applied.

    exchange admin center

    For more information visit Microsoft

  • How to Configure Accepted domain Settings in Exchange 2013.

    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.

    edit 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

  • How to change the user login from domain name username to just username in Exchange 2013.

    How to change the user login from domain name username to just username in Exchange 2013.

    Change the user login from domain name username to just username in Microsoft Exchange Server 2013

    User Login from Domain to only username Exchange 2013

    exchange admin center user domain login

    1- Log on Exchange admin center > select Servers > to select Virtual Directories > Select OWA (Default Web Site) and then click the Edit button.

    exchange admin center virtual directory

    2- Select Authentication > Select User name only and then click the Browse button.

    exchange 2013 owa authentication settings user domain login

    3- Select the domain and then click ok.

    owa authentication local domain user domain login

    4- Click Save.

    exchange 2013 owa authentication settings

    5- IIS restart warning message appears, click ok.

    change owa login options warning iis restart

    6- Open command prompt and run the following command.

    iisreset /noforce

    iisreset noforce command

    7- Log on Exchange admin center > select Servers > select Virtual Directories > Select ECP (Default Web Site) and click Edit button.

    exchange admin center virtual directory

    8- Select authentication > check Use forms-based authentication and click Save.

    exchange 2013 ecp authentication settings

    9- Now you can sign in without a domain name.

    exchange 2013 ecp login

    For more information click here

  • How to configure Outlook Anywhere in Exchange server 2013.

    How to configure Outlook Anywhere in Exchange server 2013.

    In this article, I will configure Outlook Anywhere in Microsoft Exchange Server 2013

    Outlook Anywhere Exchange 2013

    Outlook Anywhere PowerShell command.

    Set-OutlookAnywhere -Identity “Exch2013-1\RPC (Default Web Site)” -ExternalHostname mail.xpertstec.com -InternalHostname mail.xpertstec.com -ExternalClientsRequireSsl $true -InternalClientsRequireSsl $true -DefaultAuthenticationMethod NTLM

    To confirm this alteration type the subsequent . you ought to receive an output almost like that below.

    Get-OutlookAnywhere | Select Server,ExternalHostname,Internalhostname | fl

    Exchange Admin Center 2013 > select Servers > select Servers > Select your exchange server (EXCH2013-1) and then click the edit button.

    exchange admin center 2013

    Select Outlook Anywhere, type Internal & External URL and then click on Save.

    exchange 2013 outlook anywhere

    For you need more information then click here

  • Virtual Directories Configure External and Internal URL in Exchange 2013.

    Virtual Directories Configure External and Internal URL in Exchange 2013.

    Virtual Directories Configure External and Internal URL in Microsoft Exchange Server 2013.

    Virtual Directories Exchange 2013

    Open Exchange Admin Center.

    1- Select Servers > Virtual Directory and then select the External Access Domain settings button.

    exchange admin center virtual directory

    2- On the configure external access domain then click the add + button.

    exchange 2013 external access domain

    3- Select the Exchange 2013 server(s) you wish to configure external URLs on, Then click Add button, once you have all the required servers then click ok.

    In my Labe, I will be able to just be configuring Exch2013-1 but you’ll select as many servers as you wish.

    exchange 2013 configure external access domain

    4- Enter the domain name you wish to use externally. In my case I want our external users to go to mail.xpertstec.com, then click Save.

    exchange 2013 external access domain

    5- This may take some time. Once complete so click close.

    access domain

    ECP Virtual Directory Exchange 2013

    Set-ECPVirtualDirectory

    Set-ECPVirtualDirectory –Identity “ECP (default web site)” -ExternalURL “https://mail.xpertstec.com/ECP”
    Set-ECPVirtualDirectory –Identity “ECP (default web site)” -InternalURL https://mail.xpertstec.com/ECP”

    Exchange Admin Center 2013 > select Servers > select Virtual Directories > select ecp (Default Web Site) and then click edit pin button.

    exchange 2013 virtual directory

    Select the General tab, type Internal & External URL and then click save.

    exchange 2013 virtual directory ecp

    OWA Virtual Directory Exchange 2013

    Set-OwaVirtualDirectory

    Set-OWAVirtualDirectory –Identity “OWA (default web site)” -ExternalURL “https://mail.xpertstec.com/OWA”
    Set-OWAVirtualDirectory –Identity “OWA (default web site)” -InternalURL “https://mail.xpertstec.com/OWA”

    Exchange Admin Center 2013 > select Servers > select Virtual Directories > Select owa (Default Web Site) and then click the edit pin button.

    exchange admin center

    Select the General tab, type Internal & External URL and then click Save.

    exchange 2013 virtual directory owa

    ACTIVESYNC Virtual Directory.

    Set-ActiveSyncVirtualDirectory

    Set-ActiveSyncVirtualDirectory –Identity “Microsoft-Server-ActiveSync (default web site)” -ExternalURL “https://mail.xpertstec.com/Microsoft-Server-ActiveSync”
    Set-ActiveSyncVirtualDirectory –Identity “Microsoft-Server-ActiveSync (default web site)” -InternalURL https://mail.xpertstec.com/Microsoft-Server-ActiveSync

    Admin Center 2013 > select Servers > select Virtual Directories > Select Microsoft Server ActiveSync (Default Web Site) and then click edit pin button.

    exchange 2013 virtual directory

    Select the General tab, type Internal & External URL and then click Save.

    exchange 2013 virtual directory activesync

    OAB Virtual Directory

    Set-OABVirtualDirectory
    Set-OABVirtualDirectory –Identity “OAB (default web site)” -ExternalURL “https://mail.xpertstec.com/OAB”
    Set-OABVirtualDirectory –Identity “OAB (default web site)” -InternalURL “https://mail.xpertstec.com/OAB”

    Exchange Admin Center 2013 > select Servers > seelct Virtual Directories > So, select owb (Default Web Site) and then click edit pin button.

    exchange 2013 virtual directory owb

    Type Internal & External URL and then click on Save.

    exchange 2013 virtual directory oab

    EWS Virtual Directory.

    Set-WebServicesVirtualDirectory

    Set-WebServicesVirtualDirectory –Identity “EWS (default web site)” -ExternalUrl “https://mail.xpertstec.com/ews/exchange.asmx”
    Set-WebServicesVirtualDirectory –Identity “EWS (default web site)” -InternalUrl “https://mail.xpertstec.com/ews/exchange.asmx”

    Exchange Admin Center 2013 > select Servers > select Virtual Directories > Select ews (Default Web Site) and then click edit pin button.

    exchange 2013 virtual directory ews

    Select the General tab, type Internal & External URL and then click on Save.

    exchange 2013 virtual directory ews

    POWERSHELL Virtual Directory.

    Exchange Admin Center 2013 > select Servers > to select Virtual Directories > Select PowerShell (Default Web Site) and then click the edit button.

    Select the General tab, type Internal & External URL and then click on Save.

    exchange 2013 virtual directory powershell

    OUTLOOK ANYWHERE

    Set-OutlookAnywhere -Identity “Exch2013-1\RPC (Default Web Site)” -ExternalHostname mail.xpertstec.com -InternalHostname mail.xpertstec.com -ExternalClientsRequireSsl $true -InternalClientsRequireSsl $true -DefaultAuthenticationMethod NTLM

    To confirm this change type the following. You will receive the output similar to that below.

    Get-OutlookAnywhere | Select Server,ExternalHostname,Internalhostname | fl

    Exchange Admin Center 2013 > select Servers > select Servers > Select Exchange server (EXCH2013-1) and then click the edit pin button.

    exchange 2013 virtual directory

    Select Outlook Anywhere tab, type Internal & External URL and then click on Save.

    exchange 2013 virtual directory outlook anywhere

    AUTODISCOVER

    Set-AutodiscoverVirtualDirectory
    Set-ClientAccessServer -Identity Exch2013-1 -AutoDiscoverServiceInternalUri https://autodiscover.xpertstec.com/Autodiscover/Autodiscover.xml
    To view the changes type
    Get-ClientAccessServer | FL AutoDiscoverServiceInternalUri
    Not enabled as default. Please note that the autodiscover should be set as an A-record in your DNS. Also, note that you simply don’t provide an URL for this.
    Set-AutodiscoverVirtualDirectory -Identity ‘autodiscover (default Web site)’

    MAPI/HTTP

    Not enabled as default. Requires Exchange 2013 SP1. Clients must be Outlook 2013 or newer. Fallback is OutlookAnywhere for older clients.
    Set-MapiVirtualDirectory -Identity “mapi (Default Web Site)” -InternalUrl “https://mail.xpertstec.com/mapi” -IISAuthenticationMethods NTLM,Negotiate
    After fixing the VirtualDirectory you would like to enable it:
    Set-OrganizationConfig -MapiHttpEnabled $true

    More Information click here

  • How to Install Microsoft Exchange 2013 on Windows Server 2012.

    How to Install Microsoft Exchange 2013 on Windows Server 2012.

    In this guide, I am going to Install Microsoft Exchange Server 2013 on Microsoft Windows Server 2012

    Install Microsoft Exchange 2013

    System Requirements:

    Click Here

    Prepare Active Directory:

    Install the RSAT Feature.

    1- Import-Module ServerManager

    Install-WindowsFeature RSAT-ADDS

    import module server manager powershell

    2- install Exchange roles

    Import-Module ServerManager

    Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation

    install Exchange Server 2013 Prerequisites

    After installing the Exchange server role Restart Computer.

    Prerequisites:

    Click Here

    1. .NET Framework 4.7.1
    2. Windows Management Framework 4.0
    3. Microsoft Unified Communications Managed API 4.0
    4. Visual C++ Redistributable Package for Visual Studio 2012
    5. Visual C++ Redistributable Package for Visual Studio 2013

    Edge Transport server role

    Open Windows PowerShell.

    Run the below command to install the required Windows components for the exchange Server 2013.

    Install-WindowsFeature ADLDS

    1- .NET Framework 4.7.1

    2- Windows Management Framework 4.0

    3-Visual C++ Redistributable Package for Visual Studio 2012

    3- Preparing Active Directory

    Browse to exchange server Setup Location and type the below command.

    .\setup /Preparead /IAcceptExchangeServerLicenseTerms /OrganizationName:”xpertstec”

    prepare active directory powershell

    4- Preparing Schema

    .\setup /PrepareSchema /IAcceptExchangeServerLicenseTerms

    prepare schema powershell

    5- Preparing Domain

    .\setup /Preparedomain /IAcceptExchangeServerLicenseTerms

    exchange 2013 prepare domain powershell

    6- If you are in the Child domain Scenario then type the below command.

    .\setup /Preparealldomains /IAcceptExchangeServerLicenseTerms

    exchange 2013 prepare all domain powershell

    7- Exchange Server 2013 Setup

    Exchange server setup and then click next.

    install exchange 2013 check for updates

    8- Welcome to Microsoft Exchange Server 2013 introduction page, so click next.

    install exchange 2013 introduction

    9- Select I accept the terms within the license agreement and then click on next.

    install exchange 2013 license agreement

    10- Select Recommended Settings and then click Next.

    install exchange 2013 recommended settings

    11- Server Roles Selecting (Mailbox role, Client Access role) and so click next.

    install exchange 2013 mailbox role

    12- Specify the path for the Microsoft Exchange 2013 installation and then click next.

    exchange 2013 installed location

    Exchange organization – then choose Next

    If you already Did “.\setup /Preparead /IAcceptExchangeServerLicenseTerms /OrganizationName:”xpertstec”

    You won’t see this Page. As Already Exchange Org is created

    13- Malware protection settings, choose malware scanning enable or disable and then click next.

    exchange 2013 malware protection settings

    14- Microsoft exchange 2013 setup readiness checks, then click Install.

    exchange 2013 readiness checks

    15- Microsoft Exchange Server 2013 installation default running process.

    exchange 2013 setup progress

    16- Exchange Server 2013 Setup completed successfully, so click the Finish button and restart your exchange server.

    exchange 2013 setup completed

    17- Server 2013 Exchange Admin Center.

    exchange administration center 2013

    18- PowerShell cmdlets to Install Exchange 2013 on Windows Server 2012

    CAS Server Role and also Mailbox Server Role Installation.

    ./Setup.exe /m:Install /Roles:ca,mb,mt /IAcceptExchangeServerLicenseTerms

    install exchange 2013 powershell

    For more information click here

    Read more: How to Install, Configure, and Renew the GoDaddy SSL Certificate in Exchange.