Full recovery Mode is required Error

Full recovery Mode is required Error

You may get the below error while you trying to enable AlwaysON for the Databases To Resolve the Issue, Open the Database Properties Enable the Full Recovery Model under Recovery Model which is Simple by Default. Now try to enable the Always, You will get success. Please refer the Article, How to configure AlwaysOn and […]

Not able to add Second Server in SQL 2014 Availability Group

Not able to add Second Server in SQL 2014 Availability Group

When I am trying to add the Second Server for the SQL AlwaysON Group, I end up with following error After Serious Search in Internet, Found the solution which resolved the above issue Run the Below Command in Primary Server, Here windowstechpro\SFBDB2$ is Domain\SecondNode$ use [master] GO CREATE LOGIN [windowstechpro\SFBDB2$] FROM WINDOWS GO GRANT CONNECT […]

IIS Crashes Error While installation Skype for Business 2015

IIS Crashes Error While installation Skype for Business 2015

When Trying to install the Skype for Business 2015, Below is the common error if you have not installed the latest patches and Windows update is not done. To resolve the above issue, Please refer the Article where it is explained greatly and resolves the issue smoothly. #SFB #SkypeforBusiness

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 […]