What is Sender Policy Framework(SPF) Record

What is Sender Policy Framework(SPF) Record?

Sender Policy Framework simply called as SPF is defining a policy who, which are servers can send mails from the domain. It will be very useful to the large and Medium Scale companies to avoid Spoofing attacks from the spammers but now a days small scale companies also started to use the SPF Records. How Does it […]

Exchange Migration 2010 to Exchange 2013-Part 2: Active Directory

In this multi part article, We are going to cover AD Installation. Please click Add Roles on Server Manager In Add roles wizard before begin confirm the Administrative, Password and Network Settings and click Next Then, Need to configure the Active Directory Domain Services and click on Add Required Features Select the Server Roles of […]

Exchange Migration 2010 to Exchange 2013-Part 3:Exchange 2010 Installation

In this article we are going cover Microsoft Exchange 2010 SP3 server installation and Creating mail boxes. Before installing Exchange 2010 please check the prerequisites for Exchange server 2010 on Windows Server 2008 R2. Please open the windows power shell with administrator privilege and run the below commands Add-Windows Feature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart Please see the […]

Exchange Migration

Exchange Migration 2010 to Exchange 2013-Part 4:Exchange 2013 Installation

In this Multipart, We are going to explain about the migration of Exchange 2010 to 2013. Open Powershell and type the command of Get-OfflineAddressBook Get-MailboxDatabase | Format-Table Name, Server, OfflineAddressBook -Auto Enter another command as Set-MailboxDatabase “Ex2007\Sales Employees” -OfflineAddressBook “Default Offline Address Book” Type command as Get-MailboxDatabase | Format-Table Name, Server, OfflineAddressBook -Auto Type command […]

Exchange Migration 2010 to Exchange 2013-Part 7:Moving Namespaces

Exchange Migration 2010 to Exchange 2013-Part 7:Moving Namespaces

Moving Outlook Anywhere Run the below commands in Exchange server 2010 using Exchange Powershell, $Exchange2013HostName = “mail.windowstechpro.com” Get-ExchangeServer | Where {($_.AdminDisplayVersion -Like “Version 14*”) -And ($_.ServerRole -Like “*ClientAccess*”)} | Get-ClientAccessServer | Where {$_.OutlookAnywhereEnabled -Eq $True} | ForEach {Set-OutlookAnywhere “$_\RPC (Default Web Site)” -ClientAuthenticationMethod Basic -SSLOffloading $False -ExternalHostName $Exchange2013HostName -IISAuthenticationMethods NTLM, Basic} Get-ExchangeServer | Where {($_.AdminDisplayVersion […]

  • 1
  • 2