How to Install/Enable and Configure antispam in exchange 2013

Step 1: To Enable Antispam browse into scripts folder and Run Install-AntiSpamAgents.ps1 or Open Powershell and run the below command & $env:ExchangeInstallPath\Scripts\Install-AntiSpamAgents.ps1 Step 2: Restart MsExchange Transport Service to take effect Restart-Service MSExchangeTransport Step 3: Add your Servers list , Which is bound to receive email Set-TransportConfig -InternalSMTPServers @{Add="192.168.0.10"} Step 4: Now Adding two Known [...]

How to View Bulk Mailbox Import or Bulk Mailbox Export Statistics in Exchange 2010 & 2013

Once you initiate a bulk import or Export in Exchange 2013 Exchange administration Center starts alerting you the status of the import requests. Which is Good.   Commands to Bulk Import $Import = Get-Mailbox $Import|%{$_|New-MailboxExportRequest –FilePath “\\ServerName\pst\$($_.primarysmtpaddress).pst”}   Now if I want to view the queue. How ? . There is a parameter called –RequestQueue  [...]

How to Export Mailboxes into CSV file in Mdaemon Mail Server and Import into Exchange 2013

For those who don’t know about Mdaemon Mail Server “MDaemon, developed by Alt-N Technologies, is a multi-language SMTP/POP3 Windows-based mail server software with web mail, remote administration, secure Instant Messenger (IM), and Anti-spam techniques security. MDaemon mail server software provides groupware features via integration with Microsoft Outlook (using Outlook Connector for MDaemon) “ Let us [...]

How to restore Exchange 2010 database using Data Protection Manager 2012

lets see how to restore a Exchange 2010 database from backup using Data Protection Manager 2012 and restore mailbox content Scenario – One specific user deletes a set of mails which crosses the retention period (Default retention is 14 days) and he wants to restore it Step 1 : Create recovery database in exchange 2010 [...]

How to Configure Backup for Exchange 2010 using Data Protection Manager 2012

Lets see how to backup Exchange 2010 Servers  using Microsoft System Center Data Protection Manager 2012 Note : Database Availability Group (DAG) members included Step 1 : Launch System Center 2013 DPM Administrator Console Note : In this below picture DPM is configured already, let us see how to configure it Step 2 : Choose [...]

Database Availability Group in Exchange 2013

Everyone is aware that Exchange 2010 DAG is a successful implementation, lets see about some of the new features available in Exchange 2013 Database Availability Group (DAG)   We will get to know about the 5 important features introduced in Exchange 2013 1.Multiple databases per disk  2.AutoReseed configuration 3.Safety Net feature – Activating a lagged [...]

Exchange 2010 Sp3 and Exchange 2007 Sp3 Rollup 10 is Released Finally !

Great !! Exchange 2010 Sp3 is released. Download Exchange 2010 Sp3 Download Exchange 2007 Sp3 Ru10 what’s so special in this Release ? Why so many are waiting for ? All the news were – Upgrading to Exchange 2010 Sp3 And Exchange 2007 Sp3 Ru10 will help setting up coexistence with Exchange 2013. And you [...]