Installing SQL 2012 on Windows 2008 R2 Core SP1

Installing SQL 2012 on Windows 2008 R2 Core SP1

Feb 04

Scenario: Windows 2008 R2 Core SP1 – Domain joined, updated. Denali RC0 ISO File attached to VM. Preparing Windows 2008 R2 Core for Installation Run the following Command File to pre prep the server. 123456789DISM /Online /Enable-Feature /FeatureName:ServerCore-WOW64 DISM /Online /Enable-Feature /FeatureName:NetFx2-ServerCore DISM /Online /Enable-Feature...

Quick Uninstallation of .net 4

Quick Uninstallation of .net 4

Jul 12

I have been coming across a lot of clients, who provide fresh Vanilla Windows 2008, Windows 2008 R2 servers with .net 4 installed. Unfortunately this could lead to issues with MOSS and SharePoint 2010 installations. You can use the following commands to get rid of them .NET Framework 4 product family Download location Deployment guide with silent install command lines Below are various...

Project Server 2010 Administrator’s Guide NOW AVAILABLE! – Microsoft Enterprise Project Management Content Publishing News – Site Home – TechNet Blogs

Project Server 2010 Administrator’s Guide NOW AVAILABLE! – Microsoft Enterprise Project Management Content Publishing News – Site Home – TechNet Blogs

Mar 19

Download the latest guide for Project Server 2010 Administrators guide           Project Server 2010 Administrator’s Guide NOW AVAILABLE! – Microsoft Enterprise Project Management Content Publishing News – Site Home – TechNet...

Configure NAT on Esxi Server

Configure NAT on Esxi Server

Mar 18

So one of my SharePoint projects that I am working on requires Federated Stuff and hence for all my testing I require two AD networks. As I have only one single ESXI server with one nic card, I was wondering how best to create a sort of NAT between two Virtual Switches. But since one Virtual Switch is already connected to the LAN and running live servers , I didn’t want to break anything....

SharePoint 2010 Series Part 2 – Central Administration Post-Setup Configuration

SharePoint 2010 Series Part 2 – Central Administration Post-Setup Configuration

Dec 20

Part 2 of the SharePoint 2010 series follows through from the basic installation and setup of an Application Server for SharePoint 2010 farm found here here . The following are recommended configuration changes you should make before you let users into your SharePoint environment and erm make a mess of it J They are as follows:- State Service Application and Proxy Secure Store Service Outgoing...

SharePoint 2010 Series Part 1 – Installation

SharePoint 2010 Series Part 1 – Installation

Dec 18

This post tries to cover topics thats relevant for building a Proof of Cocept (POC) or Test Environment SharePoint 2010 servers. The first part covers the basic installation of an Application Server for SharePoint within a 2-Tier server Model. For smaller SharePoint 2010 installation such as foundation server,please refer to the Foundation Server post found here . Introduction The post tries...